POST api/event/EventSpeakerChecked

Request Information

URI Parameters

None.

Body Parameters

EventSpeakerCheck
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

SpeakerId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "72e148bc-0035-4804-ac09-74c9206d4406",
  "SpeakerId": "18dfcba7-25a0-436e-bc73-7c4cad9619c0"
}

application/xml, text/xml

Sample:
<EventSpeakerCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <EventId>72e148bc-0035-4804-ac09-74c9206d4406</EventId>
  <SpeakerId>18dfcba7-25a0-436e-bc73-7c4cad9619c0</SpeakerId>
</EventSpeakerCheck>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfCommonResult
NameDescriptionTypeAdditional information
Content

CommonResult

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.