APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
ID number of the grievance. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Area where the User may describe the administrative change.
Type of change that was made by Administration. 'Admin. Change Types' are configured within 'Grievance Configuration'.
Category of the grievance. 'Greivance Categories' are configured within 'Grievance Configuration'.
Date when the grievance was viewed and filed by an Administartor.
Status of the grievance. 'Greivance Statuses' are configured within 'Grievance Configuration'.
Type of the grievance. 'Grievance Types' are configured within 'Grievance Configuration'.
Type of issue the grievance is associated with. 'Issue Types' are configured within 'Grievance Configuration'.
Sequential identifier of the Member associated with the grievance.
Account number of the Patient associated with the grievance.
Type of resolution used to address the grievance. 'Resolution Types' are configured within 'Grievance Configuration'.
- VBAPI VBASoftwarehttps://vbapi-dev.vbasoftware.com/vbasoftware/grievances
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi-dev.vbasoftware.com/vbasoftware/grievances \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"grievance_Key": 0,
"admin_Change": "string",
"admin_Change_Date": "2019-08-24T14:15:22Z",
"admin_Change_Type": "string",
"call_Key": 0,
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"grievance_Category": "string",
"grievance_Filed": "2019-08-24T14:15:22Z",
"grievance_Received": "2019-08-24T14:15:22Z",
"grievance_Resolved": "2019-08-24T14:15:22Z",
"grievance_Source": "string",
"grievance_Status": "string",
"grievance_Type": "string",
"issue": "string",
"issue_Date": "2019-08-24T14:15:22Z",
"issue_Type": "string",
"member_Seq": "st",
"patient_Account_Number": "string",
"provider_ID": "string",
"resolution": "string",
"resolution_Date": "2019-08-24T14:15:22Z",
"resolution_Type": "string",
"subscriber_ID": "string",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi-dev.vbasoftware.com/vbasoftware/grievances
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi-dev.vbasoftware.com/vbasoftware/grievances?page=1&pageSize=100&sortBy=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-dev.vbasoftware.com/vbasoftware/grievances/{grievanceKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi-dev.vbasoftware.com/vbasoftware/grievances/{grievanceKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example