Request Information
URI Parameters :
None.
Body Parameters :
db_address_company| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier | |
| name |
Name of the address |
string |
Max length: 50 |
| street |
Street |
string |
Max length: 100 |
| street2 |
Bus |
string |
Max length: 100 |
| street_number |
Street number. Can be not used |
string |
Max length: 50 |
| zip |
Zip code |
string |
Max length: 50 |
| city |
City |
string |
Max length: 50 |
| phone |
Phone number |
string |
Max length: 50 |
| mobile |
Cell phone number |
string |
Max length: 50 |
| fax |
Fax number |
string |
Max length: 50 |
|
Email address |
string |
Max length: 250 |
|
| url |
Url |
string |
Max length: 255 |
| db_country_id |
Foreign key to table Country |
globally unique identifier | |
| latitude_decimal | decimal number | ||
| longitude_decimal | decimal number | ||
| archived |
You cannot delete an address. The only way is to archive it. |
boolean | |
| company_id | globally unique identifier | ||
| db_address_type_id |
Foreign key to the db_address_type. Please use controller DbAddressType to find the correct it to use |
globally unique identifier | |
| db_state_id |
Foreign key to the db_state |
globally unique identifier | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Request Formats :
application/json, text/json
{
"id": "a8056cce-6745-4af0-9062-fa8d528f2e65",
"name": "sample string 2",
"street": "sample string 3",
"street2": "sample string 4",
"street_number": "sample string 5",
"zip": "sample string 6",
"city": "sample string 7",
"phone": "sample string 8",
"mobile": "sample string 9",
"fax": "sample string 10",
"email": "sample string 11",
"url": "sample string 12",
"db_country_id": "c0ca5f59-f7a3-4408-b18d-cf975c757f7d",
"latitude_decimal": 14.0,
"longitude_decimal": 15.0,
"archived": true,
"company_id": "8a718180-35b3-4079-a9aa-282f622428de",
"db_address_type_id": "268e11cf-990c-4a3f-b981-d7bfe03370ff",
"db_state_id": "0c5d1615-6fd0-48ee-bd80-29c73ed7748f",
"modified_dateutc": "2026-01-11T21:03:02.6566083+00:00"
}
application/xml, text/xml
<db_address_company xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Odyssee.ServiceAppAPI.Models"> <archived>true</archived> <city>sample string 7</city> <company_id>8a718180-35b3-4079-a9aa-282f622428de</company_id> <db_address_type_id>268e11cf-990c-4a3f-b981-d7bfe03370ff</db_address_type_id> <db_country_id>c0ca5f59-f7a3-4408-b18d-cf975c757f7d</db_country_id> <db_state_id>0c5d1615-6fd0-48ee-bd80-29c73ed7748f</db_state_id> <email>sample string 11</email> <fax>sample string 10</fax> <id>a8056cce-6745-4af0-9062-fa8d528f2e65</id> <latitude_decimal>14</latitude_decimal> <longitude_decimal>15</longitude_decimal> <mobile>sample string 9</mobile> <modified_dateutc>2026-01-11T21:03:02.656Z</modified_dateutc> <name>sample string 2</name> <phone>sample string 8</phone> <street>sample string 3</street> <street2>sample string 4</street2> <street_number>sample string 5</street_number> <url>sample string 12</url> <zip>sample string 6</zip> </db_address_company>
Response Information
Resource Description :
db_address_company| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier | |
| name |
Name of the address |
string |
Max length: 50 |
| street |
Street |
string |
Max length: 100 |
| street2 |
Bus |
string |
Max length: 100 |
| street_number |
Street number. Can be not used |
string |
Max length: 50 |
| zip |
Zip code |
string |
Max length: 50 |
| city |
City |
string |
Max length: 50 |
| phone |
Phone number |
string |
Max length: 50 |
| mobile |
Cell phone number |
string |
Max length: 50 |
| fax |
Fax number |
string |
Max length: 50 |
|
Email address |
string |
Max length: 250 |
|
| url |
Url |
string |
Max length: 255 |
| db_country_id |
Foreign key to table Country |
globally unique identifier | |
| latitude_decimal | decimal number | ||
| longitude_decimal | decimal number | ||
| archived |
You cannot delete an address. The only way is to archive it. |
boolean | |
| company_id | globally unique identifier | ||
| db_address_type_id |
Foreign key to the db_address_type. Please use controller DbAddressType to find the correct it to use |
globally unique identifier | |
| db_state_id |
Foreign key to the db_state |
globally unique identifier | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
{
"id": "2f17cfd6-3ef7-481c-99cb-b5885d19bb01",
"name": "sample string 2",
"street": "sample string 3",
"street2": "sample string 4",
"street_number": "sample string 5",
"zip": "sample string 6",
"city": "sample string 7",
"phone": "sample string 8",
"mobile": "sample string 9",
"fax": "sample string 10",
"email": "sample string 11",
"url": "sample string 12",
"db_country_id": "a4ac44b7-338b-4517-8c21-b73e6b2f6de9",
"latitude_decimal": 14.0,
"longitude_decimal": 15.0,
"archived": true,
"company_id": "e974d6d5-65a5-4215-8771-0bceb0544669",
"db_address_type_id": "fdf82396-37ac-4627-8edf-a16bc3822465",
"db_state_id": "4759cf74-d914-48f7-ac53-db119525ad57",
"modified_dateutc": "2026-01-11T21:03:02.7168845+00:00"
}
application/xml, text/xml
<db_address_company xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Odyssee.ServiceAppAPI.Models"> <archived>true</archived> <city>sample string 7</city> <company_id>e974d6d5-65a5-4215-8771-0bceb0544669</company_id> <db_address_type_id>fdf82396-37ac-4627-8edf-a16bc3822465</db_address_type_id> <db_country_id>a4ac44b7-338b-4517-8c21-b73e6b2f6de9</db_country_id> <db_state_id>4759cf74-d914-48f7-ac53-db119525ad57</db_state_id> <email>sample string 11</email> <fax>sample string 10</fax> <id>2f17cfd6-3ef7-481c-99cb-b5885d19bb01</id> <latitude_decimal>14</latitude_decimal> <longitude_decimal>15</longitude_decimal> <mobile>sample string 9</mobile> <modified_dateutc>2026-01-11T21:03:02.716Z</modified_dateutc> <name>sample string 2</name> <phone>sample string 8</phone> <street>sample string 3</street> <street2>sample string 4</street2> <street_number>sample string 5</street_number> <url>sample string 12</url> <zip>sample string 6</zip> </db_address_company>