PUT api/v2/TaskTrigger/TaskTriggerCustomModule/ToggleStatusAsync
Request
URI Parameters
Body Parameters
TaskTriggerCustomModuleToggleStatus| Name | Description | Type | Additional 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
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.