cURL
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>" }
Create a foreign securities Tax P&L job; send input/output, financial year, and auth headers to get the job_id plus presigned upload URL.
application/json or application/xlsx
Show child attributes
Success
Was this page helpful?