Authorization: Bearer ********************
{
"employeeId": 0,
"serviceReserveStartTime": "2019-08-24T14:15:22Z",
"serviceReserveEndTime": "2019-08-24T14:15:22Z",
"employeeVOS": [
{
"employeeId": 0,
"employeeName": "string",
"employeePhone": "string",
"employeeSex": "string",
"password": "string",
"passwdClear": "string",
"belongCity": "string",
"workStatus": 0,
"serviceOrderNumber": 0,
"avatar": "string",
"status": "string",
"delFlag": 0,
"loginDate": "2019-08-24T14:15:22Z",
"cityIds": [
0
],
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"token": "string",
"skills": [
"string"
],
"smsUseFlag": "string",
"authCode": "string",
"belongStation": 0,
"remark": "string",
"geTuiCid": "string",
"notFinishCount": 0,
"platform": 0,
"cityId": [
0
],
"areaId": 0,
"areaName": "string",
"wxOpenId": "string",
"invitationCode": "string",
"categoryAdd": [
0
],
"categoryDelete": [
0
],
"bindType": 0,
"parentId": 0,
"serviceArea": 0,
"serviceCategory": 0,
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"serviceData": "string",
"address": "string",
"addressLat": "string",
"addressLon": "string",
"distance": "string",
"address1": "string",
"distance1": "string"
}
]
}
curl --location --request POST '/serviceOrderOnce/api/isEmployeeFree' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeId": 0,
"serviceReserveStartTime": "2019-08-24T14:15:22Z",
"serviceReserveEndTime": "2019-08-24T14:15:22Z",
"employeeVOS": [
{
"employeeId": 0,
"employeeName": "string",
"employeePhone": "string",
"employeeSex": "string",
"password": "string",
"passwdClear": "string",
"belongCity": "string",
"workStatus": 0,
"serviceOrderNumber": 0,
"avatar": "string",
"status": "string",
"delFlag": 0,
"loginDate": "2019-08-24T14:15:22Z",
"cityIds": [
0
],
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"token": "string",
"skills": [
"string"
],
"smsUseFlag": "string",
"authCode": "string",
"belongStation": 0,
"remark": "string",
"geTuiCid": "string",
"notFinishCount": 0,
"platform": 0,
"cityId": [
0
],
"areaId": 0,
"areaName": "string",
"wxOpenId": "string",
"invitationCode": "string",
"categoryAdd": [
0
],
"categoryDelete": [
0
],
"bindType": 0,
"parentId": 0,
"serviceArea": 0,
"serviceCategory": 0,
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"serviceData": "string",
"address": "string",
"addressLat": "string",
"addressLon": "string",
"distance": "string",
"address1": "string",
"distance1": "string"
}
]
}'
{
"code": 0,
"msg": "string",
"data": true
}