POST api/event/EventAttendeeCheckValidate

Request Information

URI Parameters

None.

Body Parameters

EventAttendeeCheckByTicketIdRequest
NameDescriptionTypeAdditional information
SerialNumber

string

None.

EventId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "SerialNumber": "sample string 1",
  "EventId": "b8e532ff-c151-4237-b82d-5bfc57ab26ba"
}

application/xml, text/xml

Sample:
<EventAttendeeCheckByTicketIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <EventId>b8e532ff-c151-4237-b82d-5bfc57ab26ba</EventId>
  <SerialNumber>sample string 1</SerialNumber>
</EventAttendeeCheckByTicketIdRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfEventAttendeeCheckValidateResult
NameDescriptionTypeAdditional information
Content

EventAttendeeCheckValidateResult

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.