GET
request to fetch the list of Expense Debit Note transactions.ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/expense-debit-note?start_date=01-04-2024&end_date=31-03-2025&party_id=1&status=1&limit=25&skip=0' \
--header 'ApiKey: <api-key>'
{
"data": [
{
"transaction_id": 1,
"party_name": "B2b 1",
"party_id": 6,
"phone_no": null,
"invoice_number": "1",
"invoice_amount": 12012,
"payment_status": "Unpaid",
"transaction_type": "Expense Dr. Note",
"date": "10-05-2024"
},
{
"transaction_id": 2,
"party_name": "A V G CINEMAS",
"party_id": 2,
"phone_no": null,
"invoice_number": "2",
"invoice_amount": 22099,
"payment_status": "Unpaid",
"transaction_type": "Expense Dr. Note",
"date": "10-05-2024"
}
],
"success": true,
"message": "Expense Debit Note transactions retrieved successfully."
}