WarehouseDetailModel

  • address
    Type: object
    • 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
  • code
    Type: string | null

    The 3- or 4-digit warehouse code.

  • contactPerson
    Type: string | null

    The name of the primary contact for the warehouse.

  • contactPhone
    Type: string | null

    The phone number of the primary contact for the warehouse.

  • costCentre
    Type: object
    • code
      Type: string | null

      The code of the cost centre.

    • id
      Type: stringFormat: uuid

      The ID of the cost centre.

    • name
      Type: string | null

      The name of the cost centre.

  • id
    Type: stringFormat: uuid

    The ID of the warehouse.

  • mainPhone
    Type: string | null

    The primary phone number of the warehouse.

  • name
    Type: string | null

    The name of the warehouse.

  • revenueAccount
    Type: object
    • code
      Type: string | null

      The code of the revenue account.

    • id
      Type: stringFormat: uuid

      The ID of the revenue account.

    • name
      Type: string | null

      The name of the revenue account.