POST api/smarttask/tasks/assigntootheruser?taskId={taskId}&userId={userId}

POST id of task to update and user id to set as assigned user.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taskId

The task identifier.

integer

Required

userId

The user identifier.

string

Required

Body Parameters

None.

Response Information

Resource Description

HttpActionResult

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.