POST api/event/EventDiscountDetail

Request Information

URI Parameters

None.

Body Parameters

EventIdRequest
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "31293e5a-3550-46a1-8d5e-6139244d1d2a"
}

application/xml, text/xml

Sample:
<EventIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <EventId>31293e5a-3550-46a1-8d5e-6139244d1d2a</EventId>
</EventIdRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfEventDiscount
NameDescriptionTypeAdditional information
Content

EventDiscount

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.