POST api/event/EventAttendeeCheckEntrance
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeCheckRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| AttendeeId | globally unique identifier |
None. |
|
| EventAttendeeId | globally unique identifier |
None. |
|
| CheckStatus | CheckStatusType |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "bbbd59b9-6de6-4191-ad98-ebdfc1711670",
"AttendeeId": "b872a6fd-c433-45bb-b76d-92a8be56eb58",
"EventAttendeeId": "2d0dfd70-af7e-41cf-8ae3-c28f50a63279",
"CheckStatus": 1001
}
application/xml, text/xml
Sample:
<EventAttendeeCheckRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <AttendeeId>b872a6fd-c433-45bb-b76d-92a8be56eb58</AttendeeId> <CheckStatus>NotChecked</CheckStatus> <EventAttendeeId>2d0dfd70-af7e-41cf-8ae3-c28f50a63279</EventAttendeeId> <EventId>bbbd59b9-6de6-4191-ad98-ebdfc1711670</EventId> </EventAttendeeCheckRequest>
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.