new StartBusinessServiceRequest(payload, moduleName, processName, version)
Object StartBusinessServiceRequest
Usage:
RestApiService.getBusinessServiceService().startBusinessService(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
payload |
tibco.objectapi.common.datafeed.DataPayload | Contains the payload for the business service. |
moduleName |
string | Name of the module that contains the business service. |
processName |
string | Name of the business service. |
version |
string | Version number of the business service. |
- Since:
- 4.0.0
Members
responseType :string
Query parameter: 'responsetype' (optional) Enumerated value defining the format of the data payload to be used
in the response message - either XML or JSON.
Type:
- string
- Since:
- 4.0.0
- Default Value:
- = JSON