PUT api/todo/reassigntodo

Reassign a todo to different negotiator(s)

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.External.Api.ToDo.Command.Task.ReassignTodoCommandDataContract
NameDescriptionTypeAdditional information
TodoId

integer

None.

CurrentNegotiatorId

integer

None.

NewNegotiatorsIds

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,
  "CurrentNegotiatorId": 2,
  "NewNegotiatorsIds": [
    1,
    2
  ],
  "Id": 3
}

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.