ReportFreightMarginResultModel
- carrierType: string | null
Name The name of the carrier partner
- clientType: string | null
Name The name of the client partner
- consignmentType: string | null
Number The number of the consignment
- containerType: string | null
Number The container number of the consignment
- dateType: stringFormat: date
Entered The date the consignment was entered
- destinationType: string | null
Address Name The name of the destination address of the consignment
- destinationType: string | null
Address Text The address of the destination address of the consignment
- freightType: numberFormat: double
Charged The amount of freight charged excluding tax
- freightType: numberFormat: double
Incurred The amount of freight incurred excluding tax
- marginType: numberFormat: double
Percent The margin of freight charged vs incurred
- originType: string | null
Address Name The name of the orgin address of the consignment
- originType: string | null
Address Text The address of the orgin address of the consignment
- poType: string | null
Number The PO number of the consignment
- receiversType: string | null
Reference The receivers reference of the consignment
- referenceType: string | null
Number The reference number of the consignment
- sendersType: string | null
Reference The senders reference of the consignment
- soType: string | null
Number The SO number of the consignment
- typeType: integerenum
Integer numbers.
values- Point
To Point = 0 - Inwards = 1
- Outwards = 2