Skip to main content
POST
/
it
/
calculator
/
tax-pnl
/
securities
/
foreign
Submit Tax P&L Job
curl --request POST \
  --url https://api.sandbox.co.in/it/calculator/tax-pnl/securities/foreign \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": [
    {
      "section": "<string>",
      "description": "<string>",
      "scheme": "<string>",
      "assessee": "<string>",
      "allowable": "<string>",
      "allowable_percentage": "<string>"
    }
  ]
}
'
{
  "transaction_id": "<string>",
  "code": 123,
  "data": {
    "job_id": "<string>",
    "url": "<string>"
  },
  "timestamp": "<string>"
}

Headers

Query Parameters

input
enum<string>
default:tradewise_settlement
required

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

Available options:
tradewise_settlement,
tradebook
output
enum<string>
default:tradewise_tax_pnl
required

Output format to generate. Allowed values: tradewise_tax_pnl or scripwise_tax_pnl.

Available options:
tradewise_tax_pnl,
scripwise_tax_pnl
financial_year
string
required

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

Body

application/json
data
object[]

Response

Success

transaction_id
string
code
integer
data
object
timestamp
string<utc-millisec>