按出差开始时间获取出差数据
POST
/AttendanceOpen/api/v1/Business/GetStartDateTimeBusinessList
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.italent.cn/AttendanceOpen/api/v1/Business/GetStartDateTimeBusinessList' \
--header 'Content-Type: application/json' \
--data-raw '{
"StartDate": "2020-07-12",
"EndDate": "2020-07-22",
"PageIndex": 1,
"PageSize": 1
}'
响应示例响应示例
{
"Data": {
"BusinessList": [
{
"CustomProperties": {
"property1": {},
"property2": {}
},
"Properties": {
"property1": {},
"property2": {}
},
"SerialNumber": "string",
"StaffEmail": "string",
"StaffId": 0,
"StartDateTime": "2019-08-24T14:15:22Z",
"StopDateTime": "2019-08-24T14:15:22Z",
"Department": "string",
"StdOrganization": "string",
"StdOrganizationCode": "string",
"ApproveStatus": "string",
"ApplyUser": "string",
"ApplyTime": "2019-08-24T14:15:22Z",
"BusinessDuration": 0,
"DayValOfDuration": 0,
"DurationDisplay": "string",
"DocumentType": "string",
"Reason": "string",
"ReservationUser": "string",
"JobNumber": "string",
"CardNumber": "string",
"OId": "string",
"ParentId": "string",
"ObjectId": "string",
"CreatedTime": "2019-08-24T14:15:22Z",
"ModifiedTime": "2019-08-24T14:15:22Z",
"BusinessDetailsSync": [
{
"CustomProperties": {
"property1": {},
"property2": {}
},
"Properties": {
"property1": {},
"property2": {}
},
"ApproStatus": "string",
"SerialNumber": "string",
"StaffEmail": "string",
"StaffId": 0,
"StartDateTime": "2019-08-24T14:15:22Z",
"StopDateTime": "2019-08-24T14:15:22Z",
"DeparturePlace": "string",
"Destination": "string",
"BusinessDuration": 0,
"DayValOfDuration": 0,
"DurationDisplay": "string",
"Address": "string",
"BusinessVehicle": "string",
"Remark": "string",
"JobNumber": "string",
"CardNumber": "string",
"CreatedTime": "2019-08-24T14:15:22Z",
"ModifiedTime": "2019-08-24T14:15:22Z",
"StartDateTimePeriod": 0,
"StopDateTimePeriod": 0,
"BusinessMarking": 0
}
],
"StartDateTimePeriod": 0,
"StopDateTimePeriod": 0,
"BusinessMarking": 0
}
],
"Total": 0
},
"Code": "Succeed",
"Message": "string"
}
请求参数
Body 参数application/json
返回响应
修改 于 2021-10-13 10:54:22