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": "2ef75c33-24bb-44cf-ab4f-0277f1b421eb",
"EventDateId": "4718324a-27b1-44d2-b5bc-d590a1491564",
"EventId": "e9c22b32-eb93-4f90-9e78-6f94a221154b",
"IsSeatConfirm": true,
"RegCode": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.