文档
测试

◼️ 签到

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

接口描述

提交签到信息

UI界面

![image.png](https://cos.easydoc.net/48578360/files/l5gf7kms.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> <processWs xmlns="http://wms3.360buy.com"> <arg0 xmlns=""> { "bizType":"wms_ib_receScheduling_confirmSignIn", "uuid":"", "callCode":"360BUY.WMS3.WS.CALLCODE.100" } </arg0> <arg1 xmlns=""> { "signInList":[ { "bookingNo":"22070935389", //预约单号 "id":null, "asnNo":"EPL4418071323186", //wms入库单号 "poNo":null, //eclp入库单号 "inboundType":"it01", //单据类型(it01:一般入库单; it08:全球购采购单) "carrierNo":null, //承运商编码 "carrierName":null, //承运商名称 "driver":"roly", //承运商司机名称 "plateNo":"粤S699EG", //承运商司机车牌号 "mobile":"18825162021", //承运商司机手机号 "remark":"测试签到备注", //签到备注 "orgNo":"6", //机构号 "orgName":"总公司", //机构名称 "distributeNo":"6", //配送中心号 "warehouseNo":"998", //库房号 "yn":0, "suggestDockTypeNo":"SJ", //建议月台类型 "suggestDockTypeName":"散件型", //建议月台类型描述 "suggestDockNo":"88", //建议月台号 "suggestDockName":"88|88", //建议月台名称 "dockNo":null, //实际月台号 "dockType":null, //实际月台类型 "dockTypeName":null, //实际月台类型名称 "dockName":null, //实际月台名称 "dockTime":null, //到货时间 "queueType":"KS", //排队类型 "queueNo":null, //排队号 "queueTime":null, //排队号 "queueStatus":null, //排队时间 "dockFlag":null, //月台标识 "releaseUser":null, "releaseTime":null, "skuQty":null, "goodsQty":null, "asnStatus":null, "liftSupported":null, "dockArea":null, "dockAreaName":null, "expressFlag":null, "liftingFlag":null, "liftingFlagName":null, "liftSupportedName":null, "signTime":null, "createUser":"luorui24", //提交人 "createTime":"2022-07-09 11:03:00.726",//提交时间 "updateUser":"罗瑞", //提交人 "updateTime":"2022-07-09 11:03:00.726" //更新时间 } ] } </arg1> </processWs> </soap:Body> </soap:Envelope> ```

响应示例说明

```xml <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:processWsResponse xmlns:ns2="http://wms3.360buy.com"> <return> <resultCode>1</resultCode> <resultMessage>调用成功</resultMessage> <resultValue>true</resultValue> </return> </ns2:processWsResponse> </soap:Body> </soap:Envelope> ```