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": "a0815e51-acc3-495a-8aff-e8245c7c24bd",
"EventDateId": "86ff0227-c986-4387-ac93-dd4de5c0854e",
"EventId": "9cdb74f5-3f88-4366-a728-9cab7176e5f6",
"IsSeatConfirm": true,
"RegCode": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.