{
"id": 0,
"serviceOrderCode": "string",
"workOrderCode": "string",
"orderOnceId": 0,
"serviceName": "string",
"receiver": "string",
"serviceAddress": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"workHours": "string",
"serviceReserveStartTime": "2019-08-24T14:15:22Z",
"serviceReserveEndTime": "2019-08-24T14:15:22Z",
"employeeId": 0,
"employeeName": "string",
"employeePhone": "string",
"startPlace": "string",
"endPlace": "string",
"endImage": "string",
"startImage": "string",
"employeeAddress": "string",
"employeeAddressLon": "string",
"employeeAddressLat": "string",
"anotherServiceAddress": "string",
"distanceByEmp": "string",
"distanceByService": "string",
"startPlaceA": "string",
"endPlaceB": "string",
"dateQuery": "string"
}
curl --location --request POST '/appMark/employeeCheck/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"serviceOrderCode": "string",
"workOrderCode": "string",
"orderOnceId": 0,
"serviceName": "string",
"receiver": "string",
"serviceAddress": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"workHours": "string",
"serviceReserveStartTime": "2019-08-24T14:15:22Z",
"serviceReserveEndTime": "2019-08-24T14:15:22Z",
"employeeId": 0,
"employeeName": "string",
"employeePhone": "string",
"startPlace": "string",
"endPlace": "string",
"endImage": "string",
"startImage": "string",
"employeeAddress": "string",
"employeeAddressLon": "string",
"employeeAddressLat": "string",
"anotherServiceAddress": "string",
"distanceByEmp": "string",
"distanceByService": "string",
"startPlaceA": "string",
"endPlaceB": "string",
"dateQuery": "string"
}'
{
"total": 0,
"rows": [
{}
],
"code": 0,
"msg": "string"
}