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