ReportDetailCheckin
checkinUserstringnullable
Email of auditor who do the on-site check-in
checkinLocation objectnullable
Check-in location
addressstringnullable
Address
Example:
123 Main Street
citystringnullable
City
Example:
Abbeville
statestringnullable
State
Example:
Alabama
postalstringnullable
Postal code
Example:
36310
countrystringnullable
Country
Example:
US
checkinDatedate-timenullable
The time the check-in happened
isManualboolean
This value will be true if the check-in is done manually
reasonstringnullable
Reason for manual check-in
ReportDetailCheckin
{
"checkinUser": "string",
"checkinLocation": {
"address": "123 Main Street",
"city": "Abbeville",
"state": "Alabama",
"postal": "36310",
"country": "US"
},
"checkinDate": "2024-07-29T15:51:28.071Z",
"isManual": true,
"reason": "string"
}