Create a client invoice upload
Client Invoices
Create a client invoice upload
OAuth scope: client_invoice.write
Uploads a file (PDF, JPEG, or PNG) for client invoices or quotes. The uploaded file can later be referenced when creating or updating a client invoice or quote by providing the upload ID.
POST
Create a client invoice upload
Authorizations
Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Body
multipart/form-data
The file to upload. Supported formats:
- PDF (.pdf)
- JPEG (.jpeg, .jpg)
- PNG (.png)
Response
Returns the client invoice upload created.