add_item_to_bill
Add an item to a bill using the invoice number, product ID, and quantity.
Instructions
Adds an item to the bill with the provided invoice_no.
Args:
invoice_no:
prod_id:
quantity:
Returns:
A confirmation message or an error message in json format if the request fails.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prod_id | Yes | ||
| quantity | Yes | ||
| invoice_no | Yes |