PUT api/todo/reassigntodotasks

Reassign a list of tasks to different negotiator(s)

Request Information

URI Parameters

None.

Body Parameters

ReassignTodoTasksCommandDataContract
NameDescriptionTypeAdditional information
TodoId

integer

None.

TasksIds

Collection of integer

None.

NegotiatorsIds

Collection of integer

None.

Id

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "TodoId": 1,
  "TasksIds": [
    1,
    2
  ],
  "NegotiatorsIds": [
    1,
    2
  ],
  "Id": 2
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.