v1

latestOpenAPI 3.0.32026-07-26362271803.3 KB
Accounts Receivable

Mark Credit Memo as Used

Mark a credit memo as used by linking to an existing transaction.

    The transaction's debit amount will be recategorized to A/R to clear the credit memo.
    The credit memo's status will be updated to "used" or "partially_used" based on
    the amount applied vs the total amount.
post/coa/api/v1/credit-memo/{credit_memo_id}/mark-used

Path parameters

credit_memo_idinteger required

ID of the credit memo to mark as used

Request body

transaction_idinteger required
account_idinteger required
amountnumber double required
payment_datestring date required
memostring nullable

Response

{"stackTrail":"paths:/coa/api/v1/credit-memo/{credit_memo_id}/mark-used:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"Credit memo marked as used successfully"}