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

General Notices