Skip to main content
POST
/
it
/
reports
/
capital-gains
Submit Job
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>'

Headers

x-accept-type
string
required

application/json or application/xlsx

x-api-key
string
required

Your API key used to authenticate and authorize the request.

x-api-version
string
required

Indicates the version of the API you want to use. Ensures backward-compatible behavior.

Authorization
string
required

Token for user-level authorization.

Query Parameters

input
enum<string>
default:tradewise_settlement
required

Type of input file.

Available options:
tradewise_settlement
financial_year
string
required

Financial year for which the report is generated. Use format FY 20XX-XX (e.g., FY 2024-25).

Response

200

200 OK