APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Identifier for a type of entity that will be used for sending payments and correspondence
Flag indicating this entity can receive disability payments or correspondence Note: This field is marked as NOT NULL in the database and therefore required by the API.
Flag indicating this entity can receive life payments or correspondence Note: This field is marked as NOT NULL in the database and therefore required by the API.
Flag indicating correspondence can be sent to this entity Note: This field is marked as NOT NULL in the database and therefore required by the API.
Flag indicating this entity can receive medical payments or correspondence Note: This field is marked as NOT NULL in the database and therefore required by the API.
Flag indicating payments can be sent to this entity Note: This field is marked as NOT NULL in the database and therefore required by the API.
Description of a type of entity that will be used for sending payments and correspondence
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/send-tos
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/send-tos \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"sendTo_ID": "s",
"disability": true,
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"life": true,
"mail_To": true,
"medical": true,
"pay_To": true,
"sendTo_Description": "string",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/send-tos
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/send-tos?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/send-tos/{sendToID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/send-tos/{sendToID}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example