POST workflow/CopyWorkflow
Request Information
URI Parameters
None.
Body Parameters
CopyWorkflowRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProcessId | integer |
None. |
|
| ProcessName | string |
None. |
|
| Description | string |
None. |
|
| UserId | integer |
None. |
|
| TenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProcessId": 1,
"ProcessName": "sample string 2",
"Description": "sample string 3",
"UserId": 4,
"TenantId": 5
}
text/html
Sample:
{"ProcessId":1,"ProcessName":"sample string 2","Description":"sample string 3","UserId":4,"TenantId":5}
application/xml, text/xml
Sample:
<CopyWorkflowRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Workflow"> <Description>sample string 3</Description> <ProcessId>1</ProcessId> <ProcessName>sample string 2</ProcessName> <TenantId>5</TenantId> <UserId>4</UserId> </CopyWorkflowRequest>
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.