POST api/v1/admin/events/qrscan
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": "a777bcb1-6aaf-4c42-88f2-a387d87ce1b3",
"EventDateId": "f8eee62c-6693-41a3-ad77-5b245b1191f7",
"EventId": "139f6eb0-850f-48ed-b1e5-6f09195e5f69",
"IsSeatConfirm": true,
"RegCode": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.