fetch_bill_records
Retrieves complete bill records from the inventory system, including invoice number, date, total price, and payment method. Identify unissued bills where total price and payment method are null.
Instructions
Fetches the list of all bill records from the inventory management system server in json format.
Each bill record contains it invoice_no, Date, total_price and paymethod.
If total_price and paymethod are NULL then that bill is not issued (Products inside the bill are not sold).
Returns:
A list of bill records in json format, or an error message if the request fails.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||