issue_bill
Finalize a draft bill as paid by providing invoice number and payment method. Once issued, the bill becomes immutable and cannot be edited or deleted.
Instructions
Issues a draft bill i.e. The bill is finalised and considered paid.
After calling this tool, the bill cannot be edited or deleted.
Args:
invoice_no: Invoice Number of the bill
pay_method: Payment Method in uppercase letters (e.g. Cash, Card, UPI)
Returns:
A confirmation message or an error message in json format if the request fails.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_no | Yes | ||
| pay_method | Yes |