POST workflow/ExecuteWorkFlowQuery
Request Information
URI Parameters
None.
Body Parameters
WorkflowQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryStr | string |
None. |
|
| QueryValue | string |
None. |
|
| RequiredParams | string |
None. |
|
| TenantId | integer |
None. |
|
| ProcessId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"QueryStr": "sample string 1",
"QueryValue": "sample string 2",
"RequiredParams": "sample string 3",
"TenantId": 4,
"ProcessId": 5
}
text/html
Sample:
{"QueryStr":"sample string 1","QueryValue":"sample string 2","RequiredParams":"sample string 3","TenantId":4,"ProcessId":5}
application/xml, text/xml
Sample:
<WorkflowQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Workflow"> <ProcessId>5</ProcessId> <QueryStr>sample string 1</QueryStr> <QueryValue>sample string 2</QueryValue> <RequiredParams>sample string 3</RequiredParams> <TenantId>4</TenantId> </WorkflowQuery>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.