curl --request POST \
--url https://api.sandbox.co.in/it/reports/tax-pnl \
--header 'Authorization: <authorization>' \
--header 'x-accept-type: <x-accept-type>' \
--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=AKIARB4EOKMVAV67SXUX%2F20250522%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250522T051936Z&X-Amz-Expires=86400&X-Amz-Signature=015b4acb06aa428915338c6f76a03aafe8af0e9ab56d90a4dbac1fd202efabfb&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 Tax P&L Reports from tradebook and tradewise settlements.
curl --request POST \
--url https://api.sandbox.co.in/it/reports/tax-pnl \
--header 'Authorization: <authorization>' \
--header 'x-accept-type: <x-accept-type>' \
--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=AKIARB4EOKMVAV67SXUX%2F20250522%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250522T051936Z&X-Amz-Expires=86400&X-Amz-Signature=015b4acb06aa428915338c6f76a03aafe8af0e9ab56d90a4dbac1fd202efabfb&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"
}application/json or application/xlsx
Your API key used to authenticate and authorize the request.
Indicates the version of the API you want to use. Ensures backward-compatible behavior.
Token for user-level authorization.
Type of input file.
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?