submit:attendance permission. The subject is always the caller — there is no userId parameter. Records a check-in punch, matching it against the active zones and storing which one matched. Replaying the same clientRequestId returns the original result rather than creating a second event.core.session_token: ********************Authorization: Bearer ********************curl --location '/attendance/me/check-in' \
--header 'Content-Type: application/json' \
--data '{
"slotId": "clz1slot0001",
"latitude": -0.4655,
"longitude": 117.1298,
"accuracyMeters": 12.5,
"clientRequestId": "8f3a1c62-1f4e-4d1a-9d2f-0b7c5a1e9f10"
}'{
"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"
}
}