Use Case for Creating a Vendor Bill

To create a vendor bill, include values for fields such as vendor and item details in the request body.

          POST {{REST_SERVICES}}/record/v1/vendorbill
{
    "entity": {
        "id": "1722"
    },
    "item": {
        "items": [
            {
                "item": {
                    "id": 84
                },
                "quantity": 25,
                "rate": 100
            }
        ]
    }
} 

        

Related Topics

Vendor Bill Use Cases
Use Case for Approving a Vendor Bill
Use Case for Adding Line Items to a Vendor Bill
Use Case for Getting a List of Bills from a Vendor

General Notices