Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
db_address_type| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier | |
| name | string | ||
| is_company | boolean | ||
| is_delivery | boolean | ||
| is_default | boolean | ||
| is_working_address | boolean | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "c4b74ada-6905-45ce-814f-5a6cc6b88e7d",
"name": "sample string 2",
"is_company": true,
"is_delivery": true,
"is_default": true,
"is_working_address": true,
"modified_dateutc": "2026-01-11T20:59:47.1686678+00:00"
}
application/xml, text/xml
Sample:
<db_address_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>c4b74ada-6905-45ce-814f-5a6cc6b88e7d</id> <is_company>true</is_company> <is_default>true</is_default> <is_delivery>true</is_delivery> <is_working_address>true</is_working_address> <modified_dateutc>2026-01-11T20:59:47.168Z</modified_dateutc> <name>sample string 2</name> </db_address_type>