Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "86bb9701-b52d-44b3-9247-37e76091c99d",
"name": "sample string 2",
"is_company": true,
"is_delivery": true,
"is_default": true,
"is_working_address": true,
"modified_dateutc": "2026-01-11T21:03:54.5510357+00:00"
}
application/xml, text/xml
Sample:
<db_address_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>86bb9701-b52d-44b3-9247-37e76091c99d</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-11T21:03:54.551Z</modified_dateutc> <name>sample string 2</name> </db_address_type>