Use Case for Adding Line Items to a Credit Memo

Use the PATCH command to add line items to a credit memo.

          PATCH {{REST_SERVICES}}/record/v1/creditmemo/<id>/

{
    "item": {
        "items": [
            {
                "item": {
                    "id": 10
                },
                "amount": 100,
                "quantity": 25
            }
        ]
    }
} 

        

Related Topics

Credit Memo Use Cases
Use Case for Creating a Credit Memo
Use Case for Fetching List of Credit Memos Created After a Date
Use Case for Fetching Credit Memos from a Lead Source
Use Case for Getting Details of a Credit Memo

General Notices