PUT api/todo/canceltodo
Cancel a to-do list from the tile overview of to-dos
Request Information
URI Parameters
None.
Body Parameters
CancelTodoCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TodoId | integer |
None. |
|
| ReasonOfCancellation | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"TodoId": 1,
"ReasonOfCancellation": "sample string 2"
}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |