POST api/v1/admin/events/MarkTheAttendance
Request Information
URI Parameters
None.
Body Parameters
EventsQRAppViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RegistrationId | globally unique identifier |
None. |
|
| EventDateId | globally unique identifier |
None. |
|
| EventId | globally unique identifier |
None. |
|
| IsSeatConfirm | boolean |
None. |
|
| RegCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RegistrationId": "0ff92ca7-e424-403d-90ee-1d625143883b",
"EventDateId": "0f5f47ab-b16d-4512-a16c-13480e08593d",
"EventId": "012686ca-ed7e-420f-943e-5d9eeee236fd",
"IsSeatConfirm": true,
"RegCode": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.