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

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.