Credit Notes
Update a draft credit note
patch/api/credit-notes/{id}
Path parameters
idstring required
Credit note ID
Request body
Response
Credit note updated
Example response
{
"id": "clx1234567890",
"invoiceId": "clxinv123",
"customerId": "clxcust123",
"amount": "50.0000",
"currency": "USD",
"reason": "ORDER_CHANGE",
"status": "DRAFT"
}