APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
ID of the capitation service. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Identifies the ICD version associated with the listed diagnostic codes. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Starting code for the range of acceptable diagnostic codes for the capitation service.
Starting code for the range of acceptable procedure codes for the capitation service.
Place of service associated with the capitation service.
When this flag is set, the list of TINS must match the PCP for this member. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Specialty code of the Provider associated with the capitation service.
Ending code for the range of acceptable diagnostic codes for the capitation service.
Ending code for the range of acceptable procedure codes for the network.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/capitation-services
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/capitation-services \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"capitationService_Key": 0,
"diagnostic_Code_Type": "string",
"effective_Date": "2019-08-24T14:15:22Z",
"end_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"from_Diag_Code": "string",
"from_Procedure": "string",
"network_ID": "string",
"place_Of_Service": "strin",
"require_PCP": true,
"specialty_Code": "string",
"thru_Diag_Code": "string",
"thru_Procedure": "string",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/capitation-services
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/capitation-services?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/capitation-services/{capitationServiceKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/capitation-services/{capitationServiceKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example