v1

latestOpenAPI 3.0.32026-07-26362271803.3 KB
Accounts Payable

Mark Debit Memo as Used

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

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

Path parameters

debit_memo_idinteger required

ID of the debit 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/debit-memo/{debit_memo_id}/mark-used:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"Debit memo marked as used successfully"}