ReportDetailCheckin
checkinUser stringnullable
Email of auditor who do the on-site check-in
checkinLocation objectnullable
Check-in location
address stringnullable
Address
Example:
123 Main Street
city stringnullable
City
Example:
Abbeville
state stringnullable
State
Example:
Alabama
postal stringnullable
Postal code
Example:
36310
country stringnullable
Country
Example:
US
checkinDate date-timenullable
The time the check-in happened
isManual boolean
This value will be true if the check-in is done manually
reason stringnullable
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"
}