Update a delivery note
Path parameters
delivery_note_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Request
This endpoint expects an object.
counterpart_address_id
ID of the counterpart address selected for the delivery note
counterpart_id
ID of the counterpart
delivery_date
Date of delivery
delivery_number
Delivery number
display_signature_placeholder
Whether to display a signature placeholder in the generated PDF
line_items
List of line items in the delivery note
memo
An optional note for the customer, displayed above the line items table in the PDF.
Response
Successful Response
id
Unique ID of the delivery note
created_at
Time at which the delivery note was created. Timestamps follow the ISO 8601 standard.
updated_at
Time at which the delivery note was last updated. Timestamps follow the ISO 8601 standard.
counterpart
Counterpart of the delivery note
counterpart_address
Address of the counterpart
counterpart_id
ID of the counterpart
display_signature_placeholder
Whether to display a signature placeholder in the generated PDF
document_id
Document ID of the delivery note
entity
Entity that created the delivery note
entity_address
Address of the entity that created the delivery note
entity_id
ID of the entity that created the delivery note
file_language
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_items
List of line items in the delivery note
original_file_language
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.
status
Status of the delivery note
Allowed values:
based_on
The unique ID of a previous document related to the delivery note if applicable.
based_on_document_id
The unique document ID of a previous document related to the delivery note if applicable.
created_by_entity_user_id
ID of the user that created the delivery note
delivery_date
Date of delivery
delivery_number
Delivery number
file_url
The delivery note’s PDF URL in the customer-facing language.
memo
An optional note for the customer, displayed above the line items table in the PDF.
original_file_url
The delivery note's PDF URL in the entity's language.