GET api/booking/selfcheckin/verifycheckincode/{checkincode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| checkincode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
VerifyCheckInCodeResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| CheckInDetail | CheckInDetail |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"CheckInDetail": {
"$id": "2",
"WorkshopName": "sample string 1",
"WorkshopDate": "sample string 2",
"WorkshopLocation": "sample string 3",
"WorkshopInstanceId": 4,
"StudentId": 5,
"StudentName": "sample string 6",
"StudentFirstName": "sample string 7",
"StudentLastName": "sample string 8",
"Attended": true,
"TimeCheckIn": "sample string 10"
}
}