PUT api/TaskManager/UpdateTask/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "ID": 1, "DateCreated": "2025-04-10T20:17:47.3200048-07:00", "DateCompleted": "2025-04-10T20:17:47.3200048-07:00", "AssignedBy": "sample string 4", "AssignedByName": "sample string 5", "AssignedTo": "sample string 6", "AssignedToName": "sample string 7", "TaskTitle": "sample string 8", "TaskDescription": "sample string 9", "IsActive": true, "StatusId": 11, "StatusTitle": "sample string 12", "StatusColor": "sample string 13", "GroupId": 14, "GroupName": "sample string 15" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.