APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Identifies the 'Category' of note. Note 'Category' are configured within 'Note Configuration'.
Identifies the 'Priority' of note. Note 'Priority' are configured within 'Note Configuration'.
Identifies the 'Type' of note. Note 'Types' are configured within 'Note Configuration'.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/note-data
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/note-data \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"note_Key": 0,
"effective_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"note_Alert": true,
"note_Alert_End": "2019-08-24T14:15:22Z",
"note_Category": "string",
"note_Data": "string",
"note_Priority": "string",
"note_Subject": "string",
"note_Type": "string",
"term_Date": "2019-08-24T14:15:22Z",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response exampleRequest
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
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/note-data
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/note-data?noteCategory=string&columnName1=string&keyValue1=string&columnName2=string&keyValue2=string&columnName3=string&keyValue3=string&columnName4=string&keyValue4=string&columnName5=string&keyValue5=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/note-data-check
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/note-data-check?noteCategory=string&columnName1=string&keyValue1=string&columnName2=string&keyValue2=string&columnName3=string&keyValue3=string&columnName4=string&keyValue4=string&columnName5=string&keyValue5=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example