APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Coverage type, based on enrollment, that will be applied by the pre-existing condition.
Holds the value of the lower bound of a range defined for disclosed pre-existing entry.
Amount allowed before a pend/deny on a pre-ex claim detail line, use in conjunction with Disclosed_Ex_Code.
Defines the type of range used with the bounds of the disclosed range. D = Days, M = Months.
Holds the value of the upper bound of a range defined for disclosed pre-existing entry.
Beginning of the duration range that the pre-existing Conditon will apply to.
Dollar amount that will be applied by the pre-existing condition before pending or denying claims.
Unit of time used to measure the pre-existing Condition duration. Limited to units of either months or days.
End of the duration range that the pre-existing Conditon will apply to.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/plans/{planID}/pre-existing-coverages
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/plans/{planID}/pre-existing-coverages' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"plan_ID": "string",
"coverage_Type": "string",
"disclosed_Ex_Code": "string",
"disclosed_From_Range": 0,
"disclosed_Pre_Ex_Amount": 0.1,
"disclosed_Range_Type": "string",
"disclosed_Thru_Range": 0,
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"ex_Code": "string",
"from_Range": 0,
"pre_Ex_Amount": 0.1,
"range_Type": "string",
"thru_Range": 0,
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/plans/{planID}/pre-existing-coverages
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/plans/{planID}/pre-existing-coverages' \
-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/plans/{planID}/pre-existing-coverages/{coverageType}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/plans/{planID}/pre-existing-coverages/{coverageType}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example