# Note Priorities ## Create NotePriority - [POST /note-priorities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-priorities/createnotepriority.md): Creates a new NotePriority ## List NotePriority - [GET /note-priorities](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-priorities/listnotepriority.md): Lists all NotePriority ## Get NotePriority - [GET /note-priorities/{notePriority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-priorities/getnotepriority.md): Gets NotePriority ## Update NotePriority - [PUT /note-priorities/{notePriority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-priorities/updatenotepriority.md): Updates a specific NotePriority. ## Delete NotePriority - [DELETE /note-priorities/{notePriority}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-priorities/deletenotepriority.md): Deletes an NotePriority ## Create or Update Batch NotePriority - [PUT /note-priorities-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-priorities/updatebatchnotepriority.md): Create or Update multiple NotePriority at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.