{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"stationId": 0,
"stationDivisionCode": "string",
"stationName": "string",
"divisionCode": "string",
"divisionName": "string",
"shiftName": "string",
"shiftPeriod": "string",
"beginTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"workDate": "2019-08-24T14:15:22Z",
"needData": true,
"wfDetails": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"infoId": 0,
"workDate": "2019-08-24T14:15:22Z",
"workDateDescribe": "string",
"personIds": "string",
"personNames": "string",
"leaderIds": "string",
"leaderNames": "string",
"delFlag": "string",
"personList": [
{
"userId": 0,
"nickName": "string",
"phonenumber": "string",
"avatar": "string",
"openId": "string"
}
],
"leaderList": [
{
"userId": 0,
"nickName": "string",
"phonenumber": "string",
"avatar": "string",
"openId": "string"
}
],
"shouldNumber": 0,
"actualNumber": 0,
"status": 0,
"shiftName": "string",
"shiftPeriod": "string",
"realBeginTime": "2019-08-24T14:15:22Z",
"realEndTime": "2019-08-24T14:15:22Z"
}
]
}
curl --location --request PUT 'http://127.0.0.1:8081/attendance/workforceInfo' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"stationId": 0,
"stationDivisionCode": "string",
"stationName": "string",
"divisionCode": "string",
"divisionName": "string",
"shiftName": "string",
"shiftPeriod": "string",
"beginTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"workDate": "2019-08-24T14:15:22Z",
"needData": true,
"wfDetails": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"infoId": 0,
"workDate": "2019-08-24T14:15:22Z",
"workDateDescribe": "string",
"personIds": "string",
"personNames": "string",
"leaderIds": "string",
"leaderNames": "string",
"delFlag": "string",
"personList": [
{
"userId": 0,
"nickName": "string",
"phonenumber": "string",
"avatar": "string",
"openId": "string"
}
],
"leaderList": [
{
"userId": 0,
"nickName": "string",
"phonenumber": "string",
"avatar": "string",
"openId": "string"
}
],
"shouldNumber": 0,
"actualNumber": 0,
"status": 0,
"shiftName": "string",
"shiftPeriod": "string",
"realBeginTime": "2019-08-24T14:15:22Z",
"realEndTime": "2019-08-24T14:15:22Z"
}
]
}'
{
"code": 0,
"msg": "string",
"data": {}
}