# Update a delivery note package status Updates a DeliveryNotePackage. Endpoint: POST /OrderService.svc/rest/UpdateDeliveryNotePackage Version: 1.1 ## Query parameters: - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. ## Request fields (application/json): - `Id` (integer,null) 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.