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
Name | Description | Type | Additional information |
---|---|---|---|
taskId |
The task identifier. |
integer |
Required |
userId |
The user identifier. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpActionResult
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.