APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Identity column for table PlanBenefitCluster Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.
Which Benefit Code is the base code for this Plan Benefit Cluster
First Multitier for the Benefit Code listed under this Plan Benefit Cluster
Second Multitier for the Benefit Code listed under this Plan Benefit Cluster
Third Multitier for the Benefit Code listed under this Plan Benefit Cluster
Fourth Multitier for the Benefit Code listed under this Plan Benefit Cluster
Fifth Multitier for the Benefit Code listed under this Plan Benefit Cluster
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/plan-benefit-clusters
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/plan-benefit-clusters \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"planBenefitCluster_Key": 0,
"benefit_Code": "string",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"multiTier_1": "string",
"multiTier_2": "string",
"multiTier_3": "string",
"multiTier_4": "string",
"multiTier_5": "string",
"plan_ID": "string",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/plan-benefit-clusters
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/plan-benefit-clusters?planId=string&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/plan-benefit-clusters/{planBenefitClusterKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/plan-benefit-clusters/{planBenefitClusterKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example