APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Unique identifier for each Self Admin configuration. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Notes if this coniguration is active for calculation. Note: This field is marked as NOT NULL in the database and therefore required by the API.
If there is Benefit level configuration, you would apply that here. If blank, this configuration applies to all benefits inside the group.
If there is Division level configuration, you would apply that here. If blank, this confiruation applies to the entire group.
Notes the invoice level for self-admin invoicing. Works smilar to GroupDivision setting in that it combines other self-admin confiration to the common level.
If there is Plan level configuration, you would apply that here. If blank, this configuration applies to all plans inside the group.
Indicates if volume scale determines the volume for this invoice calculation. Note: This field is marked as NOT NULL in the database and therefore required by the API.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/group-self-admins
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/group-self-admins \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"groupSelfAdmin_Key": 0,
"active": true,
"age": 0,
"benefit_Code": "string",
"dependents": 0,
"division_ID": "string",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"group_ID": "string",
"invoice_Level": "s",
"members": 0,
"plan_ID": "string",
"sex": "s",
"subscribers": 0,
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string",
"use_Volume_Scale": true,
"volume": 0.1
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/group-self-admins
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/group-self-admins?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/group-self-admins/{groupSelfAdminKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/group-self-admins/{groupSelfAdminKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example