ReportDetailCheckin
checkinUserstringnullable
Email of auditor who do the on-site check-in
checkinLocation objectnullable
Check-in location
addressstringnullable
Address
Example:
123 Main Streetcitystringnullable
City
Example:
Abbevillestatestringnullable
State
Example:
Alabamapostalstringnullable
Postal code
Example:
36310countrystringnullable
Country
Example:
UScheckinDatestring<date-time>nullable
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"
}