{
"inboundNoticeCode": "", //单号
"thirdCodes": [ //第三方单号(批量)
""
],
"warehouseId": "", //仓库
"createTimeFrom": "", //创建时间开始
"createTimeTo": "", //创建时间结束
"updateTimeFrom": "", //更新时间开始
"updateTimeTo": "", //更新时间结束
"current": 1, //当前页
"size": 10 //每页数量
}curl --location '/open/inboundNotice/page' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data '{
"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",
"details": [
{
"inboundNoticeCode": "string",
"arrivalStatus": "30",
"skuCode": "string",
"quantity": 0,
"arrivalQuantity": 0,
"inboundQuantity": 0,
"goodQuantity": 0,
"badQuantity": 0,
"breakQuantity": 0,
"skuName": "string",
"costPrice": 0,
"unitCode": "string",
"labeling": true
}
],
"expectArrivalTime": "2019-08-24",
"arriveTime": "2019-08-24T14:15:22.123Z",
"expressName": "string",
"expressNo": "string",
"expressPrice": 0,
"orderPieces": 0,
"orderVolume": 0,
"orderWeight": 0,
"arrivePieces": 0,
"arriveWeight": 0,
"arriveVolume": 0,
"remark": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z",
"receiveFinishTime": "2019-08-24T14:15:22.123Z",
"finishTime": "2019-08-24T14:15:22.123Z",
"warehouseRemark": "string"
}
]
},
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}