RegentGeneric
Click here for a complete list of operations.
GetGoods2ByBarcode2
根据条形码得到货品信息,含颜色,尺码,渠道价格信息。
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /wwpos/sposwebservice/RegentGeneric.asmx HTTP/1.1
Host: 122.224.183.250
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.myregent.cn/GetGoods2ByBarcode2"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<CredentialSoapHeader xmlns="http://www.myregent.cn/">
<UserName>string</UserName>
<Password>string</Password>
</CredentialSoapHeader>
</soap:Header>
<soap:Body>
<GetGoods2ByBarcode2 xmlns="http://www.myregent.cn/">
<barcode>string</barcode>
<customerId>string</customerId>
<returnId>int</returnId>
<returnMessage>string</returnMessage>
</GetGoods2ByBarcode2>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetGoods2ByBarcode2Response xmlns="http://www.myregent.cn/">
<GetGoods2ByBarcode2Result>
<ObjectState>Added or Deleted or Modified or Unchanged</ObjectState>
<GoodsId>string</GoodsId>
<GoodsName>string</GoodsName>
<Brand>string</Brand>
<Category>string</Category>
<Range>string</Range>
<Pattern>string</Pattern>
<Year>string</Year>
<Season>string</Season>
<Style>string</Style>
<Sex>string</Sex>
<Item>string</Item>
<SizeClass>string</SizeClass>
<Authorisation>string</Authorisation>
<Unit>string</Unit>
<NewOld>string</NewOld>
<Picture>string</Picture>
<InputDate>dateTime</InputDate>
<ProducingArea>string</ProducingArea>
<ExecuteStandard>string</ExecuteStandard>
<Material1>string</Material1>
<Material2>string</Material2>
<Material3>string</Material3>
<InsideMaterial>string</InsideMaterial>
<FillMaterial>string</FillMaterial>
<Reserve1>string</Reserve1>
<Reserve2>string</Reserve2>
<Reserve3>string</Reserve3>
<Reserve4>string</Reserve4>
<ManuFacturer>string</ManuFacturer>
<Supply_no>string</Supply_no>
<GoodsRemark>string</GoodsRemark>
<HelpRemember>string</HelpRemember>
<UnitPrice>decimal</UnitPrice>
<RetailPrice>decimal</RetailPrice>
<BalancePrice>decimal</BalancePrice>
<WholeSalePrice>decimal</WholeSalePrice>
<DpPrice2>decimal</DpPrice2>
<DpPrice3>decimal</DpPrice3>
<BuPrice>decimal</BuPrice>
<QiPrice>decimal</QiPrice>
<PuPrice>decimal</PuPrice>
<MaiPrice>decimal</MaiPrice>
<Barcode>string</Barcode>
<ColorId>string</ColorId>
<ColorName>string</ColorName>
<GoodsLong>string</GoodsLong>
<GoodsSize>string</GoodsSize>
<SpecPrice>boolean</SpecPrice>
</GetGoods2ByBarcode2Result>
<returnId>int</returnId>
<returnMessage>string</returnMessage>
</GetGoods2ByBarcode2Response>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /wwpos/sposwebservice/RegentGeneric.asmx HTTP/1.1
Host: 122.224.183.250
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Header>
<CredentialSoapHeader xmlns="http://www.myregent.cn/">
<UserName>string</UserName>
<Password>string</Password>
</CredentialSoapHeader>
</soap12:Header>
<soap12:Body>
<GetGoods2ByBarcode2 xmlns="http://www.myregent.cn/">
<barcode>string</barcode>
<customerId>string</customerId>
<returnId>int</returnId>
<returnMessage>string</returnMessage>
</GetGoods2ByBarcode2>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetGoods2ByBarcode2Response xmlns="http://www.myregent.cn/">
<GetGoods2ByBarcode2Result>
<ObjectState>Added or Deleted or Modified or Unchanged</ObjectState>
<GoodsId>string</GoodsId>
<GoodsName>string</GoodsName>
<Brand>string</Brand>
<Category>string</Category>
<Range>string</Range>
<Pattern>string</Pattern>
<Year>string</Year>
<Season>string</Season>
<Style>string</Style>
<Sex>string</Sex>
<Item>string</Item>
<SizeClass>string</SizeClass>
<Authorisation>string</Authorisation>
<Unit>string</Unit>
<NewOld>string</NewOld>
<Picture>string</Picture>
<InputDate>dateTime</InputDate>
<ProducingArea>string</ProducingArea>
<ExecuteStandard>string</ExecuteStandard>
<Material1>string</Material1>
<Material2>string</Material2>
<Material3>string</Material3>
<InsideMaterial>string</InsideMaterial>
<FillMaterial>string</FillMaterial>
<Reserve1>string</Reserve1>
<Reserve2>string</Reserve2>
<Reserve3>string</Reserve3>
<Reserve4>string</Reserve4>
<ManuFacturer>string</ManuFacturer>
<Supply_no>string</Supply_no>
<GoodsRemark>string</GoodsRemark>
<HelpRemember>string</HelpRemember>
<UnitPrice>decimal</UnitPrice>
<RetailPrice>decimal</RetailPrice>
<BalancePrice>decimal</BalancePrice>
<WholeSalePrice>decimal</WholeSalePrice>
<DpPrice2>decimal</DpPrice2>
<DpPrice3>decimal</DpPrice3>
<BuPrice>decimal</BuPrice>
<QiPrice>decimal</QiPrice>
<PuPrice>decimal</PuPrice>
<MaiPrice>decimal</MaiPrice>
<Barcode>string</Barcode>
<ColorId>string</ColorId>
<ColorName>string</ColorName>
<GoodsLong>string</GoodsLong>
<GoodsSize>string</GoodsSize>
<SpecPrice>boolean</SpecPrice>
</GetGoods2ByBarcode2Result>
<returnId>int</returnId>
<returnMessage>string</returnMessage>
</GetGoods2ByBarcode2Response>
</soap12:Body>
</soap12:Envelope>