Use Case for Creating a Cash Sale

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

          POST {{REST_SERVICES}}/record/v1/cashsale
{
    "entity": {
        "id": "14"
    },
    "location": "1",
    "item": {
        "items": [
            {
                "item": {
                    "id": "13"
                },
                "quantity": 25,
                "amount": 275
            }
        ]
    }
} 

        

Related Topics

Cash Sale Use Cases
Use Case for Updating 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