POST api/event/{id}/setnegotiators
Changes the negotiators for an event
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Event Id |
integer |
Required |
Body Parameters
Command Data Contract
Dezrez.Core.DataContracts.External.Api.Events.Command.SetEventNegotiatorsCommandDataContractName | Description | Type | Additional 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.HttpResponseMessageName | Description | Type | Additional 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. |