POST api/todo/event/task/duedate

Updates the due date of an event task

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.External.Api.ToDo.Command.Task.UpdateTaskDueDateCommandDataContract
NameDescriptionTypeAdditional information
TaskId

integer

None.

DueDate

date

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateTaskDueDateCommandDataContract'.

application/json, text/json

Sample:
{
  "TaskId": 1,
  "DueDate": "2024-04-20T06:55:12.0151734Z"
}

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional 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.