# Care Cases ## Create CareCase - [POST /care-plans/{carePlanKey}/cases](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/createcarecase.md): Creates a new CareCase ## List CareCase - [GET /care-plans/{carePlanKey}/cases](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/listcarecase.md): Lists all CareCase for the given carePlanKey ## Get CareCase - [GET /care-plans/{carePlanKey}/cases/{caseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/getcarecase.md): Gets CareCase ## Update CareCase - [PUT /care-plans/{carePlanKey}/cases/{caseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/updatecarecase.md): Updates a specific CareCase. ## Delete CareCase - [DELETE /care-plans/{carePlanKey}/cases/{caseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/deletecarecase.md): Deletes an CareCase ## Create or Update Batch CareCase - [PUT /care-plans/{carePlanKey}/cases-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/updatebatchcarecase.md): Create or Update multiple CareCase at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Create CareCase (Simplified Path) - [POST /care-cases](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/createcarecasesimplified.md): Creates a new CareCase using a simplified path structure without requiring a CarePlan ID. ## List CareCases (Simplified Path) - [GET /care-cases](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/listcarecasesimplified.md): Retrieves a List of CareCase using a simplified path structure without requiring a CarePlan ID. ## Get CareCase (Simplified Path) - [GET /care-cases/{Case_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/getcarecasesimplified.md): Retrieves a specific CareCase using a simplified path structure without requiring a CarePlan ID. ## Update CareCase (Simplified Path) - [PUT /care-cases/{Case_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/updatecarecasesimplified.md): Updates a specific CareCase using a simplified path structure without requiring a CarePlan ID. ## Delete CareCase (Simplified Path) - [DELETE /care-cases/{Case_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/deletecarecasesimplified.md): Deletes a specific CareCase using a simplified path structure without requiring a CarePlan ID. ## Create or Update Batch CareCases (Simplified Path) - [PUT /care-cases-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/care-cases/updatebatchcarecasessimplified.md): Creates or updates multiple CareCases at once using a simplified path structure without requiring a CarePlan ID. If the entity exists, it will be updated. If the entity does not exist, it will be created.