Skip to main content

CheckIn

checkinLocation objectnullable

Check-in location coordinates

latitudenumbernullable

Latitude coordinate

Example: 10.762622
longitudenumbernullable

Longitude coordinate

Example: 106.660172
addressstring

Address of the check-in location

countrystring

Country of the check-in location

Example: US
postalstringnullable

Postal code of the check-in location

Example: 12345
statestringnullable

State of the check-in location

citystringnullable

City of the check-in location

checkinUserstringnullable

User email who performed the check-in

checkinDatestring<date-time>

Check-in date and time

Example: 2025-12-12T10:47:57.465000+00:00
isManualboolean

Whether check-in was manual or automatic

Example: true
reasonstringnullable

Reason for check-in (if manual)

Example: GPS not available
CheckIn
{
"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"
}