APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
ID of the capitation plan rate. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indicates that the Member associated with the capitation must be an adult in order for the plan rate to apply to a capitation. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Beginning age for the required age range for the plan rate to apply to a capitation.
Ending age for the required age range for the plan rate to apply to a capitation.
Indicates the category required for the plan rate to apply to a capitation.
Indicates the type required for the plan rate to apply to a capitation.
Indicates that the Member associated with the capitation must be an child in order for the plan rate to apply to a capitation. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indicates the sex required for the plan rate to apply to a capitation.
Indicates the tier required for the plan rate to apply to a capiation.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/capitation-plan-rates
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/capitation-plan-rates \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"capitationPlanRate_Key": 0,
"adult": true,
"age_From": 0,
"age_Thru": 0,
"capitation_Category": "string",
"capitation_Type": "string",
"child": true,
"effective_Date": "2019-08-24T14:15:22Z",
"end_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"plan_ID": "string",
"rate": 0.1,
"sex": "s",
"tier": "st",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/capitation-plan-rates
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/capitation-plan-rates?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/capitation-plan-rates/{capitationPlanRateKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/capitation-plan-rates/{capitationPlanRateKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example