ApiKey: ********************
{
"action": "Taxes - GST",
"name": "Jitsadsdu Patel",
"group_id": "13",
"tax_type": "1",
"rounding_method": "2",
"opening_balance_details": {
"opening_balance": 100000,
"opening_balance_dr_cr": 1
}
}
curl --location --request POST 'https://app.hisabkitab.co/third-party/ledgers' \
--header 'Content-Type: application/json' \
--header 'ApiKey;' \
--data-raw '{
"action": "Taxes - GST",
"name": "Jitsadsdu Patel",
"group_id": "13",
"tax_type": "1",
"rounding_method": "2",
"opening_balance_details": {
"opening_balance": 100000,
"opening_balance_dr_cr": 1
}
}'
{
"data": {
"id": 12,
"name": "Jitsadsdu Patel",
"group_id": "12",
"model_type": "App\\Models\\Master\\TaxesGst",
"model_id": 12,
"company_id": 1,
"ledgers_data": {
"TaxesGst": {
"tax_type": "1",
"rounding_method": "2",
"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-04T13:12:28.000000Z",
"updated_at": "2025-04-04T13:12:28.000000Z",
"flag": "addless"
},
"success": true,
"message": "Taxes - GST Created Successfully."
}