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": "118f2cc8-1779-4bba-bb0e-3ded5dc0b5b1",
"EventDateId": "853be876-ab15-4e36-b3da-ddfadfebad0b",
"EventId": "06a01cd0-697c-472c-b467-636e0cac25e4",
"IsSeatConfirm": true,
"RegCode": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.