Invoices
Upload PDF to invoice
API documentation
Integrations
Analytics
Billable events
Companies
Custom properties
Customers
Customers > Credits
Customers > Payment methods
Integrations
Invoices
Invoicing entities
Organisations
Payments
Price configurations
Quotes
Subscriptions
- POSTRefresh subscriptions
- POSTCreate subscription update
- POSTCreate subscription updates
- POSTCancel subscription
- POSTReinstate subscription
- POSTPause subscription
- POSTActivate subscription
- POSTReactivate subscription
- GETGet subscriptions
- POSTCreate subscription
- GETGet subscription
- PUTUpdate subscription
- POSTRefresh seat products
- POSTTransition subscription to next phase
Third-party apps
Wallets
Invoices
Upload PDF to invoice
Upload a PDF file to an existing invoice.
POST
/
v1
/
invoices
/
{id}
/
upload
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
id
string
*
id
Required
string
object
file
string
file
string
A file in binary format. Accepted MIME types: application/pdf. Max size: 5000000 bytes.
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?