This endpoint allows you to retrieve a list of all credit note transactions based on specific filter criteria, such as date range, ledger ID, and payment status.
The limit specifies the number of records to retrieve, e.g., limit=25 returns 25 records.
Example:
25
skip
integerÂ
optional
The skip query parameter determines how many records to skip from the start, e.g., skip=10 ignores the first 10 records and fetches the rest.
Example:
10
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET '{{host}}income-credit-notes?start_date=01-04-2024&end_date=31-03-2025&party_id=1&status=1&limit=25&skip=10' \
--header'ApiKey;'
Responses
🟢200List of Transactions
application/json
Body
data
array [object {9}]Â
required
transaction_id
integerÂ
required
A unique identifier for the income credit note transaction.
party_name
stringÂ
required
The name of the customer or business entity associated with this credit note.
party_id
integerÂ
required
The unique identifier assigned to the party in the system.
phone_no
stringÂ
required
The contact number of the party.
invoice_number
stringÂ
required
The reference number of the credit note invoice with prefix & suffix.
invoice_amount
integerÂ
required
The total amount of the credit note issued to the party.
payment_status
stringÂ
required
Indicates whether the credited amount has been adjusted or refunded.