Poll Certificate Job Status

POST {{sandbox_host}}/tds/compliance/traces/deductors/forms/:certificate_type/status?job_id={{job_id}}

Request Params

| Key | Datatype | Required | Description | | job_id | string | | |

Request Body

{"@entity"=>"in.co.sandbox.tds.compliance.traces.credentials", "username"=>"{{username}}", "password"=>"{{password}}", "tan"=>"{{tan}}"}

HEADERS

| Key | Datatype | Required | Description | | authorization | string | | | | x-api-key | string | | | | x-api-version | string | | |

RESPONSES

status: OK

"{\r\n    \"code\": 200,\r\n    \"timestamp\": {{$timestamp}}000,\r\n    \"transaction_id\": \"{{$randomUUID}}\",\r\n    \"data\": {\r\n        \"@entity\": \"in.co.sandbox.tds.compliance.certificate.job\",\r\n        \"job_id\": \"28cc5c28-db2d-4224-be5c-9842c213c100\",\r\n        \"tan\": \"AHMA09719B\",\r\n        \"quarter\": \"Q4\",\r\n        \"form\": \"27Q\",\r\n        \"financial_year\": \"FY 2023-24\",\r\n        \"status\": \"failed\",\r\n        \"remember_me\": true,\r\n        \"created_at\": 1716870600000,\r\n        \"updated_at\": 1716871020000,\r\n        \"message\": \"Job already submitted for the given quarter and financial year\"\r\n    }\r\n}"