查询调休假明细列表
POST
/AttendanceOpen/api/v1/ExchangeLeave/Details
请求示例请求示例
Shell
JavaScript
Java
Swift
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"
}
请求参数
Body 参数application/json
返回响应
修改于 2021-10-13 10:54:22