AddressHeaderModel
- cityType: string | null
The city of the address.
- codeType: string | null
The code of the address. Generally used for EDI mapping between systems.
- countryType: string | null
The country of the address.
- emailType: string | null
The email address of address.
- idType: stringFormat: uuid
The address ID.
- latitudeType: number | nullFormat: double
The latitude of this address.
- longitudeType: number | nullFormat: double
The longitude of this address.
- nameType: string | null
The name of the address, e.g. a place name or title.
- phoneType: string | null
The phone number of address.
- postType: string | null
Code The postal code of the address.
- stateType: string | null
The state of the address.
- streetType: string | null
Address The street address of the address.
- suburbType: string | null
The suburb of the address. Optional.
- typeType: integerenum
Integer numbers.
values- Adhoc = 0
- Warehouse = 1
- Partner
Origin = 2 - Partner
Consignee = 3 - Container
Yard = 4 - External
Warehouse = 5