Update a delivery note

Path parameters

delivery_note_idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Request

This endpoint expects an object.
counterpart_address_idstringOptionalformat: "uuid"
ID of the counterpart address selected for the delivery note
counterpart_idstringOptionalformat: "uuid"
ID of the counterpart
delivery_datestringOptionalformat: "date"
Date of delivery
delivery_numberstringOptional
Delivery number
display_signature_placeholderbooleanOptional
Whether to display a signature placeholder in the generated PDF
line_itemslist of objectsOptional
List of line items in the delivery note
memostringOptional
An optional note for the customer, displayed above the line items table in the PDF.

Response

Successful Response
idstringformat: "uuid"
Unique ID of the delivery note
created_atdatetime
Time at which the delivery note was created. Timestamps follow the ISO 8601 standard.
updated_atdatetime
Time at which the delivery note was last updated. Timestamps follow the ISO 8601 standard.
counterpartobject
Counterpart of the delivery note
counterpart_addressobject
Address of the counterpart
counterpart_idstringformat: "uuid"
ID of the counterpart
display_signature_placeholderboolean
Whether to display a signature placeholder in the generated PDF
document_idstring
Document ID of the delivery note
entityobject
Entity that created the delivery note
entity_addressobject
Address of the entity that created the delivery note
entity_idstringformat: "uuid"
ID of the entity that created the delivery note
file_languageenum

The language of the customer-facing PDF file (file_url). The value matches the counterpart’s language at the time when this PDF file was generated.

line_itemslist of objects
List of line items in the delivery note
original_file_languageenum

The language of the entity’s copy of the PDF file (original_file_url). The value matches the entity’s language at the time when this PDF file was generated.

statusenum
Status of the delivery note
Allowed values:
based_onstring or nullformat: "uuid"
The unique ID of a previous document related to the delivery note if applicable.
based_on_document_idstring or null
The unique document ID of a previous document related to the delivery note if applicable.
created_by_entity_user_idstring or nullformat: "uuid"
ID of the user that created the delivery note
delivery_datestring or nullformat: "date"
Date of delivery
delivery_numberstring or null
Delivery number
file_urlstring or null

The delivery note’s PDF URL in the customer-facing language.

memostring or null
An optional note for the customer, displayed above the line items table in the PDF.
original_file_urlstring or null
The delivery note's PDF URL in the entity's language.

Errors