文档
测试

◼️ 查询签到记录列表

POST
http://wms5idc12.jd.com/inbound/services/receScheduling

接口描述

提交签到信息

UI界面

![image.png](https://cos.easydoc.net/48578360/files/l5dbwn4n.png)

请求示例说明

```xml <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <queryWs xmlns="http://wms3.360buy.com"> <arg0 xmlns=""> { "bizType":"wms_ib_receScheduling_getSignInHistoryList", "uuid":"", "callCode":"360BUY.WMS3.WS.CALLCODE.100" } </arg0> <arg1 xmlns=""> { "bizKey":"EPL4418071323186", //入库单号 "orgNo":"6", //机构号 "createUser":null, //创建人 "updateUser":null, //更新人 "warehouseNo":"998", //库房号 "distributeNo":"6" //配送中心号 } </arg1> </queryWs> </soap:Body> </soap:Envelope> ```

响应示例说明

```xml <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:queryWsResponse xmlns:ns2="http://wms3.360buy.com"> <return> <resultCode>1</resultCode> <resultMessage>调用成功</resultMessage> <resultValue> [ { "id":7560, "orgNo":"6", //机构号 "orgName":null, //机构名称 "distributeNo":"6", //配送中心号 "warehouseNo":"998", //库房号 "yn":0, "bookingNo":null, //预约号 "asnNo":"EPL4418071323186", //wms入库单号 "poNo":null, //eclp入库单号 "inboundType":"it01", //采购单类型(it01:一般入库单; it08:全球购采购单) "asnStatus":null, //入库单状态(00-初始化,10-收货中,40-收货完成,99-关闭,90-取消) "suggestDockTypeNo":"SJ", //建议月台类型 "suggestDockTypeName":"散件型", //建议月台类型名称 "suggestDockNo":"88", //建议月台编码 "suggestDockName":"88|88", //建议月台 "dockNo":null, //月台号 "dockName":null, //月台名称 "dockType":null, //月台类型 "dockTypeName":null, //月台类型名称 "dockFlag":0, //月台标识 "dockTime":null, // "dockArea":null, //月台所属大区 "dockAreaName":null, //月台所属大区名称 "carrierNo":null, //承运商编码 "carrierName":null, //承运商名称 "driver":"roly", //承运商司机名称 "mobile":"18825162021", //承运商司机手机 "plateNo":"粤S699EG", //承运商司机车牌号 "queueStatus":0, //排队状态(0-未排队,1-已排队) "queueType":"KS", //排队类型 "queueNo":null, //排队号 "queueTime":null, //排队时间 "remark":"测试签到备注", //签到备注 "signTime":null, //到货时间 "createUser":"luorui24", //提交人 "createTime":"2022-07-09 11:03:02", //提交签到时间 "updateUser":"罗瑞", //更新人 "updateTime":"2022-07-09 11:03:02", //更新时间 "releaseUser":null, //发布人 "releaseTime":null, //发布时间 "action":null, // "queueNoWhere":null, // "expressFlag":0, //是否支持配送 "liftingFlag":0, "liftingFlagName":null, "skuQty":null, "goodsQty":null, "destZone":null, "liftSupported":null, "liftSupportedName":null, "target":"6,6,998" } ] </resultValue> </return> </ns2:queryWsResponse> </soap:Body> </soap:Envelope> ```