POST api/event/EventAttendeeCheckByTicketId

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": "1ab883a0-8b37-46bc-891a-d752d76a6c9f"
}

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>1ab883a0-8b37-46bc-891a-d752d76a6c9f</EventId>
  <SerialNumber>sample string 1</SerialNumber>
</EventAttendeeCheckByTicketIdRequest>

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.