POST
request to update an existing cess rate in the system. Users can modify the cess percentage by providing the unique identifier (id) and the new cess rate value.ApiKey: ********************
curl --location --request POST 'https://app.hisabkitab.co/third-party/cess-rates/1' \
--header 'ApiKey;' \
--form 'rate="50"'
{
"data": {
"id": 1,
"rate": 55,
"company_id": 6,
"via_api": true,
"created_at": "2025-02-04T09:13:50.000000Z",
"updated_at": "2025-02-04T09:14:53.000000Z"
},
"success": true,
"message": "Cess Rate Updated Successfully"
}