Skip to main content
WEBHOOK
TCSReportsJobStatus
{
  "data": {
    "@entity": "in.co.sandbox.tcs.reports.job",
    "job_id": "46d96540-e4e0-4188-81f5-959f4732490f",
    "tan": "AHMA09719B",
    "quarter": "Q3",
    "financial_year": "FY 2023-24",
    "previous_receipt_number": "123456789012345",
    "status": "succeeded",
    "created_at": 1701250588000,
    "updated_at": 1701250775000,
    "txt_url": "https://s3.ap-south-1.amazonaws.com/in-co-sandbox-tcs-reports-test/tan/financial_year/quarter/80716d9a-4aa0-4905-8ff1-0aca61042a0e_report.txt"
  }
}
Webhooks fire only when a TCS Reports job transitions to succeeded or failed.To configure your webhook URL and validate the x-sandbox-signature header, see the webhooks guide.

Body

application/json
data
Job Succeeded · object

Job details at the time of the status change.

Response

200

Return any 2xx status to acknowledge receipt. Sandbox retries delivery on non-2xx responses.