POST api/event/EventAttendeeCancelUpdate

Request Information

URI Parameters

None.

Body Parameters

EventAttendeeTicketCancelRequest
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

EventAttendee

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "3f75f6dd-cec8-4196-bcb9-56d24b716d88",
  "EventAttendee": "bf06653a-5880-40e9-9c53-07008bd5fecd"
}

application/xml, text/xml

Sample:
<EventAttendeeTicketCancelRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <EventAttendee>bf06653a-5880-40e9-9c53-07008bd5fecd</EventAttendee>
  <EventId>3f75f6dd-cec8-4196-bcb9-56d24b716d88</EventId>
</EventAttendeeTicketCancelRequest>

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.