# Create a sub account **POST /api/v1/plans/{plan_uuid}/sub-accounts** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **plan_uuid** (string) ### Body: application/json (object) - **name** (string) Descriptive name of the sub account - **policy_number** (string) Sub account policy number - **proposal_reference** (string) Sub account proposal number ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) UUID of the sub account - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was created. - **name** (string) Descriptive name of the sub account - **policy_number** (string) Provider reference of the sub account - **latest_valuation** (object) The latest valuation of the sub account - **is_main_account** (boolean) Denotes if the sub account a main account of the plan - **active_portfolio** (object) The active portfolio of the sub account - **statistics** (object) The statistics on a sub account. Only displayed when you retrieve an individual sub-account. [Powered by Bump.sh](https://bump.sh)