POST api/smarttask/users/{userId}/tasks/addtaskcomment?taskId={taskId}&comment={comment}
POST id of task and comment to add to the task.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId |
The user identifier. |
string |
Required |
taskId |
The task identifier. |
integer |
Required |
comment |
The comment. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpActionResult
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.