POST api/event/EventSpeakerListAdmin
Request Information
URI Parameters
None.
Body Parameters
EventIdRequestName | Description | Type | Additional information |
---|---|---|---|
EventId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "EventId": "65edc9ec-1d59-442f-b41a-a5e4e0562ded" }
application/xml, text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="EventId" 65edc9ec-1d59-442f-b41a-a5e4e0562ded --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
Resource Description
JsonResultOfListOfEventSpeakerResultName | Description | Type | Additional information |
---|---|---|---|
Content | Collection of EventSpeakerResult |
None. |
|
SerializerSettings | JsonSerializerSettings |
None. |
|
Encoding | Encoding |
None. |
|
Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.