Upload bill document

Upload a document for an existing bill. The file size limit is 6 MB. When you upload a bill document, the uploaded document is available on the bill details page in the BILL web app.

In the response, the name, createdTime, and downloadLink is available when the upload is complete.

When you upload a document, it takes a few minutes for BILL to complete the upload process.

  • Upload in-progress: A temporary BILL-generated ID is available for the document when the upload is in progress. The value begins with 0du. You can get the document upload status with GET /v3/documents/upload-status.
  • Upload complete: A BILL-generated ID is available for the document when the upload is complete. The value begins with 00h. You can get details about the uploaded document with GET /v3/documents/bills/{billId}.

See Documents and attachments in the Guides section for more information, sample requests, and responses.

Language
Click Try It! to start a request and see the response here!