WarehouseDetailModel
- addressType: object
- 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
- codeType: string | null
The 3- or 4-digit warehouse code.
- contactType: string | null
Person The name of the primary contact for the warehouse.
- contactType: string | null
Phone The phone number of the primary contact for the warehouse.
- costType: object
Centre - codeType: string | null
The code of the cost centre.
- idType: stringFormat: uuid
The ID of the cost centre.
- nameType: string | null
The name of the cost centre.
- idType: stringFormat: uuid
The ID of the warehouse.
- mainType: string | null
Phone The primary phone number of the warehouse.
- nameType: string | null
The name of the warehouse.
- revenueType: object
Account - codeType: string | null
The code of the revenue account.
- idType: stringFormat: uuid
The ID of the revenue account.
- nameType: string | null
The name of the revenue account.