ApiKey: ********************
{
"action": "TDS Receivable",
"name": "TDS Redeivable",
"group_id": 20,
"tax_type": 1,
"individual_huf": 10,
"for_other": 10,
"pan_not_given": 20,
"individual_bill_wise": 0,
"yearly_total": "",
"rounding_method": 1,
"opening_balance_details": {
"opening_balance": "",
"opening_balance_dr_cr": 2
}
}
curl --location --request POST 'https://app.hisabkitab.co/third-party/ledgers' \
--header 'Content-Type: application/json' \
--header 'ApiKey;' \
--data-raw '{
"action": "TDS Receivable",
"name": "TDS Redeivable",
"group_id": 20,
"tax_type": 1,
"individual_huf": 10,
"for_other": 10,
"pan_not_given": 20,
"individual_bill_wise": 0,
"yearly_total": "",
"rounding_method": 1,
"opening_balance_details": {
"opening_balance": "",
"opening_balance_dr_cr": 2
}
}'
{
"data": {
"id": 20,
"name": "TDS Redeivable",
"group_id": 20,
"model_type": "App\\Models\\Master\\TdsReceivable",
"model_id": 20,
"company_id": 1,
"ledgers_data": {
"TDSReceivable": {
"tax_type": 1,
"individual_huf": 10,
"for_other": 10,
"pan_not_given": 20,
"individual_bill_wise": 0,
"yearly_total": null,
"rounding_method": 1,
"opening_balance": null,
"opening_balance_dr_cr": null
}
},
"opening_balance": null,
"opening_balance_dr_cr": null,
"via_api": 2,
"is_import": false,
"created_at": "2025-04-05T05:05:08.000000Z",
"updated_at": "2025-04-05T05:05:08.000000Z",
"flag": "tds"
},
"success": true,
"message": "TDS Receivable Created Successfully."
}