POST api/event/EventSponsorDelete

Request Information

URI Parameters

None.

Body Parameters

EventSponsorDeleteRequest
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

EventSponsorId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "b7cf3d45-bf74-4a55-9a32-468ce63588ce",
  "EventSponsorId": "80bda31e-d322-434c-bc1d-b9c03bd53a10"
}

application/xml, text/xml

Sample:
<EventSponsorDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <EventId>b7cf3d45-bf74-4a55-9a32-468ce63588ce</EventId>
  <EventSponsorId>80bda31e-d322-434c-bc1d-b9c03bd53a10</EventSponsorId>
</EventSponsorDeleteRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfEventSponsorOutputParameters
NameDescriptionTypeAdditional information
Content

EventSponsorOutputParameters

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.