# Create beneficiary for a plan **POST /api/v1/plans/{plan_uuid}/beneficiary** ## 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) ### Body: application/json (object) - **name** (string) Name of the beneficiary. - **percentage** (number) Percentage due to the beneficiary. ## 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. - **name** (string) Beneficiary name. - **percentage** (integer) Beneficiary percentage. - **cover** (object) Cover this beneficiary is for. [Powered by Bump.sh](https://bump.sh)