APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Unique identifier assigned to this credentialing process. Note: This field is marked as NOT NULL in the database and therefore required by the API.
The date the application for this credentialing process based on the CredType.
Identifies the type of credential. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indicates the organization through which the Provider was credentialed.
Indicates the status of the credentialing. These status options are configured from 'Credential Status' within 'Credentialing Congifuration'.
Date when the credentialing status becomes/became effective. Note: This field is marked as NOT NULL in the database and therefore required by the API.
The Payee that is associated with the Provider's credential.
Indicates where checks should be sent. This is often to the Provider themselves or to their practice.
Allows the User to select from the available practice addresses if 'Practice' is selected from the 'Send Check To' option.
Free form entry of a provider bio for the provider directory on VBAGateway.
Identifies the specialty that is associated with the Provider's credential.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/credentialing
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/credentialing' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"providerCred_Key": 0,
"application_Start_Date": "2019-08-24T14:15:22Z",
"committee_Date": "2019-08-24T14:15:22Z",
"credType_Key": 0,
"cred_Organization": "string",
"cred_Status": "string",
"effective_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"practice_Payee_ID": "string",
"practice_Send_Check_To": "string",
"practice_Send_Check_To_Address": "string",
"provider_Bio": "string",
"provider_ID": "string",
"specialty_Code": "string",
"term_Date": "2019-08-24T14:15:22Z",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/credentialing
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/credentialing?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.vbasoftware.com/vbasoftware/providers/{providerID}/credentialing/{providerCredKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/credentialing/{providerCredKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example