# Update a holding **PUT /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/holdings/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **plan_uuid** (string) - **subAccount_uuid** (string) - **uuid** (string) ### Body: application/json (object) - **fund_name** (string) The name of the fund for the holding. - **reference** (string) The reference of the holding/fund. - **provider** (string) The provider of the holding/fund. - **sector** (string) The sector of the holding/fund. - **sedol** (string) The SEDOL of the holding/fund. - **isin** (string) The ISIN of the holding/fund. - **citi** (string) The CITI of the holding/fund. - **units** (float) The units of the holding - **unit_price** (integer) The current price of the units in pennies. - **unit_price_raw** (float) The current price of the units in it's raw format with decimals. - **purchase_price** (integer) The original purchase price of the holding in pennies. - **currency** (string) The currency of the holding. - **is_active** (boolean) Denotes if the holding is active/inactive. - **portfolio_uuid** (string(uuid)) Optional UUID of a portfolio to add the holding to. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) - **created_at** (string) - **updated_at** (string) - **fund_name** (string) - **reference** (string) - **sector** (string) - **sedol** (string) - **isin** (string) - **citi** (string) - **units** (integer) - **unit_price** (object) - **unit_price_raw** (integer) - **purchase_price** (object) - **is_active** (boolean) - **value** (object) - **sub_account** (object) - **external_references** (object) [Powered by Bump.sh](https://bump.sh)