APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Indicates which Network the options will be associated with.
Start of the range of acceptable service dates for the network. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indicates the discount percentage that will be applied to the selected fee schedule.
Indicates the discount percentage that will be applied to the secondary selected fee schedule.
Allows the User to select an existing fee schedule to base their pricing upon.
Allows the User to select a secondary existing fee schedule to base their pricing upon.
This is the adjustment percentage that will be used if the 'Use Not in Fee Adj.' option is selected.
Indicates the network-level priority of the Provider's network affiliation. This priority is used in the adjudication calculation to assign networks. The network with the lowest sum (network level priority + group level priority) will be assigned.
Allows the User to add any relevant notes regarding the reason for termination.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/network-profile-networks
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/network-profile-networks \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"profile_ID": "string",
"network_ID": "string",
"eff_Date": "2019-08-24T14:15:22Z",
"claim_Days_Allowed": 0,
"disc_Pct": 0.1,
"disc_Pct_2": 0.1,
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"fee_Sched": "string",
"fee_Sched_2": "string",
"no_Proc_In_Fee_Disc_Pct": 0.1,
"priority": 0,
"reason_Comment": "string",
"reason_ID": 0,
"term_Date": "2019-08-24T14:15:22Z",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string",
"use_No_Proc_In_Fee": true
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/network-profiles/{Profile_ID}/networks
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/network-profiles/{Profile_ID}/networks?sortBy=string&page=1&pageSize=100' \
-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/network-profiles/{Profile_ID}/networks/{Network_ID}/effective/{Eff_Date}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/network-profiles/{Profile_ID}/networks/{Network_ID}/effective/{Eff_Date}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example