# Note Category Types ## Create NoteCategoryType - [POST /note-categories/{noteCategory}/note-types/{noteType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-category-types/createnotecategorytype.md): Creates a new NoteCategoryType ## Get NoteCategoryType - [GET /note-categories/{noteCategory}/note-types/{noteType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-category-types/getnotecategorytype.md): Gets NoteCategoryType ## Delete NoteCategoryType - [DELETE /note-categories/{noteCategory}/note-types/{noteType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-category-types/deletenotecategorytype.md): Deletes an NoteCategoryType ## List NoteCategoryType - [GET /note-categories/{noteCategory}/note-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-category-types/listnotecategorytype.md): Lists all NoteCategoryType noteCategory ## Create multiple NoteCategoryType - [PUT /note-categories/{noteCategory}/note-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-category-types/updatebatchnotecategorytype.md): Create multiple NoteCategoryType at once. If the entity exists, an error message will be returned. If the entity does not exist, it will be created.