Skip to main content
POST
/
it
/
reports
/
tax-pnl
Submit Job
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"
}

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 - application/json

200

code
integer
timestamp
integer
data
object
transaction_id
string