The external number of the DeliveryNote. Usually a number from the ERP system. MaxLength: 50.
The external order number of the Order related to the DeliveryNote. This usually comes from an ERP. MaxLength: 50.
The culture code of the DeliveryNote. This is the culture code used when asking for DeliveryNotes, not the original. MaxLength: 16.
Package information for the DeliveryNote.
The status text of the DeliveryNote. See ListOrderStatuses for information about available statuses. MaxLength: 50.
{ "Id": 0, "NoteNo": "string", "DeliveryDate": "2019-08-24T14:15:22Z", "NoteText": "string", "DeliveryMode": "string", "OrderNo": "string", "OrderDate": "2019-08-24T14:15:22Z", "Culture": "string", "YourReference": "string", "SellTo": { "Company": { … }, "Customer": { … }, "Address": { … }, "DropPointCode": "string" }, "BillTo": { "Company": { … }, "Customer": { … }, "Address": { … }, "DropPointCode": "string" }, "ShipTo": { "Company": { … }, "Customer": { … }, "Address": { … }, "DropPointCode": "string" }, "SMSNotificationNumber": "string", "Items": [ { … } ], "Packages": [ { … } ], "DivisionCode": "string", "Status": "string", "Info": [ { … } ] }