v1
latestOpenAPI 3.0.02026-07-2455104.8 MBDeliveryNote
Attach file to delivery note V3
This endpoint requires the following scopes: deliveryNote:update.
Attach a file to a delivery note.
post/api/v3/deliveryNotes/{id}/files
Path parameters
idstring required
Request body
Example request
{
"title": "Supporting document",
"description": "Additional documentation",
"keyword": "otherFile",
"fileName": "document.txt",
"fileContent": "c2FtcGxlIGNvbnRlbnQ="
}Response
Attach a file to a delivery note.
Example response
{
"data": {
"id": 123
}
}