接收出差数据
POST
/AttendanceOpen/api/v1/Business
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.italent.cn/AttendanceOpen/api/v1/Business' \
--header 'Content-Type: application/json' \
--data-raw '{
"BusinessList":[
{
"StaffName":"test",
"StaffEmail": "re19@bei.com",
"StaffId": 115813730,
"StartDateTime": "2020-07-17 09:00:00",
"StopDateTime": "2020-07-17 18:00:00",
"BusinessVehicle": null,
"DeparturePlace": null,
"Destination" : null,
"Address": null,
"Remark":null,
"TogetherStaffIds":[
"115382432",
"115234521"
],
"TogetherStaffEmails":[
"re20@bei.com",
"re21@bei.com"
]
}],
"IdentityType":1,
"ErrorEmail":"gou88@bei.cn"
}'
响应示例响应示例
{
"Code": "Succeed",
"Message": "string"
}
请求参数
Body 参数application/json
返回响应
修改于 2021-10-13 10:54:22