Skip to main content
POST
/
it
/
calculator
/
tax-pnl
/
securities
/
domestic
Submit Job
curl --request POST \
  --url https://api.sandbox.co.in/it/calculator/tax-pnl/securities/domestic \
  --header 'Authorization: <authorization>' \
  --header 'x-accept-type: <x-accept-type>' \
  --header 'x-api-key: <x-api-key>'
{
  "code": 200,
  "timestamp": 1764238280541,
  "data": {
    "created_at": 1764238289996,
    "updated_at": 1764238289996,
    "@entity": "in.co.sandbox.it.calculator.tax_pnl.securities.job",
    "security_type": "domestic",
    "url": "https://in-co-sbox-it-calc-tax-pnl-sec-dev.s3.ap-south-1.amazonaws.com/domestic/cae21a50-9940-48d9-9c20-800df31e0e81/workbook.input?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIARB4EOKMVLGPKU5NY%2F20251127%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20251127T101130Z&X-Amz-Expires=86400&X-Amz-Signature=6e70c52007ba557aafe3a96ed6d557dd046633d6984fb42e5c3db5911a58dd3d&X-Amz-SignedHeaders=host&x-amz-checksum-crc32=AAAAAA%3D%3D&x-amz-sdk-checksum-algorithm=CRC32&x-id=PutObject",
    "status": "created",
    "job_id": "cae21a50-9940-48d9-9c20-800df31e0e81"
  },
  "transaction_id": "cae21a50-9940-48d9-9c20-800df31e0e81"
}
This endpoint is part of a job-based async workflow. See the job-based API workflow guide for job creation, payload upload, and status polling.
https://mintcdn.com/sandboxfinancialtechnologiesprivatelimited/9R19aQQ6ZD9_5iIN/static/svg/Postman.svg?fit=max&auto=format&n=9R19aQQ6ZD9_5iIN&q=85&s=3f44f5c9e4d8b761c9447be03a2f5f96

Run in Postman

Headers

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

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

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

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

Response

Success

code
integer
timestamp
integer
data
object
transaction_id
string