DELETE api/Workflows/WorkflowSteps
Request Information
URI Parameters
None.
Body Parameters
Collection of WorkflowStepsInput2Name | Description | Type | Additional information |
---|---|---|---|
WorkflowName | string |
None. |
|
WorkflowType | integer |
None. |
|
NameStep | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "WorkflowName": "sample string 1", "WorkflowType": 2, "NameStep": "sample string 3" }, { "WorkflowName": "sample string 1", "WorkflowType": 2, "NameStep": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfWorkflowStepsInput2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Captio.Api.Data.Entities.Importacions"> <WorkflowStepsInput2> <NameStep>sample string 3</NameStep> <WorkflowName>sample string 1</WorkflowName> <WorkflowType>2</WorkflowType> </WorkflowStepsInput2> <WorkflowStepsInput2> <NameStep>sample string 3</NameStep> <WorkflowName>sample string 1</WorkflowName> <WorkflowType>2</WorkflowType> </WorkflowStepsInput2> </ArrayOfWorkflowStepsInput2>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of stringResponse Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>sample string 1</string> <string>sample string 2</string> </ArrayOfstring>