Request
Add parameter in header Authorization
Example:Authorization: ********************
or
Body Params application/json-patch+json
{
"id": 0,
"symbol": "string",
"exchange": "string",
"displayExchange": "string",
"name": "string",
"currencyCode": "string",
"holdingTypeId": 0,
"portfolioId": 0,
"dateCreated": "2019-08-24T14:15:22Z",
"classification": {
"sectorCode": 0,
"sector": "string",
"industryGroupCode": 0,
"industryGroup": "string",
"industryCode": 0,
"industry": "string",
"subIndustryCode": 0,
"subIndustry": "string"
},
"settings": {
"isDividendReinvestment": true,
"drpSettings": "string"
}
}
Request Code Samples
curl --location --request PUT '/v1/holdings/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": 0,
"symbol": "string",
"exchange": "string",
"displayExchange": "string",
"name": "string",
"currencyCode": "string",
"holdingTypeId": 0,
"portfolioId": 0,
"dateCreated": "2019-08-24T14:15:22Z",
"classification": {
"sectorCode": 0,
"sector": "string",
"industryGroupCode": 0,
"industryGroup": "string",
"industryCode": 0,
"industry": "string",
"subIndustryCode": 0,
"subIndustry": "string"
},
"settings": {
"isDividendReinvestment": true,
"drpSettings": "string"
}
}'
Responses
This response does not have a body.
Modified at 2025-10-24 04:35:20