wafeq_bills_list
Retrieve a paginated list of Wafeq bills and filter them by status, branch, contact, project, dates, or reference to locate the exact bill records you need.
Instructions
๐ข READ-ONLY ยท Bills ยท GET /bills/
List bills
Endpoint for retrieving a list of bills.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| branch | No | The unique identifier of the branch. | |
| status | No | The status of the bill. | |
| contact | No | The unique identifier of the contact. | |
| project | No | The unique identifier of the project. | |
| bill_date | No | Bill date | |
| page_size | No | Number of results to return per page. | |
| reference | No | Reference | |
| external_id | No | External identifier | |
| bill_due_date | No | Bill due date | |
| created_ts_after | No | The timestamp in UTC when the bill was created | |
| created_ts_before | No | The timestamp in UTC when the bill was created | |
| modified_ts_after | No | The timestamp in UTC when the bill was last modified | |
| modified_ts_before | No | The timestamp in UTC when the bill was last modified |