POST api/DripWorkflow/ToggleDripWorkflowStep
Request Information
URI Parameters
None.
Body Parameters
ToggleDripWorkflowStepVm| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkflowId | integer |
None. |
|
| StepId | integer |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"WorkflowId": 1,
"StepId": 2,
"IsActive": true
}
application/xml, text/xml
Sample:
<ToggleDripWorkflowStepVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.LeadModels"> <IsActive>true</IsActive> <StepId>2</StepId> <WorkflowId>1</WorkflowId> </ToggleDripWorkflowStepVm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.