Use Case for Updating a Cash Sale

Use the PATCH command to update a cash sale.

          PATCH {{REST_SERVICES}}/record/v1/cashsale/<id>
{
    "item": {
        "items": [
            {
                "item": {
                    "id": "14"
                },
                "quantity": 50,
                "amount": 300
            }
        ]
    }
} 

        

Related Topics

Cash Sale Use Cases
Use Case for Creating a Cash Sale
Use Case for Issuing a Return Authorization from a Cash Sale
Use Case for Fetching List of Cash Sales for a Customer

General Notices