PUT api/todo/canceltasks
Cancel a single or multiple tasks from a to-do bucket
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.ToDo.Command.Task.CancelTasksCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
TasksIds | Collection of integer |
None. |
|
ReasonOfCancellation | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "TasksIds": [ 1, 2 ], "ReasonOfCancellation": "sample string 1" }
Response Information
Resource Description
System.Net.Http.HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | System.Version |
None. |
|
Content | System.Net.Http.HttpContent |
None. |
|
StatusCode | System.Net.HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |