v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
ProformaInvoice

Update file on proforma invoice V3

This endpoint requires the following scopes: proformaInvoice:update.

Update a file attached to a proforma invoice.

patch/api/v3/proformaInvoices/{id}/files/{fileId}

Path parameters

idstring required
fileIdstring required

Request body

titlestring

Title of the file

descriptionstring

Description of the file

keyword'otherFile' | 'coverPage' | 'attachment' | 'eInvoice' | 'receipt' | 'paymentReceipt'

Document keyword/type

sortinteger

Sorting of the file

Example request

{
  "title": "Supporting document",
  "description": "Additional documentation",
  "keyword": "otherFile",
  "sort": 1
}

Response

No Content