curl --request POST \
--url https://api.sandbox.co.in/tds/analytics/potential-notices \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"@entity": "<string>",
"quarter": "Q1",
"tan": "<string>",
"form": "24Q",
"financial_year": "FY 2024-25"
}
'Use this API to check and avoid any potential notice towards your TDS return
curl --request POST \
--url https://api.sandbox.co.in/tds/analytics/potential-notices \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"@entity": "<string>",
"quarter": "Q1",
"tan": "<string>",
"form": "24Q",
"financial_year": "FY 2024-25"
}
'API key for identification
JWT access token
API Version
"in.co.sandbox.tds.analytics.potential_notice.request"Quarter for which TDS is being filed
Q1, Q2, Q3, Q4 TAN of deductor. Regular Expression: [A-Z]{4}[0-9]{5}[A-Z]{1}
[A-Z]{4}[0-9]{5}[A-Z]{1}TDS return form
24Q, 26Q, 27Q Financial Year for which TDS is being filed. (eg. FY 2024-25)
"FY 2024-25"
Was this page helpful?