wafeq_simplified_invoices_list
Fetch simplified invoices filtered by branch, contact, project, external ID, or date. Paginate through results and narrow by creation or modification timestamps.
Instructions
๐ข READ-ONLY ยท Simplified Invoices ยท GET /simplified-invoices/
List simplified invoices
Endpoint for retrieving a list of simplified invoices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| branch | No | The unique identifier of the branch. | |
| contact | No | The unique identifier of the contact. | |
| project | No | The unique identifier of the project. | |
| page_size | No | Number of results to return per page. | |
| external_id | No | External identifier | |
| invoice_date | No | Invoice date | |
| created_ts_after | No | The timestamp in UTC when the invoice was created | |
| created_ts_before | No | The timestamp in UTC when the invoice was created | |
| modified_ts_after | No | The timestamp in UTC when the invoice was last modified | |
| modified_ts_before | No | The timestamp in UTC when the invoice was last modified |