Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

db_address_company
NameDescriptionTypeAdditional 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

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

Sample:
{
  "id": "06705ef4-0503-458d-b21a-9b23fc94bc14",
  "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": "1d8f048d-6e35-4c14-8b40-7a2c3d154e2e",
  "latitude_decimal": 14.0,
  "longitude_decimal": 15.0,
  "archived": true,
  "company_id": "45d5ba4a-966b-45ce-a80e-8cefe963bee9",
  "db_address_type_id": "0b4ec2ad-6981-49f7-8269-509b84eb8a18",
  "db_state_id": "d24cb946-d969-48d0-bd76-d09d8ec37990",
  "modified_dateutc": "2026-01-12T00:18:34.2605976+00:00"
}

application/xml, text/xml

Sample:
<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>45d5ba4a-966b-45ce-a80e-8cefe963bee9</company_id>
  <db_address_type_id>0b4ec2ad-6981-49f7-8269-509b84eb8a18</db_address_type_id>
  <db_country_id>1d8f048d-6e35-4c14-8b40-7a2c3d154e2e</db_country_id>
  <db_state_id>d24cb946-d969-48d0-bd76-d09d8ec37990</db_state_id>
  <email>sample string 11</email>
  <fax>sample string 10</fax>
  <id>06705ef4-0503-458d-b21a-9b23fc94bc14</id>
  <latitude_decimal>14</latitude_decimal>
  <longitude_decimal>15</longitude_decimal>
  <mobile>sample string 9</mobile>
  <modified_dateutc>2026-01-12T00:18:34.260Z</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
NameDescriptionTypeAdditional 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

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

Sample:
{
  "id": "b8698a05-5505-4022-a29d-4ae68d157c49",
  "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": "7d663abd-587e-4c99-8bcf-fd5721e55be8",
  "latitude_decimal": 14.0,
  "longitude_decimal": 15.0,
  "archived": true,
  "company_id": "3e3c5481-a897-4aea-be28-147b81708c4a",
  "db_address_type_id": "e1a33c8d-75b0-4842-be9d-a3c2c4a7f343",
  "db_state_id": "f7599abd-7268-4288-88d7-a3482e16521f",
  "modified_dateutc": "2026-01-12T00:18:34.2786592+00:00"
}

application/xml, text/xml

Sample:
<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>3e3c5481-a897-4aea-be28-147b81708c4a</company_id>
  <db_address_type_id>e1a33c8d-75b0-4842-be9d-a3c2c4a7f343</db_address_type_id>
  <db_country_id>7d663abd-587e-4c99-8bcf-fd5721e55be8</db_country_id>
  <db_state_id>f7599abd-7268-4288-88d7-a3482e16521f</db_state_id>
  <email>sample string 11</email>
  <fax>sample string 10</fax>
  <id>b8698a05-5505-4022-a29d-4ae68d157c49</id>
  <latitude_decimal>14</latitude_decimal>
  <longitude_decimal>15</longitude_decimal>
  <mobile>sample string 9</mobile>
  <modified_dateutc>2026-01-12T00:18:34.278Z</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>