APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
The Account_Key to be assigned on the claim if subsequent criteria values match the claim.
Indiciates if Service_Date should be interrogated for this setting. If so, use Incurred_From and Incurred_Thru values. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indiciates if Received_Date should be interrogated for this setting. If so, use Received_From and Received_Thru values. Note: This field is marked as NOT NULL in the database and therefore required by the API.
If this payor/account setting should be applied only to specific currency, you would note that currency here.
A brief description of this payor/account setting for reporting and admin purposes.
Optionally, set the Division_ID (reference GroupDivision.Division_ID) if this setting is Division level.
If an Ex_Code should be placed on the claim when this setting is hit during adjudication, you would assign that Ex_Code here.
The Payor_ID to be assigned on the claim if subsequent criteria values match the claim.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/groups/{groupID}/payor-account-settings
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/groups/{groupID}/payor-account-settings' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"group_ID": "string",
"setting_ID": "string",
"account_Key": 0,
"check_Incurred": true,
"check_Received": true,
"currency_ID": "string",
"description": "string",
"division_ID": "string",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"ex_Code": "string",
"incurred_From": "2019-08-24T14:15:22Z",
"incurred_Thru": "2019-08-24T14:15:22Z",
"payor_ID": "string",
"received_From": "2019-08-24T14:15:22Z",
"received_Thru": "2019-08-24T14:15:22Z",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/groups/{groupID}/payor-account-settings
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/groups/{groupID}/payor-account-settings?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/groups/{groupID}/payor-account-settings/{settingID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/groups/{groupID}/payor-account-settings/{settingID}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example