{
"userId": 0,
"tenantsId": 0,
"tenantIds": [
0
],
"request": {
"customerId": 0,
"customerSex": "string",
"customerAge": 0,
"orderNo": "string",
"workNo": "string",
"customerIdentifyNo": "string",
"customerMobile": "string",
"serviceItemId": 0,
"actualBeginTime": 0,
"actualEndTime": 0,
"orderStatus": 0,
"orderStatusList": "string",
"customerName": "string",
"customerNo": "string",
"customerAddress": "string",
"serviceItemIds": "string",
"serviceItemName": "string",
"serviceMoney": 0,
"serviceBegin": "string",
"serviceEnd": "string",
"serviceLength": "string",
"workType": 0,
"customerEvaluate": 0,
"customerSound": "string",
"childrenName": "string",
"childrenEvaluate": 0,
"childrenContent": "string",
"waiterId": 0,
"waiterName": "string",
"waiterTel": "string",
"waiterNo": "string",
"callId": 0,
"tenantsId": 0,
"areaId": 0,
"organizationName": "string",
"serviceAddress": "string",
"imageUrls": [
"string"
],
"evaluateUrl": "string"
},
"token": "string",
"loginUser": {},
"areaId": 0,
"pageNo": 0,
"pageSize": 0
}
curl --location --request POST '/inquiries/getOrderByCustomerId' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IjE4MTE0OTI1MjA5IiwicGFzc3dvcmQiOiIzNTgyNTgzMTY3IiwiaWF0IjoxNzU0NDgwNzczLCJpc3MiOiJ0aWFueXUiLCJleHAiOjE3NTQ1NjcxNzN9.ApOu0PCRKwwmMan-Gy9JDbp0gmGYPZQ9Rt31JLidAlY' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"tenantsId": 0,
"tenantIds": [
0
],
"request": {
"customerId": 0,
"customerSex": "string",
"customerAge": 0,
"orderNo": "string",
"workNo": "string",
"customerIdentifyNo": "string",
"customerMobile": "string",
"serviceItemId": 0,
"actualBeginTime": 0,
"actualEndTime": 0,
"orderStatus": 0,
"orderStatusList": "string",
"customerName": "string",
"customerNo": "string",
"customerAddress": "string",
"serviceItemIds": "string",
"serviceItemName": "string",
"serviceMoney": 0,
"serviceBegin": "string",
"serviceEnd": "string",
"serviceLength": "string",
"workType": 0,
"customerEvaluate": 0,
"customerSound": "string",
"childrenName": "string",
"childrenEvaluate": 0,
"childrenContent": "string",
"waiterId": 0,
"waiterName": "string",
"waiterTel": "string",
"waiterNo": "string",
"callId": 0,
"tenantsId": 0,
"areaId": 0,
"organizationName": "string",
"serviceAddress": "string",
"imageUrls": [
"string"
],
"evaluateUrl": "string"
},
"token": "string",
"loginUser": {},
"areaId": 0,
"pageNo": 0,
"pageSize": 0
}'
{
"code": "",
"success": false,
"message": "",
"dataMap": {
"": {}
},
"data": [
{
"customerId": 0,
"customerSex": "",
"customerAge": 0,
"orderNo": "",
"workNo": "",
"customerIdentifyNo": "",
"customerMobile": "",
"serviceItemId": 0,
"actualBeginTime": 0,
"actualEndTime": 0,
"orderStatus": 0,
"orderStatusList": "",
"customerName": "",
"customerNo": "",
"customerAddress": "",
"serviceItemIds": "",
"serviceItemName": "",
"serviceMoney": 0.0,
"serviceBegin": "",
"serviceEnd": "",
"serviceLength": "",
"workType": 0,
"customerEvaluate": 0,
"customerSound": "",
"childrenName": "",
"childrenEvaluate": 0,
"childrenContent": "",
"waiterId": 0,
"waiterName": "",
"waiterTel": "",
"waiterNo": "",
"callId": 0,
"tenantsId": 0,
"areaId": 0,
"organizationName": "",
"serviceAddress": "",
"imageUrls": [
""
],
"evaluateUrl": ""
}
],
"dataList": [
[
{
"customerId": 0,
"customerSex": "",
"customerAge": 0,
"orderNo": "",
"workNo": "",
"customerIdentifyNo": "",
"customerMobile": "",
"serviceItemId": 0,
"actualBeginTime": 0,
"actualEndTime": 0,
"orderStatus": 0,
"orderStatusList": "",
"customerName": "",
"customerNo": "",
"customerAddress": "",
"serviceItemIds": "",
"serviceItemName": "",
"serviceMoney": 0.0,
"serviceBegin": "",
"serviceEnd": "",
"serviceLength": "",
"workType": 0,
"customerEvaluate": 0,
"customerSound": "",
"childrenName": "",
"childrenEvaluate": 0,
"childrenContent": "",
"waiterId": 0,
"waiterName": "",
"waiterTel": "",
"waiterNo": "",
"callId": 0,
"tenantsId": 0,
"areaId": 0,
"organizationName": "",
"serviceAddress": "",
"imageUrls": [
""
],
"evaluateUrl": ""
}
]
],
"totalCount": 0
}