AddressHeaderModel

  • city
    Type: string | null

    The city of the address.

  • code
    Type: string | null

    The code of the address. Generally used for EDI mapping between systems.

  • country
    Type: string | null

    The country of the address.

  • email
    Type: string | null

    The email address of address.

  • id
    Type: stringFormat: uuid

    The address ID.

  • latitude
    Type: number | nullFormat: double

    The latitude of this address.

  • longitude
    Type: number | nullFormat: double

    The longitude of this address.

  • name
    Type: string | null

    The name of the address, e.g. a place name or title.

  • phone
    Type: string | null

    The phone number of address.

  • postCode
    Type: string | null

    The postal code of the address.

  • state
    Type: string | null

    The state of the address.

  • streetAddress
    Type: string | null

    The street address of the address.

  • suburb
    Type: string | null

    The suburb of the address. Optional.

  • type
    Type: integerenum

    Integer numbers.

    values
    • Adhoc = 0
    • Warehouse = 1
    • PartnerOrigin = 2
    • PartnerConsignee = 3
    • ContainerYard = 4
    • ExternalWarehouse = 5