wafeq_debit_notes_list
Retrieve a paginated list of debit notes from Wafeq, filterable by branch, status, contact, project, date, and timestamps.
Instructions
๐ข READ-ONLY ยท Debit Notes ยท GET /debit-notes/
List debit notes
Endpoint for retrieving a list of debit notes.
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 debit note. | |
| 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 | |
| debit_note_date | No | Debit note date | |
| created_ts_after | No | The timestamp in UTC when the debit note was created | |
| created_ts_before | No | The timestamp in UTC when the debit note was created | |
| modified_ts_after | No | The timestamp in UTC when the debit note was last modified | |
| modified_ts_before | No | The timestamp in UTC when the debit note was last modified |