添加工时
POST
/AttendanceOpen/api/v1/WorkingHour/Add
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.italent.cn/AttendanceOpen/api/v1/WorkingHour/Add' \
--header 'Content-Type: application/json' \
--data-raw '{
"WorkingHours": [
{
"Name": "综合工时1",
"Email": "zonghegongshi1@beisen.com",
"AttendanceOrg": "广州&小鹏汽车科技有限公司",
"StartDate": "2020-10-01",
"EndDate": "2020-10-31",
"StandardWorkingHours": 147,
"StandardWorkingHoursAdjust": 0,
"ActualStandardWorkingHours": 147,
"AttendanceWorkingHours": 140,
"AttendanceWorkingHoursAdjust": 0,
"CarryOverWorkingHours": 0,
"CarryOverStatus": "未结算",
"BalanceToMonthlyLimit": 0,
"BalanceToVacationLimit": 0,
"BalanceToNextCycleLimit": 0,
"Remark": null,
"Properties": {}
}],
"Email": "wangxu@bei.com"
}'
响应示例响应示例
{
"Code": "Succeed",
"Message": "string"
}
请求参数
Body 参数application/json