Skip to main content
POST
/
it
/
reports
/
tax-pnl
/
securities
/
domestic
Submit Job
curl --request POST \
  --url https://api.sandbox.co.in/it/reports/tax-pnl/securities/domestic \
  --header 'Authorization: <authorization>' \
  --header 'x-accept-type: <x-accept-type>'
{
  "code": 123,
  "timestamp": 123,
  "data": {
    "created_at": 123,
    "updated_at": 123,
    "@entity": "<string>",
    "security_type": "<string>",
    "url": "<string>",
    "status": "<string>",
    "job_id": "<string>"
  },
  "transaction_id": "<string>"
}

Headers

x-accept-type
enum<string>
default:application/xlsx
required

Specifies the response format expected from the API. Use application/json for JSON responses or application/xlsx for Excel file downloads.

Available options:
application/xlsx,
application/json
x-api-key
string

Your API key used to authenticate and authorize the request.

x-api-version
string
default:1.0.0

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

Authorization
string
required

Bearer token for user-level authorization. Typically passed as Bearer {{access_token}}.

Query Parameters

input
enum<string>
default:tradewise_settlement
required

Type of input file. Allowed values: tradewise_settlement or tradebook.

Available options:
tradewise_settlement,
tradebook
financial_year
string
required

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

Response

200 - application/json

200

code
integer
timestamp
integer
data
object
transaction_id
string