Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
multipart/form-data · object
Response
The response is of type object.
curl --request POST \
--url https://api.hyperline.co/v1/invoices/{id}/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data'{}Upload a PDF file to an existing invoice.
curl --request POST \
--url https://api.hyperline.co/v1/invoices/{id}/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The response is of type object.
Was this page helpful?