v1
latestOpenAPI 3.1.02026-08-0458234268.6 KBinvoices
Replace all invoice images with uploaded files
Accepts one or more image files via multipart/form-data under the 'images' key. Deletes all existing images and replaces them with the uploaded files. Supported formats: PDF, JPG, JPEG, PNG. Maximum file size per image: 50 MB. Per-file validation failures are reported in image_errors rather than rejecting the entire request.
patch/invoices/{id}/images
Path parameters
idstring required
The unique ID of the invoice
Headers
Authorizationstring required
OAuth2 authentication flows. Auth server URLs will vary by environment
X-Api-Keystring required
API key for authentication
X-API-Versionstring
API version to use (optional, defaults to latest). Supported values: 1.0.0, 1.1.0.
Response
All images replaced successfully. image_errors is empty.