APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Kev value identifying a specific state interest rate Note: This field is marked as NOT NULL in the database and therefore required by the API.
Value for interest to five decimal places, used in EDI/ACH interest calculations.
User selection to control a window for interest to be avoided in EDI/ACH calculations.
Flag to control force only business days on the calendar to be used in EDI/ACH interest calculations. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Value for the (lower bound on StateInterest entries only) for Prompt Pay range in EDI/ACH calculations.
Value for the upper bound (StateInterest entries only) for Prompt Pay range in EDI/ACH calculations.
Defines the unit for the prompt pay range in EDI/ACH calculations. D = Days, M = Months, Y = Years.
Flag to control force only business days on the calendar to be used in Manual/Default interest calculations. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Value for the (lower bound on StateInterest entries only) for Prompt Pay range in Manual/Default calculations.
Value for the upper bound (StateInterest entries only) for Prompt Pay range in Manual/Default calculations.
Defines the unit for the prompt pay range in Manual/Default calculations. D = Days, M = Months, Y = Years.
Flag to control if/how interest is compounded in EDI/ACH interest calculations. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Flag to control if/how interest is compounded in Manual/Default interest calculations. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Option to indicate no interest should be applied within the selected timeframe
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/state-interests
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/state-interests \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"stateInterest_Key": 0,
"acH_Interest_Pct": 0.1,
"acH_No_Interest_Within": "string",
"calc_Interest_ACH_Business_Days": true,
"calc_Interest_ACH_Prompt_Pay_Freq": 0,
"calc_Interest_ACH_Prompt_Pay_Freq_Thru": 0,
"calc_Interest_ACH_Prompt_Pay_Type": "s",
"calc_Interest_Business_Days": true,
"calc_Interest_Prompt_Pay_Freq": 0,
"calc_Interest_Prompt_Pay_Freq_Thru": 0,
"calc_Interest_Prompt_Pay_Type": "s",
"compound_ACH_Interest": true,
"compound_Interest": true,
"effective_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"interest_Pct": 0.1,
"no_Interest_Within": "string",
"state": "st",
"term_Date": "2019-08-24T14:15:22Z",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/state-interests
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/state-interests?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/state-interests/{stateInterestKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/state-interests/{stateInterestKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example