POST api/event/AttendeeCheckInDeparture

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": "9a9a39ef-ae38-4600-9fe8-59a45997812a",
  "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>9a9a39ef-ae38-4600-9fe8-59a45997812a</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.