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": "a828e2d8-0c51-426a-846d-86c77f559b26",
"EventDateId": "76cdc08a-443e-4035-aea5-311f83d1a32d",
"EventId": "125bf911-f6b4-413b-be68-1c405a166c21",
"IsSeatConfirm": true,
"RegCode": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.