# Create cover for a plan **POST /api/v1/plans/{plan_uuid}/cover** ## 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) - **client_uuid** (string) Client who is claiming this cover. Must be able to access this plan. Only for protection policies. - **cover_type** (string) Cover type. For protection policies it must be one of asu, additional_rider_benefit, critical_illness, family_income_benefit, income_insurance, life_assurance, tpd_total_permanent_disability, trauma_insurance, waiver_of_premium, unknown. For insurance policies must be one of 3rd_party, 3rd_party_fire_and_theft, accidental_damage, ambulance, buildings, buildings_and_contents, business, comprehensive, contents, dental, extras, hospital_cash, optical, personal_possessions, private, private_hospital, specialist, unknown - **benefit_amount** (integer) Benefit amount in pennies. Only for protection policies. - **benefit_frequency** (string) Benefit frequency. Only for protection policies. - **benefit_status** (string) Benefit status. Only for protection policies. Valid options are: active, inactive and proposed - **indexation** (number) Indexation. Only for protection policies. - **excess** (integer) Excess amount in pennies. Only for insurance policies. - **beneficiaries** (array[string]) The beneficiaries of the plan. ## 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. - **cover_type** (string) Cover type - **benefit_amount** (object) Benefit amount - **benefit_frequency** (string) Benefit frequency - **benefit_status** (string) Benefit status - **excess** (object) Excess - **indexation** (number) Indexation percentage - **client** (object) Client this cover is for [Powered by Bump.sh](https://bump.sh)