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
SetEventNegotiatorsCommandDataContract| Name | 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
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |