APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
This option allows the User to enter a 'Flat Amt.' within the 'Financial' screen from the Member 'Details' drop-down menu. If this option is not selected, the 'Flat Tax' amount will default to zero when calculating disability payments. Note: This field is marked as NOT NULL in the database and therefore required by the API.
References the BenefitCategory.Benefit_Category table.
HIPAA code associated with the specified Benefit. 835's require a maped HIPAA code on claims that pay less than the billed amount.
No longer in use. Note: This field is marked as NOT NULL in the database and therefore required by the API.
The Ex Code to apply when adjudicating a claim that has this benefit if the Pend_Flag is on.
Whether or not to apply the Pend_Ex_Code value when adjudicating a claim that has this benefit.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/benefits
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/benefits \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"benefit_Code": "string",
"allow_Flat_Tax": true,
"benefit_Category": "string",
"benefit_Description": "string",
"default_Unit_Type": "string",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"hipaA_Code": "string",
"invalid_Diag_Ex_Code": "string",
"invalid_Procedure_Ex_Code": "string",
"invalid_Prov_Type_Ex_Code": "string",
"invalid_Specialty_Ex_Code": "string",
"medicare": "s",
"pend_Ex_Code": "string",
"pend_Flag": "s",
"require_Type_Of_Svc": "s",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/benefits
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/benefits?page=1&pageSize=100&benefitCategory=string&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/plans/{planId}/benefits/riders
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/plans/{planId}/benefits/riders?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