v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBbills
Archive a bill
Archive an existing bill. In the response, the archived field is set as true.
You can restore an archived bill with POST /v3/bills/{billId}/restore. There is no change when you archive an archived bill.
post/v3/bills/{billId}/archive
Path parameters
billIdstring required
BILL-generated ID of the bill. The value begins with 00n.
Example:{{bill_id}}
Headers
sessionIdstring nullable
API session ID generated with /v3/login
Example:{{session_id}}
devKeystring nullable
Developer key generated with your BILL developer account
Example:{{developer_key}}
Response
Archive a bill response