# Note Categories ## Create NoteCategory - [POST /note-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-categories/createnotecategory.md): Creates a new NoteCategory ## List NoteCategory - [GET /note-categories](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-categories/listnotecategory.md): Lists all NoteCategory ## Get NoteCategory - [GET /note-categories/{noteCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-categories/getnotecategory.md): Gets NoteCategory ## Update NoteCategory - [PUT /note-categories/{noteCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-categories/updatenotecategory.md): Updates a specific NoteCategory. ## Delete NoteCategory - [DELETE /note-categories/{noteCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-categories/deletenotecategory.md): Deletes an NoteCategory ## Create or Update Batch NoteCategory - [PUT /note-categories-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-categories/updatebatchnotecategory.md): Create or Update multiple NoteCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.