POST api/event/AttendeeCheckIn

Request Information

URI Parameters

None.

Body Parameters

EventAttendeeCheckin
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

EmailAddress

string

None.

StaffCode

string

None.

AuthCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "95b42581-f9c5-41c1-a3db-9176746d709f",
  "EmailAddress": "sample string 2",
  "StaffCode": "sample string 3",
  "AuthCode": "sample string 4"
}

application/xml, text/xml

Sample:
<EventAttendeeCheckin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <AuthCode>sample string 4</AuthCode>
  <EmailAddress>sample string 2</EmailAddress>
  <EventId>95b42581-f9c5-41c1-a3db-9176746d709f</EventId>
  <StaffCode>sample string 3</StaffCode>
</EventAttendeeCheckin>

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.