POST api/event/EventSpeakerDetail
Request Information
URI Parameters
None.
Body Parameters
EventSpeakerDetailsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventSpeakerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventSpeakerId": "40b392b2-6141-40f9-8a6e-b23791aba154"
}
application/xml, text/xml
Sample:
<EventSpeakerDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <EventSpeakerId>40b392b2-6141-40f9-8a6e-b23791aba154</EventSpeakerId> </EventSpeakerDetailsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventSpeakerResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventSpeakerResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.