Update a delivery note package status

Updates a DeliveryNotePackage.

Request
query Parameters
cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

Request Body schema:

The DeliveryNotePackage to update. The DeliveryNotePackage must have and Id and Status defined or an exception will be raised.

Id
integer or null <int32>

The internal id of the DeliveryNotePackage.

ParcelNumber
string

The external parcel number of the DeliveryNotePackage from the Speditor. Used to track parcels online. MaxLength: 50

Status
string

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

Responses
200

Success

500

Internal Server Error

post/OrderService.svc/rest/UpdateDeliveryNotePackage
Request samples
{
  • "Id": 0,
  • "ParcelNumber": "string",
  • "Status": "string"
}