Sync Holdings on a Sub Account
POST
/api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/sync-holdings
curl \
--request POST 'https://api.plannrcrm.com/api/v1/plans/6ff8f7f6-1eb3-3525-be4a-3932c805afed/sub-accounts/6ff8f7f6-1eb3-3525-be4a-3932c805afed/sync-holdings' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"holdings":[{"citi":"ABC12345","isin":"ABC12345","sedol":"ABC12345","units":100,"sector":"Europe","provider":"Transact","fund_name":"Cash","is_active":true,"reference":"C4$4","unit_price":1,"purchase_price":1}],"portfolio_name":"Proposed Holdings 2023","is_proposed_portfolio":true}'
Request examples
{
"holdings": [
{
"citi": "ABC12345",
"isin": "ABC12345",
"sedol": "ABC12345",
"units": 100,
"sector": "Europe",
"provider": "Transact",
"fund_name": "Cash",
"is_active": true,
"reference": "C4$4",
"unit_price": 1,
"purchase_price": 1
}
],
"portfolio_name": "Proposed Holdings 2023",
"is_proposed_portfolio": true
}
Response examples (202)
{}