GET
request that requires the TDS tax ID in the URL to retrieve the associated TDS tax details.ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/tds-tax-data/1' \
--header 'ApiKey;'
{
"data": {
"id": 1,
"section_name": "194A",
"nature_of_payment": "Interest",
"individual_bill_wise": null,
"aggregate_overall": 5000,
"for_individual_huf": 10,
"for_other": 10,
"pan_not_given": 20,
"created_at": "2023-02-10T04:22:56.000000Z",
"updated_at": "2023-02-10T04:22:56.000000Z"
},
"success": true,
"message": "Get TDS Tax type Rate Retrieved Successfully"
}