APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Flag indicating if state tax should be applied to calculations Note: This field is marked as NOT NULL in the database and therefore required by the API.
Flag indicating if ACH/EDI prompt pay frequency is based on business days Note: This field is marked as NOT NULL in the database and therefore required by the API.
Number of units used for ACH/EDI prompt pay frequency
Units used for ACH/EDI prompt pay frequency, either days, months or years
Flag indicating if manual prompt pay frequency is based on business days Note: This field is marked as NOT NULL in the database and therefore required by the API.
Number of units used for manual prompt pay frequency
Units used for manual prompt pay frequency, either days, months or years
Amount of the default percentage election that should be applied to calculations Note: This field is marked as NOT NULL in the database and therefore required by the API.
Flag indicating if the default percentage election should be applied to calculations Note: This field is marked as NOT NULL in the database and therefore required by the API.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/states
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/states \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"state_Abbrev": "st",
"all_States": "s",
"apply_State_Tax": true,
"calc_Interest_ACH_Business_Days": true,
"calc_Interest_ACH_Prompt_Pay_Freq": 0,
"calc_Interest_ACH_Prompt_Pay_Type": "s",
"calc_Interest_Business_Days": true,
"calc_Interest_Prompt_Pay_Freq": 0,
"calc_Interest_Prompt_Pay_Type": "s",
"default_Percentage_Election": 0.1,
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"state_Name": "string",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string",
"use_Percentage_Election": true,
"use_StateInterest_Settings": true
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/states
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://vbapi.vbasoftware.com/vbasoftware/states \
-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/states/{stateAbbrev}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/states/{stateAbbrev}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example