GET
request, including query parameters to filter the income debit note transactions.ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/income-debit-notes?start_date=01-04-2023&end_date=31-03-2024&party_id=1&status=1&limit=25&skip=10' \
--header 'ApiKey: <api-key>'
{
"data": [
{
"transaction_id": 1,
"party_name": "Bhairav Impex",
"party_id": 1,
"phone_no": null,
"invoice_number": "DN2",
"invoice_amount": 1117,
"payment_status": "Unpaid",
"transaction_type": "Income Dr. Note",
"date": "19-01-2024"
},
{
"transaction_id": 2,
"party_name": "Red Entertainment Private Limited",
"party_id": 2,
"phone_no": "919033280608",
"invoice_number": "1",
"invoice_amount": 40000,
"payment_status": "Unpaid",
"transaction_type": "Income Dr. Note",
"date": "19-06-2023"
}
],
"success": true,
"message": "Income Debit Note transaction retrieved successfully."
}