PartnerDetailModel

  • code
    Type: string | null

    The 3- or 4-digit code identifying the partner.

  • containerThresholdDays
    Type: integerFormat: int32

    The container hire threshold, in days.

  • email
    Type: string | null

    The email address of the partner.

  • externalId
    Type: string | null

    The external ID of the partner.

  • freeStorageHours
    Type: number | nullFormat: double

    The number of days for which product storage is free

  • freightResolution
    Type: integerenum

    Integer numbers.

    values
    • LeastExpensive = 0
    • MostExpensive = 1
    • Compounding = 2
  • freightWarningThreshold
    Type: numberFormat: double

    The threshold beyond which freight warnings will be displayed.

  • freightWarningType
    Type: integerenum

    Integer numbers.

    values
    • None = 0
    • Value = 1
    • Margin = 2
  • id
    Type: stringFormat: uuid

    The ID of the partner.

  • name
    Type: string | null

    The name of the partner.

  • productBatchSubstitution
    Type: integerenum

    Integer numbers.

    values
    • Allowed = 1
    • NotAllowed = 2
  • productBatchUsage
    Type: integerenum

    Integer numbers.

    values
    • Hidden = 1
    • Optional = 2
    • Required = 3
  • productBestBeforeDateCriticalThresholdDays
    Type: integer | nullFormat: int32

    Default critical stock threshold of product best before dates

  • productBestBeforeDateSubstitution
    Type: integerenum

    Integer numbers.

    values
    • Allowed = 1
    • NotAllowed = 2
  • productBestBeforeDateUsage
    Type: integerenum

    Integer numbers.

    values
    • Hidden = 1
    • Optional = 2
    • Required = 3
  • productExpiryCriticalThresholdDays
    Type: integer | nullFormat: int32

    Default critical stock threshold of product expiry dates

  • productExpirySubstitution
    Type: integerenum

    Integer numbers.

    values
    • Allowed = 1
    • NotAllowed = 2
  • productExpiryUsage
    Type: integerenum

    Integer numbers.

    values
    • Hidden = 1
    • Optional = 2
    • Required = 3
  • productPackagingDateCriticalThresholdDays
    Type: integer | nullFormat: int32

    Default critical stock threshold of product packaging dates

  • productPackagingDateSubstitution
    Type: integerenum

    Integer numbers.

    values
    • Allowed = 1
    • NotAllowed = 2
  • productPackagingDateUsage
    Type: integerenum

    Integer numbers.

    values
    • Hidden = 1
    • Optional = 2
    • Required = 3
  • productProductionDateCriticalThresholdDays
    Type: integer | nullFormat: int32

    Default critical stock threshold of product production dates

  • productProductionDateSubstitution
    Type: integerenum

    Integer numbers.

    values
    • Allowed = 1
    • NotAllowed = 2
  • productProductionDateUsage
    Type: integerenum

    Integer numbers.

    values
    • Hidden = 1
    • Optional = 2
    • Required = 3
  • productSellByDateCriticalThresholdDays
    Type: integer | nullFormat: int32

    Default critical stock threshold of product sell by dates

  • productSellByDateSubstitution
    Type: integerenum

    Integer numbers.

    values
    • Allowed = 1
    • NotAllowed = 2
  • productSellByDateUsage
    Type: integerenum

    Integer numbers.

    values
    • Hidden = 1
    • Optional = 2
    • Required = 3
  • productSerialSubstitution
    Type: integerenum

    Integer numbers.

    values
    • Allowed = 1
    • NotAllowed = 2
  • productSubstitution
    Type: integerenum

    Integer numbers.

    values
    • Allowed = 1
    • NotAllowed = 2
  • relationship
    Type: integerenum

    Integer numbers.

    values
    • Client = 1
    • Carrier = 2
  • rotationMethod
    Type: integerenum

    Integer numbers.

    values
    • None = 0
    • Batch = 1
    • ExpiryAscending = 2
    • ExpiryDescending = 3
    • ProductionDateAscending = 4
  • rotationMethodSecondary
    Type: integerenum

    Integer numbers.

    values
    • None = 0
    • Batch = 1
    • ExpiryAscending = 2
    • ExpiryDescending = 3
    • ProductionDateAscending = 4
  • status
    Type: integerenum

    Integer numbers.

    values
    • Inactive = 1
    • Active = 2
  • unitTypes
    Type: array object[] | null · PartnerDetailModel.UnitTypeModel[]

    A collection of this partner's custom unit types.

    • id
      Type: stringFormat: uuid

      The ID of the unit type.

    • name
      Type: string | null

      The name of the unit type.

    • status
      Type: integerenum

      Integer numbers.

      values
      • Active = 1
      • Inactive = 2