POST api/account/SendSMSCheckIn
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeCheckin| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| EmailAddress | string |
None. |
|
| StaffCode | string |
None. |
|
| AuthCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "f11b293c-5a0d-4aba-aa80-02308945b5df",
"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>f11b293c-5a0d-4aba-aa80-02308945b5df</EventId> <StaffCode>sample string 3</StaffCode> </EventAttendeeCheckin>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfPersonLoginAuthCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | PersonLoginAuthCodeResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.