{
"reqId": "string",
"reqCustomerId": 0,
"pageId": 1,
"pageSize": 10,
"limit": 0,
"offset": 0,
"customerId": 0,
"productId": 0,
"productIdList": [
0
],
"productStandardId": 0,
"deviceId": 0,
"deviceNoList": [
"string"
],
"storeId": 0,
"storeIdList": [
0
],
"storeSubId": 0,
"storeSubIdList": [
0
],
"storeName": "string",
"deviceModel": "string",
"inventoryStatus": 0,
"schemeGroupId": 0,
"tag": "string",
"cardNum": "string",
"phone": "string",
"creator": "string",
"inboundOrderId": 0,
"inboundTimeFrom": "string",
"inboundTimeTo": "string",
"allocateOrderId": 0,
"allocateTimeFrom": "string",
"allocateTimeTo": "string",
"shippingOrderId": 0,
"shippingTimeFrom": "string",
"shippingTimeTo": "string",
"updateTimeFrom": "string",
"updateTimeTo": "string",
"queryIdentity": "string",
"queryIdentityTypeCode": 1,
"orderStatus": 0
}
curl --location --request POST '/portal/b2b2c/device/queryEsDevice' \
--header 'token: eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ7XCJpc3NcIjpcIkJXX0lOTkVSX0dBVEVXQVlcIixcImlhdFwiOjE3NTIwMzE4NzgsXCJwbGF0Zm9ybVwiOlwiU0dcIixcImp0aVwiOlwiU0dcIn0iLCJpc3MiOiJCV19JTk5FUl9HQVRFV0FZIiwiZXhwIjoxNzUzMDMxODc4LCJpYXQiOjE3NTIwMzE4NzgsInBsYXRmb3JtIjoiU0ciLCJqdGkiOiJTRyJ9.kHFzS4gQJzoq85Ar8oqVbGdmzP3eoHZfKficICpsqNagXAc9s7S3M5i2SobiWP_dLV7b-3ya8n97YWmoeX1xC9CSt2nr7flexFOCJocoubU36EWg3AKu7KT43aDgw5OP--yygGctEhuK8Zl8NLuPXQyEupFAcVCn37vurf5rT88' \
--header 'customer: 428166320547168262' \
--header 'user: ljing' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqId": "string",
"reqCustomerId": 0,
"pageId": 1,
"pageSize": 10,
"limit": 0,
"offset": 0,
"customerId": 0,
"productId": 0,
"productIdList": [
0
],
"productStandardId": 0,
"deviceId": 0,
"deviceNoList": [
"string"
],
"storeId": 0,
"storeIdList": [
0
],
"storeSubId": 0,
"storeSubIdList": [
0
],
"storeName": "string",
"deviceModel": "string",
"inventoryStatus": 0,
"schemeGroupId": 0,
"tag": "string",
"cardNum": "string",
"phone": "string",
"creator": "string",
"inboundOrderId": 0,
"inboundTimeFrom": "string",
"inboundTimeTo": "string",
"allocateOrderId": 0,
"allocateTimeFrom": "string",
"allocateTimeTo": "string",
"shippingOrderId": 0,
"shippingTimeFrom": "string",
"shippingTimeTo": "string",
"updateTimeFrom": "string",
"updateTimeTo": "string",
"queryIdentity": "string",
"queryIdentityTypeCode": 1,
"orderStatus": 0
}'
{
"error": {
"code": "",
"message": "",
"detail": ""
},
"reqId": "",
"reqCustomerId": 0,
"totalElements": 0,
"number": 0,
"data": [
{
"deviceId": 0,
"deviceNo": "",
"customerId": 0,
"customerName": "",
"inboundOrderId": 0,
"inboundTime": "",
"allocateOrderId": 0,
"allocateTime": "",
"shippingOrderId": 0,
"shippingTime": "",
"inventoryStatus": 0,
"productId": 0,
"productStandardId": 0,
"dmpProductKey": "",
"dmpDeviceId": 0,
"storeId": 0,
"storeName": "",
"storeSubId": 0,
"storeSubName": "",
"schemeGroupId": 0,
"shippingCount": 0,
"inboundCount": 0,
"clearCount": 0,
"deviceSn": "",
"multiNetId": "",
"imei": "",
"iccidList": "",
"iccidDetailList": [
{
"iccid": "",
"carrier": "",
"carrierDesc": ""
}
],
"tags": [
""
],
"updateTime": "",
"mobile": "",
"productName": "",
"productModel": "",
"standardName": "",
"schemeGroupName": "",
"sellSchemeName": "",
"totalOrderCount": 0,
"totalOrder": 0.0,
"totalRefundCount": 0,
"totalRefund": 0.0,
"dataUpdateTime": ""
}
],
"size": 0,
"totalPages": 0
}