POST api/event/EventAttendeeBatchCheck
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeBatchCheck| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| Attendees | Collection of globally unique identifier |
None. |
|
| CheckStatus | CheckStatusType |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "67213e52-3c34-4188-adce-4819bb12e998",
"Attendees": [
"a105033c-64b9-4ada-ba71-f34371b466ab",
"5ebf5a90-e7ec-4319-8777-6c16ff99b79d"
],
"CheckStatus": 1001
}
application/xml, text/xml
Sample:
<EventAttendeeBatchCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<Attendees xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a105033c-64b9-4ada-ba71-f34371b466ab</d2p1:guid>
<d2p1:guid>5ebf5a90-e7ec-4319-8777-6c16ff99b79d</d2p1:guid>
</Attendees>
<CheckStatus>NotChecked</CheckStatus>
<EventId>67213e52-3c34-4188-adce-4819bb12e998</EventId>
</EventAttendeeBatchCheck>
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.