Insert a delivery note [Obsolete("Not used. Delivery notes are inserted through integrations.")]

Not implemented.

Request
Request Body schema:

The DeliveryNote to insert.

Id
integer or null <int32>

The internal Id of the DeliveryNote.

NoteNo
string

The external number of the DeliveryNote. Usually a number from the ERP system. MaxLength: 50

DeliveryDate
string <date-time>

The delivery date of the DeliveryNote.

NoteText
string

Free text field of the DeliveryNote. MaxLength: 255

DeliveryMode
string

The delivery mode of the items for the DeliveryNote. MaxLength: 50

OrderNo
string

The external order number of the Order related to the DeliveryNote. This usually comes from an ERP. MaxLength: 50

OrderDate
string <date-time>

The order date of the Order related to the DeliveryNote.

Culture
string

The culture code of the DeliveryNote. This is the culture code used when asking for DeliveryNotes, not the original. MaxLength: 16

YourReference
string

Not used. MaxLength: 255

object <CustomerData> (CustomerData)
object <CustomerData> (CustomerData)
object <CustomerData> (CustomerData)
SMSNotificationNumber
string

Not used. MaxLength: 50

Array of objects <DeliveryNoteItem> (DeliveryNoteItem)

The items delivered.

Array of objects <DeliveryNotePackage> (DeliveryNotePackage)

Package information for the DeliveryNote.

DivisionCode
string

The external store code for the delivering Store. MaxLength: 50

Status
string

The status text of the DeliveryNote. See ListOrderStatuses for information about available statuses. MaxLength: 50

Array of objects <Info> (Info)

A list of infos used to keep application specific data on the deliveryNote.

Responses
200

Success

500

Internal Server Error

post/OrderService.svc/rest/InsertDeliveryNote
Request samples
{
  • "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": {
    },
  • "BillTo": {
    },
  • "ShipTo": {
    },
  • "SMSNotificationNumber": "string",
  • "Items": [
    ],
  • "Packages": [
    ],
  • "DivisionCode": "string",
  • "Status": "string",
  • "Info": [
    ]
}
Response samples
{
  • "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": {
    },
  • "BillTo": {
    },
  • "ShipTo": {
    },
  • "SMSNotificationNumber": "string",
  • "Items": [
    ],
  • "Packages": [
    ],
  • "DivisionCode": "string",
  • "Status": "string",
  • "Info": [
    ]
}