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": "9b062255-ad4b-498b-a0fd-e1ab02990a04",
"EventDateId": "85da7859-7cf4-4117-a5c8-fde2b90049a7",
"EventId": "2c83986b-3c5c-446a-9445-c48973dcc78d",
"IsSeatConfirm": true,
"RegCode": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.