{
"id": "string",
"pageNo": 0,
"pageSize": 0,
"tenantsId": 0,
"list": [
{}
],
"tagType": "string",
"customerKind": "string",
"custStatus": "string",
"beginTime": "string",
"endTime": "string",
"batchNumber": "string",
"batchNumbers": [
"string"
],
"orderNos": "string",
"identifyNos": "string",
"customerNo": "string",
"customNos": [
"string"
],
"areaIdMap": {
"0": {
"id": 0,
"areaId": 0,
"wxAreaCode": "string",
"wxAreaName": "string",
"wxStreetCode": "string",
"wxStreetName": "string",
"tenantsId": "string"
}
},
"serviceTypeMap": {
"key": {
"id": 0,
"serviceItemId": "string",
"serviceItemName": "string",
"serviceTypeId": "string",
"serviceTypeName": "string",
"wuxiCode": "string",
"wuxiName": "string",
"tenantsId": "string"
}
},
"wuXiObjectMap": {
"key": {
"id": 0,
"customerIdentity": "string",
"customerName": "string",
"serviceObj": "string",
"serviceObjType": "string",
"workHourTypeCode": "string",
"workHourType": "string",
"customerTypeId": "string",
"tenantsId": "string"
}
}
}
curl --location --request POST '/oc/common/pushJyWorkOrder' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IjE4MTE0OTI1MjA5IiwicGFzc3dvcmQiOiIzNTgyNTgzMTY3IiwiaWF0IjoxNzU0NDgwNzczLCJpc3MiOiJ0aWFueXUiLCJleHAiOjE3NTQ1NjcxNzN9.ApOu0PCRKwwmMan-Gy9JDbp0gmGYPZQ9Rt31JLidAlY' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"pageNo": 0,
"pageSize": 0,
"tenantsId": 0,
"list": [
{}
],
"tagType": "string",
"customerKind": "string",
"custStatus": "string",
"beginTime": "string",
"endTime": "string",
"batchNumber": "string",
"batchNumbers": [
"string"
],
"orderNos": "string",
"identifyNos": "string",
"customerNo": "string",
"customNos": [
"string"
],
"areaIdMap": {
"0": {
"id": 0,
"areaId": 0,
"wxAreaCode": "string",
"wxAreaName": "string",
"wxStreetCode": "string",
"wxStreetName": "string",
"tenantsId": "string"
}
},
"serviceTypeMap": {
"key": {
"id": 0,
"serviceItemId": "string",
"serviceItemName": "string",
"serviceTypeId": "string",
"serviceTypeName": "string",
"wuxiCode": "string",
"wuxiName": "string",
"tenantsId": "string"
}
},
"wuXiObjectMap": {
"key": {
"id": 0,
"customerIdentity": "string",
"customerName": "string",
"serviceObj": "string",
"serviceObjType": "string",
"workHourTypeCode": "string",
"workHourType": "string",
"customerTypeId": "string",
"tenantsId": "string"
}
}
}'
{
"code": "",
"success": false,
"message": "",
"dataMap": {
"": {}
},
"data": {},
"dataList": [
{}
]
}