PUT api/PatientTasks/{id}/DueDate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

date

Request Formats

application/json, text/json, application/octet-stream

Sample:
"2025-08-29T02:53:18.3226579+00:00"

application/xml, text/xml

Sample:
<dateTime>2025-08-29T02:53:18.3226579+00:00</dateTime>

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 'DateTime'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.