PUT api/todo/reassigntodo

Reassign a todo to different negotiator(s)

Request Information

URI Parameters

None.

Body Parameters

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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReassignTodoCommandDataContract'.

application/json, text/json

Sample:
{
  "TodoId": 1,
  "CurrentNegotiatorId": 2,
  "NewNegotiatorsIds": [
    1,
    2
  ],
  "Id": 3
}

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.