APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Key value identifying a specific ID Code value Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.
Additional key value column name that the ID Code is associated with (if needed)
Additional key value column name that the ID Code is associated with (if needed)
Additional key value column name that the ID Code is associated with (if needed)
Additional key value column name that the ID Code is associated with (if needed)
Data type of the key value column the ID Code is associated with
Additional data type of the key value column the ID Code is associated with (if needed)
Additional data type of the key value column the ID Code is associated with (if needed)
Additional data type of the key value column the ID Code is associated with (if needed)
Additional data type of the key value column the ID Code is associated with (if needed)
Value of the key value column the ID Code is associated with
Additional value of the key value column the ID Code is associated with (if needed)
Additional value of the key value column the ID Code is associated with (if needed)
Additional value of the key value column the ID Code is associated with (if needed)
Additional value of the key value column the ID Code is associated with (if needed)
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/id-types/{type}/id-codes/{idCode}/id-code-values
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/id-types/{type}/id-codes/{idCode}/id-code-values' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"idCodeValue_Key": 0,
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"iD_Code": "string",
"iD_Code_Data": "string",
"iD_Code_Data_Date": "2019-08-24T14:15:22Z",
"iD_Code_Data_Decimal": 0.1,
"iD_Code_Data_Number": 0,
"iD_Code_Data_Option": true,
"key_Column1": "string",
"key_Column2": "string",
"key_Column3": "string",
"key_Column4": "string",
"key_Column5": "string",
"key_DataType1": "string",
"key_DataType2": "string",
"key_DataType3": "string",
"key_DataType4": "string",
"key_DataType5": "string",
"key_Value1": "string",
"key_Value2": "string",
"key_Value3": "string",
"key_Value4": "string",
"key_Value5": "string",
"type": "string",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/id-types/{type}/id-codes/{idCode}/id-code-values
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/id-types/{type}/id-codes/{idCode}/id-code-values?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 exampleRequest
Lists all IDCodeValue for the given type and specific source Based on IDCodeType we will return different values.
AUTH @SourceColumn1 = auth_number
BENEFIT @SourceColumn1 = benefit_code
CAREPLAN @SourceColumn1 = case_key
CARRIER @SourceColumn1 = carrier_key
CASE @SourceColumn1 = case_key
CLAIM @SourceColumn1 = batch_number @SourceColumn2 = batch_claim
CLMBTCH @SourceColumn1 = batch_number
COMMAGENCY @SourceColumn1 = commissionagency_key
COMMREP @SourceColumn1 = commissionrep_key
COMPANYDATA @SourceColumn1 = key_value
CONTRACTRIDER @SourceColumn1 = group_id @SourceColumn2 = division_id @SourceColumn3 = coverage_start @SourceColumn4 = plan_id @SourceColumn5 = benefit_code
CREDQUESTION @SourceColumn1 = credattestationquestion_key
DISREASON @SourceColumn1 = reason_id
FUNDINGACCOUNT @SourceColumn1 = account_key
GRIEV @SourceColumn1 = grievance_key
GROUP @SourceColumn1 = group_id
GROUPDIVISION @SourceColumn1 = group_id @SourceColumn1 = division_id
GROUPNETWORK @SourceColumn1 = group_id @SourceColumn2 = division_id @SourceColumn3 = coverage_start @SourceColumn4 = networkid
GROUPPLAN @SourceColumn1 = group_id @SourceColumn2 = division_id @SourceColumn3 = plan_id
INTRFACE @SourceColumn1 = vbainterface_key
MEMBER @SourceColumn1 = subscriber_id @SourceColumn2 = member_seq
NETWORK @SourceColumn1 = networkid
PAYEE @SourceColumn1 = payee_id
PAYOR @SourceColumn1 = payor_id
PLAN @SourceColumn1 = plan_id
PROV @SourceColumn1 = provider_id
PROVCRED @SourceColumn1 = providercred_key
REINS @SourceColumn1 = reinscontract_key
SUBSCRIBER @SourceColumn1 = subscriber_id
USER @SourceColumn1 = user_id
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/id-code-values-by-source
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/id-code-values-by-source?type=string&columnName1=string&keyValue1=string&columnName2=string&keyValue2=string&columnName3=string&keyValue3=string&columnName4=string&keyValue4=string&columnName5=string&keyValue5=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example