Use Case for Creating a Credit Memo

To create a credit memo, include values for fields such as customer, location, and item details in the request body.

          POST {{REST_SERVICES}}/record/v1/creditmemo/

{
    "entity": {
        "id": "14"
    },
    "item": {
        "items": [
            {
                "amount": 10.0,
                "item": {
                    "id": "13"
                }
            }
        ]
    },
    "location": "1"
} 

        

Related Topics

Credit Memo Use Cases
Use Case for Adding Line Items to 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