{
"contractId": 0,
"position": "string",
"projectId": 0,
"buildUserId": 0,
"checkInDate": "string",
"orgId": 0,
"effective": true
}
curl --location --request POST '/build-user/recode-today' \
--header 'Content-Type: application/json' \
--data-raw '{
"contractId": 0,
"position": "string",
"projectId": 0,
"buildUserId": 0,
"checkInDate": "string",
"orgId": 0,
"effective": true
}'
{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"userId": 0,
"buildUserId": 0,
"checkInTime": "",
"location": "",
"contractId": 0,
"projectId": 0,
"orgId": 0,
"checkInType": "",
"position": "",
"startDate": "",
"endDate": "",
"createBy": 0,
"createDate": "",
"lastUpdateBy": 0,
"lastUpdateDate": "",
"remarks": "",
"workHours": 0.0,
"leave": false,
"imageUrl": ""
}
]
}