curl --request POST \
--url https://test-api.sandbox.co.in/it/reports/capital-gains/securities/domestic \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-version: <x-api-version>'{
"code": 200,
"timestamp": 1747891175423,
"data": {
"created_at": 1747891176339,
"updated_at": 1747891176339,
"@entity": "in.co.sandbox.it.reports.tax_pnl.securities.job",
"security_type": "domestic",
"url": "https://in-co-sandbox-it-reports-tax-pnl-sec-dev.s3.ap-south-1.amazonaws.com/domestic/9c6846f0-92db-4da3-b982-1b97967c320e/workbook.input?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=EXAMPLEACCESSKEY%2F20250522%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250522T051936Z&X-Amz-Expires=86400&X-Amz-Signature=EXAMPLE_SIGNATURE&X-Amz-SignedHeaders=host&x-amz-checksum-crc32=AAAAAA%3D%3D&x-amz-sdk-checksum-algorithm=CRC32&x-id=PutObject",
"status": "created",
"job_id": "9c6846f0-92db-4da3-b982-1b97967c320e"
},
"transaction_id": "9c6846f0-92db-4da3-b982-1b97967c320e"
}Submit a job to prepare capital gains Reports for tradebook and tradewise settlements.
curl --request POST \
--url https://test-api.sandbox.co.in/it/reports/capital-gains/securities/domestic \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-version: <x-api-version>'{
"code": 200,
"timestamp": 1747891175423,
"data": {
"created_at": 1747891176339,
"updated_at": 1747891176339,
"@entity": "in.co.sandbox.it.reports.tax_pnl.securities.job",
"security_type": "domestic",
"url": "https://in-co-sandbox-it-reports-tax-pnl-sec-dev.s3.ap-south-1.amazonaws.com/domestic/9c6846f0-92db-4da3-b982-1b97967c320e/workbook.input?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=EXAMPLEACCESSKEY%2F20250522%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250522T051936Z&X-Amz-Expires=86400&X-Amz-Signature=EXAMPLE_SIGNATURE&X-Amz-SignedHeaders=host&x-amz-checksum-crc32=AAAAAA%3D%3D&x-amz-sdk-checksum-algorithm=CRC32&x-id=PutObject",
"status": "created",
"job_id": "9c6846f0-92db-4da3-b982-1b97967c320e"
},
"transaction_id": "9c6846f0-92db-4da3-b982-1b97967c320e"
}Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
Your API key used to authenticate and authorize the request.
Indicates the version of the API you want to use. Ensures backward-compatible behavior.
Bearer token for user-level authorization. Typically passed as Bearer {{access_token}}.
Type of input file. Allowed values: tradewise_settlement or tradebook.
tradebook, tradewise_settlement Financial year for which the report is generated. Use format FY 20XX-XX (e.g., FY 2024-25).
^FY (19|20)\d{2}-\d{2}$Was this page helpful?