CheckIn
checkinLocation objectnullable
Check-in location coordinates
latitudenumbernullable
Latitude coordinate
Example:
10.762622longitudenumbernullable
Longitude coordinate
Example:
106.660172addressstring
Address of the check-in location
countrystring
Country of the check-in location
Example:
USpostalstringnullable
Postal code of the check-in location
Example:
12345statestringnullable
State of the check-in location
citystringnullable
City of the check-in location
checkinDatestring<date-time>
Check-in date and time
Example:
2025-12-12T10:47:57.465000+00:00isManualboolean
Whether check-in was manual or automatic
Example:
truereasonstringnullable
Reason for check-in (if manual)
Example:
GPS not availableCheckIn
{
"checkinLocation": {
"latitude": 10.762622,
"longitude": 106.660172,
"address": "string",
"country": "US",
"postal": 12345,
"state": "string",
"city": "string"
},
"checkinUser": "[email protected]",
"checkinDate": "2025-12-12T10:47:57.465000+00:00",
"isManual": true,
"reason": "GPS not available"
}