POST api/event/EventAgendaDetail
Request Information
URI Parameters
None.
Body Parameters
EventAgendaDetailsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventAgendaId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventAgendaId": "476651cd-f220-4c8c-9d7e-aed32856e8d4"
}
application/xml, text/xml
Sample:
<EventAgendaDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <EventAgendaId>476651cd-f220-4c8c-9d7e-aed32856e8d4</EventAgendaId> </EventAgendaDetailsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventAgendaDetailResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventAgendaDetailResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.