Link a security to the partner’s own security identifier. This will overwrite any existing link.
security_guid
(string, required): GUID of the security in TakeProfit system.
partner_security_id
(string, required): Partner’s own identifier for the security.
status
: Operation status.{
"type": "object",
"properties": {
"security_guid": { "type": "string" },
"partner_security_id": { "type": "string" }
},
"required": ["security_guid", "partner_security_id"]
}
Yes, calling `LinkSecurity` with the same `security_guid` will overwrite the existing `partner_security_id`.
JWT access token
OK
The response is of type object
.