curl --request GET \
--url https://api.sandbox.co.in/tcs/reports/txt \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"timestamp": 1763102487000,
"transaction_id": "9bd36a1d-bd63-439f-8115-5b4b2948bda8 ",
"data": {
"@entity": "in.co.sandbox.tcs.reports.job",
"job_id": "c01f847c-c42e-4577-9d01-a7208401a922",
"tan": "AHMA09719B",
"quarter": "Q3",
"financial_year": "FY 2023-24",
"previous_receipt_number": "123456789012345",
"status": "created",
"created_at": 1701250588000
}
}Fetch the TXT file generated for preparing the TCS return.
curl --request GET \
--url https://api.sandbox.co.in/tcs/reports/txt \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"timestamp": 1763102487000,
"transaction_id": "9bd36a1d-bd63-439f-8115-5b4b2948bda8 ",
"data": {
"@entity": "in.co.sandbox.tcs.reports.job",
"job_id": "c01f847c-c42e-4577-9d01-a7208401a922",
"tan": "AHMA09719B",
"quarter": "Q3",
"financial_year": "FY 2023-24",
"previous_receipt_number": "123456789012345",
"status": "created",
"created_at": 1701250588000
}
}JWT access token
API key for identification
Unique identifier of the job
Was this page helpful?