APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
References Subscribers.Subscriber_ID value on the parent record.
Identifier assigned to the Group associated with this Prior Accumulator.
Identifier assigned to the Division associated with this Prior Accumulator.
Benefit Code associated with this Prior Accumulator.
Identifies that the associated prior accumulator was automatically generated.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/subscribers/{subscriberID}/groups/{groupID}/prior-accumulators/{planYear}/{planType}/{benefitCode}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
- application/json
- text/json
- application/*+json
curl -i -X PUT \
'https://vbapi.vbasoftware.com/vbasoftware/subscribers/{subscriberID}/groups/{groupID}/prior-accumulators/{planYear}/{planType}/{benefitCode}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"subscriber_ID": "string",
"group_ID": "string",
"division_ID": "string",
"plan_Year": "string",
"plan_Type": "string",
"benefit_Code": "string",
"added_Accum": "s",
"allowed_Amt": 0.1,
"allowed_Amt_Net": 0.1,
"allowed_Amt_OON": 0.1,
"auto_Generated": true,
"benefit_Used": 0.1,
"benefit_Used_Net": 0.1,
"benefit_Used_OON": 0.1,
"billed_Amt": 0.1,
"billed_Amt_Net": 0.1,
"billed_Amt_OON": 0.1,
"coB_Amt": 0.1,
"coB_Amt_Net": 0.1,
"coB_Amt_OON": 0.1,
"coins_Amt": 0.1,
"coins_Amt_Net": 0.1,
"coins_Amt_OON": 0.1,
"copay_Amt": 0.1,
"copay_Amt_Net": 0.1,
"copay_Amt_OON": 0.1,
"currency_ID": "string",
"ded_PPO_Used": 0.1,
"deductible_Used": 0.1,
"deductible_Used_OON": 0.1,
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"not_Covered_Amt": 0.1,
"not_Covered_Amt_Net": 0.1,
"not_Covered_OON": 0.1,
"out_Of_Pocket": 0.1,
"out_Of_Pocket_Net": 0.1,
"out_Of_Pocket_OON": 0.1,
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'- text/plain
- application/json
- text/json
No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/subscribers/{subscriberID}/groups/{groupID}/prior-accumulators/{planYear}/{planType}/{benefitCode}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://vbapi.vbasoftware.com/vbasoftware/subscribers/{subscriberID}/groups/{groupID}/prior-accumulators/{planYear}/{planType}/{benefitCode}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'Request
Create or Update multiple SubscriberPriorAccum at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
- application/json
- text/json
- application/*+json
References Subscribers.Subscriber_ID value on the parent record.
Identifier assigned to the Group associated with this Prior Accumulator.
Identifier assigned to the Division associated with this Prior Accumulator.
Benefit Code associated with this Prior Accumulator.
Identifies that the associated prior accumulator was automatically generated.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/subscribers/{subscriberID}/groups/{groupID}/prior-accumulators-batch
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
- application/json
- text/json
- application/*+json
curl -i -X PUT \
'https://vbapi.vbasoftware.com/vbasoftware/subscribers/{subscriberID}/groups/{groupID}/prior-accumulators-batch' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '[
{
"subscriber_ID": "string",
"group_ID": "string",
"division_ID": "string",
"plan_Year": "string",
"plan_Type": "string",
"benefit_Code": "string",
"added_Accum": "s",
"allowed_Amt": 0.1,
"allowed_Amt_Net": 0.1,
"allowed_Amt_OON": 0.1,
"auto_Generated": true,
"benefit_Used": 0.1,
"benefit_Used_Net": 0.1,
"benefit_Used_OON": 0.1,
"billed_Amt": 0.1,
"billed_Amt_Net": 0.1,
"billed_Amt_OON": 0.1,
"coB_Amt": 0.1,
"coB_Amt_Net": 0.1,
"coB_Amt_OON": 0.1,
"coins_Amt": 0.1,
"coins_Amt_Net": 0.1,
"coins_Amt_OON": 0.1,
"copay_Amt": 0.1,
"copay_Amt_Net": 0.1,
"copay_Amt_OON": 0.1,
"currency_ID": "string",
"ded_PPO_Used": 0.1,
"deductible_Used": 0.1,
"deductible_Used_OON": 0.1,
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"not_Covered_Amt": 0.1,
"not_Covered_Amt_Net": 0.1,
"not_Covered_OON": 0.1,
"out_Of_Pocket": 0.1,
"out_Of_Pocket_Net": 0.1,
"out_Of_Pocket_OON": 0.1,
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}
]'- text/plain
- application/json
- text/json
No response example