APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Unique identifier for each contract factor configuration. Note: This field is marked as NOT NULL in the database and therefore required by the API.
The reinsurance contract factor configuration value used to determine if a member falls into this factor calculation.
The reinsurance contract factor configuration value used to determine if a member falls into this factor calculation.
The effective date of this factor within the reinsurance contract. Note: This field is marked as NOT NULL in the database and therefore required by the API.
The calculated factor for each eligiblity member that falls into this configuration.
The reinsurance contract factor configuration value used to determine if a member falls into this factor calculation.
References the ReinsContract.ReinsContract_Key on the parent record. Note: This field is marked as NOT NULL in the database and therefore required by the API.
The reinsurance contract factor configuration value used to determine if a member falls into this factor calculation.
The reinsurance contract factor configuration value used to determine if a member falls into this factor calculation.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/reinsurance-contracts/{reinsContractKey}/factors
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/reinsurance-contracts/{reinsContractKey}/factors' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"reinsContractFactor_Key": 0,
"age_From": 0,
"age_Thru": 0,
"effective_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"factor": 0.1,
"plan_ID": "string",
"reinsContract_Key": 0,
"term_Date": "2019-08-24T14:15:22Z",
"tier": "st",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string",
"zip_From": "string",
"zip_Thru": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/reinsurance-contracts/{reinsContractKey}/factors
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/reinsurance-contracts/{reinsContractKey}/factors?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/reinsurance-contracts/{reinsContractKey}/factors/{reinsContractFactorKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/reinsurance-contracts/{reinsContractKey}/factors/{reinsContractFactorKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example