{
"inboundNoticeCode": "", //单号
"thirdCodes": [ //第三方单号(批量)
""
],
"warehouseId": "", //仓库
"createTimeFrom": "", //创建时间开始
"createTimeTo": "", //创建时间结束
"updateTimeFrom": "", //更新时间开始
"updateTimeTo": "", //更新时间结束
"current": 1, //当前页
"size": 10 //每页数量
}curl --location --request POST '/open/inboundNotice/page' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"inboundNoticeCode": "", //单号
"thirdCodes": [ //第三方单号(批量)
""
],
"warehouseId": "", //仓库
"createTimeFrom": "", //创建时间开始
"createTimeTo": "", //创建时间结束
"updateTimeFrom": "", //更新时间开始
"updateTimeTo": "", //更新时间结束
"current": 1, //当前页
"size": 10 //每页数量
}'{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"size": 0,
"current": 0,
"list": [
{
"inboundNoticeCode": "string",
"inboundCode": "string",
"thirdCode": "string",
"warehouseId": 0,
"status": "0",
"inboundStatus": "40",
"details": [
{
"inboundNoticeCode": "string",
"arrivalStatus": "30",
"boxNo": "string",
"skuCode": "string",
"quantity": 0,
"arrivalQuantity": 0,
"skuName": "string",
"costPrice": 0,
"unitCode": "string",
"boxWidth": 0,
"boxLength": 0,
"boxHeight": 0,
"labeling": true,
"qualityCheck": true
}
],
"expectArrivalTime": "2019-08-24",
"arriveTime": "2019-08-24T14:15:22Z",
"expressName": "string",
"expressNo": "string",
"expressPrice": 0,
"orderPieces": 0,
"orderVolume": 0,
"orderWeight": 0,
"arrivePieces": 0,
"arriveWeight": 0,
"arriveVolume": 0,
"remark": "string",
"recvCountry": "string",
"recvProvince": "string",
"recvCity": "string",
"recvAddress": "string",
"sendCountry": "string",
"sendProvince": "string",
"sendCity": "string",
"sendAddress": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"receiveFinishTime": "2019-08-24T14:15:22Z",
"finishTime": "2019-08-24T14:15:22Z",
"warehouseRemark": "string"
}
]
},
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}