Invoice method
GET /v3/Invoice/GetInvoiceReportByInvoicenr
Uri parameters
| Name | Description | Type | Additional description |
|---|---|---|---|
| Customernr | Schenker customer nr | Int32 | Required |
| Invoicenr | Invoice nr | Int32 | 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-12-18T14:18:15",
"InvoiceLineNr": "sample string 29",
"ProductCode": "sample string 30",
"OptionCodes": [
{
"OptionCode": "sample string 1",
"OptionName": "sample string 2"
}
],
"DeliveryDate": "2025-12-18T14:18:15",
"PickupDate": "2025-12-18T14:18:15",
"TotalFreightPrice": 1.1,
"Details": [
{
"AmountKr": 1.1,
"CostCode": "sample string 2",
"CostName": "sample string 3"
}
]
}
]