GET
request that requires the TCS tax ID in the URL to retrieve the associated TCS tax details.ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/tcs-tax-data/1' \
--header 'ApiKey;'
{
"data": {
"id": 1,
"section_name": "206C (L)",
"nature_of_payment": "TCS on sale of Motor Vehicle exceeding 10 lakh",
"individual_bill_wise": null,
"aggregate_overall": null,
"for_individual_huf": 1,
"for_other": 1,
"pan_not_given": 0,
"created_at": "2023-02-10T04:22:56.000000Z",
"updated_at": "2024-08-20T05:21:35.000000Z"
},
"success": true,
"message": "Get TCS Tax type Rate Retrieved Successfully"
}