APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
References the PlanMaximum.Plan_ID value in parent table.
References the PlanMaximum.Benefit_Code value in parent table.
References the PlanMaximum.Max_ID value in the parent table.
Beginning of the range of procedure codes that are applied to the Plan Maximum.
Indicates whether the Procedure Code range applies to the primary procedure on any claim that this maximum is applied to. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indicates whether the Procedure Code range applies to the secondary procedure on any claim that this maximum is appled to. Note: This field is marked as NOT NULL in the database and therefore required by the API.
End of the range of procedure codes that are applied to the Plan Maximum.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/procedures
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/procedures' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"plan_ID": "string",
"benefit_Code": "string",
"max_ID": "string",
"from_Procedure": "string",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"procedure_Code1": true,
"procedure_Code2": true,
"thru_Procedure": "string",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/procedures
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/procedures' \
-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/plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/procedures/{fromProcedure}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/plans/{planID}/benefits/{benefitCode}/maximums/{maxID}/procedures/{fromProcedure}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example