ReportConsignmentConsumablesResultModel

  • clientName
    Type: string | null

    The name of the client partner

  • consigneeAddressName
    Type: string | null

    The name of the consignee address

  • consigneeAddressText
    Type: string | null

    The address of the consignee

  • consignmentNumber
    Type: string | null

    The number of the consignment

  • consumableTypeName
    Type: string | null

    The name of the consumable

  • consumableValue
    Type: numberFormat: double

    The value of the consumable

  • dateEntered
    Type: stringFormat: date

    The date entered of the consignment

  • originAddressName
    Type: string | null

    The name of the origin address

  • originAddressText
    Type: string | null

    The address of the origin

  • poNumber
    Type: string | null

    The PO number of the consignment

  • receiversReference
    Type: string | null

    The receivers reference of the consignment

  • referenceNumber
    Type: string | null

    The reference number of the consignment

  • sendersReference
    Type: string | null

    The senders reference of the consignment

  • soNumber
    Type: string | null

    The SO number of the consignment

  • type
    Type: integerenum

    Integer numbers.

    values
    • PointToPoint = 0
    • Inwards = 1
    • Outwards = 2