{
"storeCode":"",
"birstartDate":"",
"searchEmp":"",
"fullName":"",
"employeeType":0,
"birendDate":"",
"notStore":null,
"organizeId":"",
"currentlyPlace":"",
"certCode":"",
"statusDate":"",
"phone":"",
"endDate":"",
"pageNumber":1,
"pageSize":10
}
curl --location -g --request POST '/{{route}}/md/open/employeeList/list?version=1&version=' \
--header 'Authorization: {{Authorization}}' \
--header 'ent: {{ent}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"storeCode":"",
"birstartDate":"",
"searchEmp":"",
"fullName":"",
"employeeType":0,
"birendDate":"",
"notStore":null,
"organizeId":"",
"currentlyPlace":"",
"certCode":"",
"statusDate":"",
"phone":"",
"endDate":"",
"pageNumber":1,
"pageSize":10
}'
{
"status": 0,
"message": "string",
"data": {
"employeeId": 0,
"employeeName": "string",
"employeeCode": "string",
"phone": "string",
"fullName": "string",
"roleName": "string",
"sex": "string",
"healthStatus": "string",
"idcardStatus": "string",
"workStatus": "string",
"organizeName": "string",
"nameLink": "string",
"certCode": "string",
"birthday": "string",
"entryDate": "string",
"currentlyPlace": "string",
"roleCode": "string",
"created": "string"
},
"totalRow": 0,
"pageNumber": 0,
"totalPage": 0,
"isLastPage": true,
"pageSize": 0,
"isFirstPage": true
}