# Explaination Code Categories ## Create ExplanationCodeCategory - [POST /explaination-code-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explaination-code-categories/createexplanationcodecategory.md): Creates a new ExplanationCodeCategory ## List ExplanationCodeCategory - [GET /explaination-code-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explaination-code-categories/listexplanationcodecategory.md): Lists all ExplanationCodeCategory ## Get ExplanationCodeCategory - [GET /explaination-code-categories/{category}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explaination-code-categories/getexplanationcodecategory.md): Gets ExplanationCodeCategory ## Update ExplanationCodeCategory - [PUT /explaination-code-categories/{category}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explaination-code-categories/updateexplanationcodecategory.md): Updates a specific ExplanationCodeCategory. ## Delete ExplanationCodeCategory - [DELETE /explaination-code-categories/{category}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explaination-code-categories/deleteexplanationcodecategory.md): Deletes an ExplanationCodeCategory ## Create or Update Batch ExplanationCodeCategory - [PUT /explaination-code-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/explaination-code-categories/updatebatchexplanationcodecategory.md): Create or Update multiple ExplanationCodeCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.