curl --request POST \
--url https://api.sandbox.co.in/it/reports/capital-gains \
--header 'Authorization: <authorization>' \
--header 'x-accept-type: <x-accept-type>' \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-version: <x-api-version>'Submit a job to prepare Capital Gains Statement from tradebook and tradewise settlements.
curl --request POST \
--url https://api.sandbox.co.in/it/reports/capital-gains \
--header 'Authorization: <authorization>' \
--header 'x-accept-type: <x-accept-type>' \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-version: <x-api-version>'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}$200 OK
Was this page helpful?