# Note Types ## Create NoteType - [POST /note-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-types/createnotetype.md): Creates a new NoteType ## List NoteType - [GET /note-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-types/listnotetype.md): Lists all NoteType ## Get NoteType - [GET /note-types/{noteType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-types/getnotetype.md): Gets NoteType ## Update NoteType - [PUT /note-types/{noteType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-types/updatenotetype.md): Updates a specific NoteType. ## Delete NoteType - [DELETE /note-types/{noteType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-types/deletenotetype.md): Deletes an NoteType ## Create or Update Batch NoteType - [PUT /note-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-types/updatebatchnotetype.md): Create or Update multiple NoteType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.