WorkbenchRequest
Calls an operation added to a service in the Service Workbench. The function will send a request to the specified service and return a response, which can optionally be assigned to a specified JSON object.
Syntax
WorkbenchRequest( ServiceReference, OperationReference, JSONOutputObject );
Parameters
Parameter Name | Type | Description | Optional? | Default Value |
---|---|---|---|---|
ServiceReference | String | The reference for the service containing the operation. | No | n/a |
OperationReference | String | The reference of the operation to call. | No | n/a |
JSONOutputObject | String | The keyword of a JSON object to which the data returned by the function will be assigned. | Yes | "" |
Output
If successful, the function will return a response from the service provider, the contents of which will vary depending on the parameters specified in the Service Workbench. Otherwise, the function will return False.