added

New v3 API endpoints for documents and attachments

We have introduced a set of document and attachment API endpoints. You can now upload documents for bills with the v3 API. In addition, you can upload supporting attachments for vendors, customers, and invoices.

OperationAPI endpoint
Upload customer attachmentPOST /v3/attachments/customers/{customerId}
Get list of customer attachmentsGET /v3/attachments/customers/{customerId}
Upload invoice attachmentPOST /v3/attachments/invoices/{invoiceId}
Get list of invoice attachmentsGET /v3/attachments/invoices/{invoiceId}
Upload vendor attachmentPOST /v3/attachments/vendors/{vendorId}
Get list of vendor attachmentsGET /v3/attachments/vendors/{vendorId}
Get attachment detailsGET /v3/attachments/{attachmentId}
Upload bill documentPOST /v3/documents/bills/{billId}
Get document upload statusGET /v3/documents/upload-status
Get document detailsGET /v3/documents/{documentId}
Get list of documentsGET /v3/documents/bills/{billId}

See Documents and attachments for more information.