POST api/event/AttendeeCheckInQrCode
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeCheckinQrCode| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| OpenId | string |
None. |
|
| EmailAddress | string |
None. |
|
| StaffCode | string |
None. |
|
| AuthCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "6c1a8970-2cbe-42a1-97ca-aea1dd825c1c",
"OpenId": "sample string 2",
"EmailAddress": "sample string 3",
"StaffCode": "sample string 4",
"AuthCode": "sample string 5"
}
application/xml, text/xml
Sample:
<EventAttendeeCheckinQrCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <AuthCode>sample string 5</AuthCode> <EmailAddress>sample string 3</EmailAddress> <EventId>6c1a8970-2cbe-42a1-97ca-aea1dd825c1c</EventId> <OpenId>sample string 2</OpenId> <StaffCode>sample string 4</StaffCode> </EventAttendeeCheckinQrCode>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.