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'{}Was this page helpful?