POST
/
takeprofit.partner.external.security.v1.LinkApi.LinkSecurity
curl --request POST \
  --url https://api.dev.tpinf.in/takeprofit.partner.external.security.v1.LinkApi.LinkSecurity \
  --header 'Content-Type: application/json' \
  --data '{
  "security_guid": "6ef11658-5a1c-4baf-9387-d977dcca6129",
  "partner_security_id": "124"
}'
{
  "status": {
    "code": 0,
    "message": "Security linked successfully.",
    "details": []
  }
}

Headers

accesstoken
string

JWT access token

Body

application/json · object

Response

200 - application/json

OK

The response is of type object.