v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBcredit-memos
Update a credit memo
Update details about a credit memo line item. You can also update other credit memo line item details.
You can use the PATCH operation to modify line item details, such as amount, quantity, and description. The credit memo line item id does not change with a PATCH operation.
patch/v3/credit-memos/{creditMemoId}
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}}
Request body
Example request
{
"description": "Paperless Credit Memo (Updated)",
"creditMemoLineItems": [
{
"id": "{{credit_memo_line_item_id01}}",
"description": "Classic extreme drum sticks",
"price": 19.99,
"quantity": 2
}
]
}Response
Update a credit memo response