wafeq_credit_notes_list
Retrieve credit notes filtered by branch, status, contact, project, or date range to review and reconcile financial records.
Instructions
๐ข READ-ONLY ยท Credit Notes ยท GET /credit-notes/
List credit notes
Endpoint for retrieving a list of credit 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 credit 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 | |
| created_ts_after | No | The timestamp in UTC when the credit note was created | |
| credit_note_date | No | Credit note date | |
| created_ts_before | No | The timestamp in UTC when the credit note was created | |
| modified_ts_after | No | The timestamp in UTC when the credit note was last modified | |
| modified_ts_before | No | The timestamp in UTC when the credit note was last modified |