APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
ID of the VBAGateway subscription. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indicates that the requests associated with this subscription will be automatically processed. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Custom class associated with the auto-process request
Free text area where the message that will be sent as a response to auto-processed requests.
Indicates the status that will be assigned to auto-processed requests.
Request type used when the process involves ID Card requests
Flag indicating the user would like to be notified regarding the request Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indicates the beginning date for the date range of requests that will be associated with subscription.
Indicates which terminal the subscription's requests will generate from.
Indicates which request status will be associated with the subscription.
Indicates the ending date for the date range of requests that will be associated with subscription.
Indicates which type of request will be associated with the subscription.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/vbagateway-subscriptions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/vbagateway-subscriptions \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"vbaGatewaySubscription_Key": 0,
"auto_Process": true,
"auto_Process_Custom_Class": "string",
"auto_Process_Response_Message": "string",
"auto_Process_Status": "string",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"idCard_Request_Type": "string",
"notify_Me": true,
"request_From": "2019-08-24T14:15:22Z",
"request_Source": "string",
"request_Status": "string",
"request_Thru": "2019-08-24T14:15:22Z",
"request_Type": "string",
"subscription_Description": "string",
"subscription_Type": "string",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string",
"user_ID": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/vbagateway-subscriptions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/vbagateway-subscriptions?sortBy=string&page=1&pageSize=100' \
-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/vbagateway-subscriptions/{VBAGatewaySubscription_Key}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/vbagateway-subscriptions/{VBAGatewaySubscription_Key}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example