post https://gateway.stage.bill.com/connect/v3/documents/bills/
Upload a document for an existing bill. 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 withGET /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 withGET /v3/documents/{documentId}
.
See Documents and attachments in the Guides section for more information, sample requests, and responses.