ApiKey: ********************curl --location --request GET 'https://app.hisabkitab.co/third-party/journal-ledger//settle-invoices/' \
--header 'ApiKey: <api-key>'{
"data": {
"bills": [
{
"transaction_id": 1,
"invoice_number": "SR-1",
"bill_type": 2,
"date": "22-09-2025",
"total_amount": 1723,
"pending_amount": 1623,
"type": 2,
"transaction_type": "Sale Return"
},
{
"transaction_id": 1,
"invoice_number": "1",
"bill_type": 1,
"date": "22-09-2025",
"total_amount": 100,
"pending_amount": -800,
"type": 5,
"transaction_type": "Purchase"
}
]
},
"success": true,
"message": "Journal ledger settle invoices retrieved successfully"
}