POST api/smarttask/tasks/updatetaskstate?taskId={taskId}&state={state}

POST id of task to update and enum value to set.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taskId

The task identifier.

integer

Required

state

The state.

integer

Required

Body Parameters

None.

Response Information

Resource Description

HttpActionResult

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.