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": "02ea22e4-b802-426b-bf8e-b87c49741fd1",
  "EventSponsorId": "0beb9b33-a7be-47a9-94c1-bde9b36ea32e"
}

application/xml, text/xml

Sample:

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="EventId"

02ea22e4-b802-426b-bf8e-b87c49741fd1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="EventSponsorId"

0beb9b33-a7be-47a9-94c1-bde9b36ea32e
--MultipartDataMediaFormatterBoundary1q2w3e--

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, multipart/form-data

Sample:

Sample not available.