POST api/event/EventSpeakerListAdmin
Request Information
URI Parameters
None.
Body Parameters
EventIdRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "41cbdaf2-bb73-428c-898a-c9c7d2465071"
}
application/xml, text/xml
Sample:
<EventIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <EventId>41cbdaf2-bb73-428c-898a-c9c7d2465071</EventId> </EventIdRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfListOfEventSpeakerResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Collection of EventSpeakerResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.