Multiple
ledger group by making an HTTP POST
request.ApiKey: ********************
[
{
"name": "Zara",
"parent_id": 2
},
{
"name": "D V DIAMOND",
"parent_id": 5
}
]
curl --location --request POST 'https://app.hisabkitab.co/third-party/batch/ledger-groups' \
--header 'Content-Type: application/json' \
--header 'ApiKey;' \
--data-raw '[
{
"name": "Zara",
"parent_id": 2
},
{
"name": "D V DIAMOND",
"parent_id": 5
}
]'
{
"success": true,
"message": "Ledger Group Created Successfully."
}