# Note Data ## Create NoteData - [POST /note-data](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/note-data/createnotedata.md): Creates a new NoteData ## List NoteData by Source - [GET /note-data](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/note-data/listnotesbysource.md): List of Notes based on a specific source Expectations of Category compared to what is in the source values AUTH @SourceColumn1 = auth_number CALL @SourceColumn1 = call_key CASE @SourceColumn1 = case_key CLAIM @SourceColumn1 = batch_number @SourceColumn2 = batch_claim CLMBTCH NO REFS @SourceColumn1 = batch_number COMMAGEN NO REFS @SourceColumn1 = commissionagency_key COMMREP NO REFS @SourceColumn1 = commissionrep_key CORTRACK NO REFS @SourceColumn1 = reporttrack_key FEESCHED NO REFS @SourceColumn1 = fee_sched GRIEV @SourceColumn1 = grievance_key GROUP @SourceColumn1 = group_id GROUPDIV @SourceColumn1 = group_id @SourceColumn2 = division_id GRPCLASS @SourceColumn1 = group_id GWREQ NO REFS @SourceColumn1 = request_key INTRFACE NO REFS @SourceColumn1 = vbainterface_key INVHDR NO REFS @SourceColumn1 = invoice_key MEMBER @SourceColumn1 = subscriber_id @SourceColumn2 = member_seq NETWORK NO REFS @SourceColumn1 = network_id NOTE NO REFS @SourceColumn1 = note_key PAYEE NO REFS @SourceColumn1 = payee_id PAYOR NO REFS @SourceColumn1 = payor_id PBENMAX @SourceColumn1 = plan_id @SourceColumn2 = benefit_code @SourceColumn3 = max_id PLAN NO REFS @SourceColumn1 = plan_id PLANLVL NO REFS @SourceColumn1 = planbenefitlevel_key PROV NO REFS @SourceColumn1 = provider_id PROVCRED @SourceColumn1 = providercred_key REINS @SourceColumn1 = reinscontract_key REINSTRN @SourceColumn1 = reinscontracttrans_key SUB @SourceColumn1 = subscriber_id ## Check NoteData by Source - [GET /note-data-check](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/note-data/checknotesbysource.md): Check the NoteData by Source without pulling the full list. This reutrns a true/false on whether there are notes for the identified source. ## Get NoteData - [GET /note-data/{noteKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/note-data/getnotedata.md): Gets NoteData ## Update NoteData - [PUT /note-data/{noteKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/note-data/updatenotedata.md): Updates a specific NoteData. ## Delete NoteData - [DELETE /note-data/{noteKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/note-data/deletenotedata.md): Deletes an NoteData ## Create or Update Batch NoteData - [PUT /note-data-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/note-data/updatebatchnotedata.md): Create or Update multiple NoteData at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Get Note Attachment Location - [GET /note-attachment-location/{noteCategory}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/note-data/getnoteattachmentlocation.md): Gets Note Attachment Location