POST api/v1/Guest/SkyacccessCheckin
Request Information
URI Parameters
None.
Body Parameters
UserCommon| Name | Description | Type | Additional information |
|---|---|---|---|
| UserCommonID | integer |
None. |
|
| _userId | integer |
None. |
|
| _SystemC | integer |
None. |
|
| PersonID | integer |
None. |
|
| _1FA | integer |
None. |
|
| _2FA | integer |
None. |
|
| _GuestType | integer |
None. |
|
| Gender | integer |
None. |
|
| _InitDate | date |
None. |
|
| _ExpDate | date |
None. |
|
| _MaxAuthKey | integer |
None. |
|
| _SerialNum | string |
String length: inclusive between 0 and 255 |
|
| _Doors | string |
None. |
|
| _Servs | string |
String length: inclusive between 0 and 255 |
|
| _Tzs | string |
String length: inclusive between 0 and 255 |
|
| _PersonType | PERSON_TYPE |
None. |
|
| _Email | string |
String length: inclusive between 0 and 255 |
|
| _FirstName | string |
String length: inclusive between 0 and 100 |
|
| _LastName | string |
String length: inclusive between 0 and 100 |
|
| _PersonStatus | PERSON_STATUS |
None. |
|
| _PersonPIN | integer |
None. |
|
| _CheckInStatus | CHECKIN_STATUS |
None. |
|
| _CheckOutDate | date |
None. |
|
| _Data | string |
None. |
|
| _Data2 | string |
None. |
|
| _Data3 | string |
None. |
|
| _Log | string |
None. |
|
| _Enable2FA | byte |
None. |
|
| _Data4 | string |
None. |
|
| _Data5 | string |
None. |
|
| _Services | string |
String length: inclusive between 0 and 200 |
|
| _HotelName | string |
String length: inclusive between 0 and 200 |
|
| _HotelAddress | string |
String length: inclusive between 0 and 200 |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserCommonID": 1,
"_userId": 2,
"_SystemC": 3,
"PersonID": 4,
"_1FA": 5,
"_2FA": 6,
"_GuestType": 7,
"Gender": 8,
"_InitDate": "2025-12-06T16:45:07.2826326+00:00",
"_ExpDate": "2025-12-06T16:45:07.2826326+00:00",
"_MaxAuthKey": 11,
"_SerialNum": "sample string 12",
"_Doors": "sample string 13",
"_Servs": "sample string 14",
"_Tzs": "sample string 15",
"_PersonType": 0,
"_Email": "sample string 16",
"_FirstName": "sample string 17",
"_LastName": "sample string 18",
"_PersonStatus": 0,
"_PersonPIN": 1,
"_CheckInStatus": 0,
"_CheckOutDate": "2025-12-06T16:45:07.2826326+00:00",
"_Data": "sample string 19",
"_Data2": "sample string 20",
"_Data3": "sample string 21",
"_Log": "sample string 22",
"_Enable2FA": 64,
"_Data4": "sample string 24",
"_Data5": "sample string 25",
"_Services": "sample string 26",
"_HotelName": "sample string 27",
"_HotelAddress": "sample string 28",
"_CreationDate": "2025-12-06T16:45:07.2826326+00:00",
"_UpdatedDate": "2025-12-06T16:45:07.2826326+00:00",
"_SysNumber": 29
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.