PUT api/v2/TaskTrigger/TaskTriggerCustomModule/ToggleStatusAsync

Request

URI Parameters

Body Parameters

TaskTriggerCustomModuleToggleStatus
NameDescriptionTypeAdditional information
Status

boolean

Ids

Collection of integer

Request Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Ids": [
    1,
    2
  ]
}

text/html

Sample:
{"Status":true,"Ids":[1,2]}

Response

IHttpActionResult

Response Format

application/json, text/json, text/html

Sample:

Sample not available.