GET api/task/UnCompleteTask/{memberId}?taskId={taskId}

Uncomplete the specified task for the member

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberId

The member id.

integer

Required

taskId

The task id.

integer

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.