POST api/event/EventSpeakerAddition
Request Information
URI Parameters
None.
Body Parameters
EventSpeakerAdditionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| PersonId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "4b940874-355e-4a6a-8722-36202fef66fe",
"PersonId": "ef88c0c5-6587-45d2-884e-2500f92256e6"
}
application/xml, text/xml
Sample:
<EventSpeakerAdditionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <EventId>4b940874-355e-4a6a-8722-36202fef66fe</EventId> <PersonId>ef88c0c5-6587-45d2-884e-2500f92256e6</PersonId> </EventSpeakerAdditionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventSpeakerOutputParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventSpeakerOutputParameters |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.