curl --location --request POST 'https://openapi.italent.cn/AttendanceOpen/api/v1/ExchangeLeave/Details' \
--header 'Content-Type: application/json' \
--data-raw '{
"IdentityType":1,
"StaffIds":[
101494997,
101494996,
100883670,
101494089
],
"OvertimeDateType":[
0,
1
],
"Condition":0,
"OvertimeDateStart":"2020-12-08 0:00:00",
"ValidityDateEnd":"2020/12/10 0:00:00",
"PageIndex":1,
"PageSize":50
}'
{
"Data": {
"ExchangeLeaveInfoList": [
{
"StaffId": 0,
"Email": "string",
"OvertimeDate": "2019-08-24T14:15:22Z",
"OvertimeDuration": 0,
"OvertimeDateType": "string",
"ValidityDate": "2019-08-24T14:15:22Z",
"TimeUnit": "string",
"Balance": 0,
"ConvertPeriod": 0,
"ExchangeUnit": "string",
"Condition": "string",
"Properties": {
"property1": {},
"property2": {}
}
}
],
"Total": 0
},
"Code": "Succeed",
"Message": "string"
}