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.
Allows the User to select an existing fee schedule to base their pricing upon.
If the primary Fee Schedule for the Provider Network does not match, attempt to match on this Secondary Fee Schedule
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/providers/{providerId}/networks/{networkId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/providers/{providerId}/networks/{networkId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"provider_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/providers/{providerId}/networks/{networkId}/effective-date/{effectiveDate}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/providers/{providerId}/networks/{networkId}/effective-date/{effectiveDate}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example- 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.
Allows the User to select an existing fee schedule to base their pricing upon.
If the primary Fee Schedule for the Provider Network does not match, attempt to match on this Secondary Fee Schedule
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/providers/{providerId}/networks/{networkId}/effective-date/{effectiveDate}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://vbapi.vbasoftware.com/vbasoftware/providers/{providerId}/networks/{networkId}/effective-date/{effectiveDate}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"provider_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