Invoice method
GET /v3/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:
[
{
"GiroKid": "sample string 1",
"RecipientReference": "sample string 2",
"OrderReference": "sample string 3",
"LoadingMeters": 1.1,
"PalletPlaces": 1,
"PaymentCode": "sample string 6",
"UnitCode": "sample string 7",
"Units": 1,
"ShipmentNr": "sample string 9",
"SenderReference": "sample string 10",
"SenderCustomerNr": 1,
"SenderCustomerName": "sample string 12",
"RecipientCustomerNr": 1,
"RecipientCustomerName": "sample string 14",
"DeliveryAddress": "sample string 15",
"InvoiceCustomerNr": 1,
"InvoiceCustomerName": "sample string 17",
"CalculatedWeightKg": 1.1,
"RealWeightKg": 1.1,
"VolumeDm3": 1.1,
"PickupZip": "sample string 21",
"PickupTerminalId": "sample string 22",
"RecipientZip": "sample string 23",
"RecipientTerminalId": "sample string 24",
"GoodsTypeCode": "sample string 25",
"NumberOfCollis": 1,
"InvoiceNr": 1,
"InvoiceDate": "2025-11-04T00:09:02",
"InvoiceLineNr": "sample string 29",
"ProductCode": "sample string 30",
"OptionCodes": [
{
"OptionCode": "sample string 1",
"OptionName": "sample string 2"
}
],
"DeliveryDate": "2025-11-04T00:09:02",
"PickupDate": "2025-11-04T00:09:02",
"TotalFreightPrice": 1.1,
"Details": [
{
"AmountKr": 1.1,
"CostCode": "sample string 2",
"CostName": "sample string 3"
}
]
}
]