Invoices
Upload PDF to invoice
Upload a PDF file to an existing invoice.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
multipart/form-data
A file in binary format. Accepted MIME types: application/pdf. Max size: 5000000 bytes.
Response
201 - application/json
The response is of type object
.
Was this page helpful?