manage:attendance permission. Writes an audit row carrying the caller-supplied justification. Sets the verdict directly and flags it, so later recomputes leave it alone. Times are accepted and the late and early-leave minutes are re-derived from them — the operator cannot supply the minutes.core.session_token: ********************Authorization: Bearer ********************curl --location --request PATCH '/attendance/admin/records/' \
--header 'Content-Type: application/json' \
--data '{
"outcome": "PENDING",
"reasonId": "string",
"checkInAt": "2019-08-24T14:15:22.123Z",
"checkOutAt": "2019-08-24T14:15:22.123Z",
"note": "string",
"reason": "string"
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": {
"id": "string",
"date": "2019-08-24",
"slotId": "string",
"outcome": "PENDING",
"reasonId": "string",
"checkInAt": "string",
"checkOutAt": "string",
"isLate": true,
"lateMinutes": 0,
"isEarlyLeave": true,
"earlyLeaveMinutes": 0,
"missingCheckIn": true,
"missingCheckOut": true,
"workMinutes": 0,
"note": "string"
}
}