Invoice method
GET /v2/Invoice/GetInvoiceReport
Uri parameters
Name | Description | Type | Additional description |
---|---|---|---|
Customernr | Schenker customer nr | String | Required |
Payer | Who's paying? Alternatives: S - Sender, M - Recipient, F - Other | String | Required |
FromPickupDate | From pickup date (date only, e.g. 2022-08-22) | DateTime | Required |
ToPickupDate | To pickup date (date only, e.g. 2022-08-23) | DateTime | Required |
Body parameters
None
Request body sample:
None
Response sample:
[ { "ShipmentNr": "sample string 1", "SenderReference": "sample string 2", "SenderCustomerNr": 1, "SenderCustomerName": "sample string 4", "RecipientCustomerNr": 1, "RecipientCustomerName": "sample string 6", "DeliveryAddress": "sample string 7", "InvoiceCustomerNr": 1, "InvoiceCustomerName": "sample string 9", "CalculatedWeightKg": 1.1, "RealWeightKg": 1.1, "VolumeDm3": 1.1, "PickupZip": "sample string 13", "PickupTerminalId": "sample string 14", "RecipientZip": "sample string 15", "RecipientTerminalId": "sample string 16", "GoodsTypeCode": "sample string 17", "NumberOfCollis": 1, "InvoiceNr": 1, "InvoiceDate": "2025-04-03T17:05:45", "InvoiceLineNr": "sample string 21", "ProductCode": "sample string 22", "OptionCodes": [ { "OptionCode": "sample string 1", "OptionName": "sample string 2" } ], "DeliveryDate": "2025-04-03T17:05:45", "PickupDate": "2025-04-03T17:05:45", "TotalFreightPrice": 1.1, "Details": [ { "AmountKr": 1.1, "CostCode": "sample string 2", "CostName": "sample string 3" } ] } ]