GET
request to retrieve the details of a specific cess rate based on its unique identifier (id). It allows users to view the cess rate details before making updates.ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/cess-rates/1' \
--header 'ApiKey;'
{
"data": {
"id": 1,
"rate": 55,
"company_id": 6,
"via_api": 1,
"created_at": "2025-02-11T10:33:07.000000Z",
"updated_at": "2025-02-11T10:33:07.000000Z"
},
"success": true,
"message": "Cess Rate Retrieved Successfully"
}