# Create a portfolio **POST /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/portfolios** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **plan_uuid** (string) - **subAccount_uuid** (string) ### Body: application/json (object) - **name** (string) The name of the portfolio. Must be unique within the sub-account it is created on. - **is_proposed** (boolean) Denotes if the portfolio is proposed - **proposed_at** (string(date)) The proposed date of the portfolio. When omitted from the request the proposed date will be the date of creation. ## Responses ### 201 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **is_proposed** (boolean) Denotes if the portfolio is proposed - **proposed_at** (string) The date the portfolio was proposed. - **name** (string) The name of the portfolio. [Powered by Bump.sh](https://bump.sh)