文档
测试

2.查询验收任务是否存在

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

接口描述

根据isv采购单号/eclp采购单号查询验收任务是否存在,并返回eclp采购单号

UI说明

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

请求说明 / 示例

```xml <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_receiving_receivingBoxService_getOutOrders", "uuid":"e7fceff0-5053-451c-b902-2c3f37f5dbc0", "callCode":"360BUY.WMS3.WS.CALLCODE.100" } </arg0> <arg1 xmlns=""> { "closeTime":null, "inboundFinishUser":null, //入库完成用户 "inboundFinishTime":null, //入库完成时间 "outWaveNo":null, "id":0, "inboundNo":"EPL4418071566890", //入库单号 "trackingNo":null, "uuid":null, "originalInboundNo":null, "poNo":null, "bookingNo":null, "ownerNo":null, "ownerName":null, "orgNo":"6", //机构ID "orgName":null, //机构名称 "distributeNo":"6", //配送中心ID "warehouseNo":"998", //库房ID "inboundType":null, "subInboundType":null, "inboundStatus":0, "inboundStatusMR":null, "receivingType":null, "totalQty":null, "totalWeight":null, "weightUnit":null, "totalVolume":null, "labelQty":null, "purchaseType":null, "arriveAgainFlag":null, "receivingTimes":0, "remark":null, "supplierGradName":null, "purchaseTransFlag":null, "dockNo":null, "bookingTimeBegin":null, "bookingTimeEnd":null, "carrierNo":null, "carrierName":null, "supplierNo":null, "supplierName":null, "createUser":null, "createTime":"0001-01-01 00:00:00.000", "updateUser":null, "updateTime":null, "yn":0, "resendOrder":null, "printFlag":0, "resendTime":null, "goodsNo":null, "qryPrintCode":0, "source":0, "eclpSign":0, "rejectTime":null, "firstSignInTime":null, "markSign":null, "shipperType":null, "isCarton":null, "grade":null, "inboundBeginTime":null, "needReceivingByBillProductLevel":false, "snCollectType":null, "userPassword":null, "userAccount":null, "userCode":null, "boxFlag":false, "popularFlag":false, "cellReceivingType":null, "batchReceivedQty":null, "ibReceivingTaskDList":null, "defectiveShelfLifeFlag":null, "receivingMethod":null, "shopType":null, "validShelf":null, "orderMark":null, "asnMark":null, "inboundMark":null, "orderReason":null, "shopId":null, "isBoxRemark":null, "isBatch":null, "inbounds":null, "freeFreight":null, "skipStore":false, "mergeAsnNo":null, "appreciationServeStatus":null, "collectTemperatureTag":null, "ibAppreciationDList":null, "ibAppreciationMList":null, "ibReceivingTaskmB2BEx":null, "appreciationServeFlag":false, "asnSubType":null, "sourceWarehouse":null, "canReceivingByBoxFlag":0, "isAllowDiffReason":null, "sellerRtwTypeName":null, "getSerialFromEclpFLag":false } </arg1> </queryWs> </soap:Body> </soap:Envelope> ```

响应说明/示例

```xml HTTP/1.1 200 OK Server: openresty/1.11.2.1 Date: Tue, 26 Jul 2022 01:42:05 GMT Content-Type: text/xml;charset=UTF-8 Connection: close Expires: Tue, 26 Jul 2022 01:42:05 GMT Cache-Control: max-age=0 Content-Length: 539 <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":9740, "inboundNo":"EPL4418071566890", //入库单号 "inboundType":"it01", //入库单类型 "inboundTypeName":"采购入库", //入库单类型描述 "poNo":"JD202207220000029", //isv入库单号 "orgNo":"6", //机构ID "distributeNo":"6", //配送中心ID "warehouseNo":"998", //库房ID "ownerNo":"EBU4418046670139", //事业部编码 "ownerName":"roly测试事业部" //事业部名称 } ] </resultValue> </return> </ns2:queryWsResponse> </soap:Body> </soap:Envelope> ```