APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Unique Identifier for the VBAProcessParameter table Note: This field is marked as NOT NULL in the database and therefore required by the API.
Flag is set by Process Automation to show it has been processed. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Unique Identifier for the VBAProcess table Note: This field is marked as NOT NULL in the database and therefore required by the API.
Type used to determine the process that triggers.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/parameters
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/parameters' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"vbaProcessParameter_Key": 0,
"end_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"parameter_Name": "string",
"parameter_Type": "string",
"parameter_Value1": "string",
"parameter_Value10": "string",
"parameter_Value11": "string",
"parameter_Value12": "string",
"parameter_Value2": "string",
"parameter_Value3": "string",
"parameter_Value4": "string",
"parameter_Value5": "string",
"parameter_Value6": "string",
"parameter_Value7": "string",
"parameter_Value8": "string",
"parameter_Value9": "string",
"process_Automation": true,
"start_Date": "2019-08-24T14:15:22Z",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string",
"vbaProcess_Key": 0,
"vbaProcess_Type": "string",
"parameter_Value13": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/parameters/{vBAProcessParameterKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/parameters/{vBAProcessParameterKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example- application/json
- text/json
- application/*+json
Unique Identifier for the VBAProcessParameter table Note: This field is marked as NOT NULL in the database and therefore required by the API.
Flag is set by Process Automation to show it has been processed. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Unique Identifier for the VBAProcess table Note: This field is marked as NOT NULL in the database and therefore required by the API.
Type used to determine the process that triggers.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/parameters/{vBAProcessParameterKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://vbapi.vbasoftware.com/vbasoftware/vbaprocesses/{vBAProcessKey}/types/{vBAProcessType}/parameters/{vBAProcessParameterKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"vbaProcessParameter_Key": 0,
"end_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"parameter_Name": "string",
"parameter_Type": "string",
"parameter_Value1": "string",
"parameter_Value10": "string",
"parameter_Value11": "string",
"parameter_Value12": "string",
"parameter_Value2": "string",
"parameter_Value3": "string",
"parameter_Value4": "string",
"parameter_Value5": "string",
"parameter_Value6": "string",
"parameter_Value7": "string",
"parameter_Value8": "string",
"parameter_Value9": "string",
"process_Automation": true,
"start_Date": "2019-08-24T14:15:22Z",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string",
"vbaProcess_Key": 0,
"vbaProcess_Type": "string",
"parameter_Value13": "string"
}'No response example