v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBcredit-memos
Archive a credit memo
Archive an existing credit memo. In the response, the archived field is set as true.
You can restore an archived credit memo with POST /v3/credit-memos/{creditMemoId}/restore. There is no change when you archive an archived credit memo.
post/v3/credit-memos/{creditMemoId}/archive
Path parameters
creditMemoIdstring required
BILL-generated ID of the credit memo. The value begins with ccr.
Example:{{credit_memo_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 credit memo response