POST api/event/{id}/setnegotiators

Changes the negotiators for an event

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Event Id

integer

Required

Body Parameters

Command Data Contract

Dezrez.Core.DataContracts.External.Api.Events.Command.SetEventNegotiatorsCommandDataContract
NameDescriptionTypeAdditional information
NegotiatorIds

Collection of integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "NegotiatorIds": [
    1,
    2
  ]
}

Response Information

Resource Description

NoContent - 204

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.