APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Indicates how age is defined within the age range. 'End of month' means that the age will be updated when the birth ends. 'Birth Date' means that the age will be updated on the date of birth.
Indicates that the associated procedure is limited to a certain age range. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indicates the procedure category that the associated procedure belongs to.
Text field where the User may enter a short description of the associated procedure.
Date when the associated procedure code becomes/became effective.
Identifies the starting age for the acceptable age range for the associated procedure code.
Text field where the User may enter a longer and more detailed description of the associated procedure.
Indicates the Ex Code that will be applied to claims that contain the associated procedure.
Allows the User to choose an Ex Code that will be applied to claims that contain the associated procedure.
Identifies the group of procedures that the associated procedure belongs to.
Indicates that an auth will be required when the associated procedure is used within a claim. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Identifies the ending age for the acceptable age range for the associated procedure code.
Identifier specifying the treatment type associated with the procedure code
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/procedure-codes
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/procedure-codes \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"procedure_Code": "string",
"age_Range_Type": "s",
"age_Restricted": true,
"age_Type": "string",
"category_ID": "string",
"description": "string",
"effective_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"from_Age": 0,
"gender": "s",
"long_Description": "string",
"network_Price": 0.1,
"pend_Ex_Code": "string",
"pend_Flag": "s",
"procedure_Group": 0,
"qualifier": "st",
"require_Auth": true,
"term_Date": "2019-08-24T14:15:22Z",
"thru_Age": 0,
"treatment_Type": "string",
"ucR_Price": 0.1,
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/procedure-codes
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/procedure-codes?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/procedure-codes/{procedureCode}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/procedure-codes/{procedureCode}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example