ReportFreightMarginResultModel

  • carrierName
    Type: string | null

    The name of the carrier partner

  • clientName
    Type: string | null

    The name of the client partner

  • consignmentNumber
    Type: string | null

    The number of the consignment

  • containerNumber
    Type: string | null

    The container number of the consignment

  • dateEntered
    Type: stringFormat: date

    The date the consignment was entered

  • destinationAddressName
    Type: string | null

    The name of the destination address of the consignment

  • destinationAddressText
    Type: string | null

    The address of the destination address of the consignment

  • freightCharged
    Type: numberFormat: double

    The amount of freight charged excluding tax

  • freightIncurred
    Type: numberFormat: double

    The amount of freight incurred excluding tax

  • marginPercent
    Type: numberFormat: double

    The margin of freight charged vs incurred

  • originAddressName
    Type: string | null

    The name of the orgin address of the consignment

  • originAddressText
    Type: string | null

    The address of the orgin address of the consignment

  • 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