get https://api.sandbox.co.in/tcs/reports/txt
Fetch the TXT file generated for preparing the TCS return.
| Key | Type | Description |
|---|---|---|
| job_id | string | Unique Job ID to track the request |
| tan | string | TAN of collectee |
| quarter | string | Quarter for which TCS is being filed |
| financial_year | string | Financial Year for which TCS is being filed |
| previous_receipt_number | string | Receipt Number of previously filed TCS Return |
| status | string | Status of the job. Possible values: created, queued, succeeded, failed |
| txt_url | string | Link from where you can download the generated TXT file. Will be provided when the status is succeeded |
| validation_report_url | string | Link from where you can download the validation report. Will be provided when the status is failed |
| created_at | number | EPOCH timestamp of when the job was created |
| updated_at | number | EPOCH timestamp of when the job was last updated |
Test Environment: https://test-api.sandbox.co.in
| Run in Postman | Response | Remarks |
|---|---|---|
| Test Request 1 | 200 | Job created |
| Test Request 2 | 200 | Job queued |
| Test Request 3 | 200 | Job succeeded |
| Test Request 4 | 200 | Job failed with a Validation report |


