APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Used in custom client processing with no functional impact on existing processing. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Used in custom client processing with no functional impact on existing processing.
Used in custom client processing with no functional impact on existing processing.
Used in custom client processing with no functional impact on existing processing. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Used in custom client processing with no functional impact on existing processing.
Used in custom client processing with no functional impact on existing processing. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Used in custom client processing with no functional impact on existing processing.
Used in custom client processing with no functional impact on existing processing. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Used in custom client processing with no functional impact on existing processing.
Used in custom client processing with no functional impact on existing processing.
Used in custom client processing with no functional impact on existing processing.
Used in custom client processing with no functional impact on existing processing.
Used in custom client processing with no functional impact on existing processing.
Used in custom client processing with no functional impact on existing processing.
Used in custom client processing with no functional impact on existing processing.
Used in custom client processing with no functional impact on existing processing.
Used in custom client processing with no functional impact on existing processing.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}/add-ons
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}/add-ons' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"groupNetworkAddOn_Key": 0,
"description": "string",
"discount_Payment": 0.1,
"discount_Payment_Pct": true,
"discount_Threshold": 0.1,
"discount_Threshold_Pct": true,
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"group_ID": "string",
"incurred_From": "2019-08-24T14:15:22Z",
"incurred_Thru": "2019-08-24T14:15:22Z",
"member_Seq": "st",
"network_ID": "string",
"paid_From": "2019-08-24T14:15:22Z",
"paid_Thru": "2019-08-24T14:15:22Z",
"payment_Limit": 0.1,
"payment_Limit_Type": "string",
"provider_ID": "string",
"subscriber_ID": "string",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}/add-ons
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}/add-ons?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/groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}/add-ons/{groupNetworkAddOnKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/groups/{groupID}/divisions/{divisionID}/contracts/{coverageStart}/networks/{networkID}/{state}/add-ons/{groupNetworkAddOnKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example