# Care Plan Custom Values ## Create CarePlanCustomValue - [POST /care-plans/{carePlanKey}/custom-values](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-custom-values/createcareplancustomvalue.md): Creates a new CarePlanCustomValue ## List CarePlanCustomValue - [GET /care-plans/{carePlanKey}/custom-values](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-custom-values/listcareplancustomvalue.md): Lists all CarePlanCustomValue for the given carePlanKey ## Get CarePlanCustomValue - [GET /care-plans/{carePlanKey}/custom-values/{carePlanCustomValueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-custom-values/getcareplancustomvalue.md): Gets CarePlanCustomValue ## Update CarePlanCustomValue - [PUT /care-plans/{carePlanKey}/custom-values/{carePlanCustomValueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-custom-values/updatecareplancustomvalue.md): Updates a specific CarePlanCustomValue. ## Delete CarePlanCustomValue - [DELETE /care-plans/{carePlanKey}/custom-values/{carePlanCustomValueKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-custom-values/deletecareplancustomvalue.md): Deletes an CarePlanCustomValue ## Create or Update Batch CarePlanCustomValue - [PUT /care-plans/{carePlanKey}/custom-values-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-plan-custom-values/updatebatchcareplancustomvalue.md): Create or Update multiple CarePlanCustomValue at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.