POST api/event/EventSpeakerDelete

Request Information

URI Parameters

None.

Body Parameters

EventSpeakerDeleteRequest
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

EventSpeakerId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "3594c7e5-4cca-4db0-91bb-78a0f6240ea0",
  "EventSpeakerId": "4c42066e-e7f6-4022-8941-6851de393716"
}

application/xml, text/xml

Sample:
<EventSpeakerDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <EventId>3594c7e5-4cca-4db0-91bb-78a0f6240ea0</EventId>
  <EventSpeakerId>4c42066e-e7f6-4022-8941-6851de393716</EventSpeakerId>
</EventSpeakerDeleteRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfEventSpeakerOutputParameters
NameDescriptionTypeAdditional information
Content

EventSpeakerOutputParameters

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.