# Note Sources ## Create NoteSource - [POST /note-sources](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-sources/createnotesource.md): Creates a new NoteSource ## List NoteSource - [GET /note-data/{noteKey}/note-sources](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-sources/listnotesource.md): Lists all NoteSource for the given noteKey ## Get NoteSource - [GET /note-sources/{sourceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-sources/getnotesource.md): Gets NoteSource ## Update NoteSource - [PUT /note-sources/{sourceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-sources/updatenotesource.md): Updates a specific NoteSource. ## Delete NoteSource - [DELETE /note-sources/{sourceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-sources/deletenotesource.md): Deletes an NoteSource ## Create or Update Batch NoteSource - [PUT /note-sources-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/note-sources/updatebatchnotesource.md): Create or Update multiple NoteSource at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.