RegentGeneric


Click here for a complete list of operations.

GetGoods2

得到货品信息,不含颜色,尺码,含店铺价格信息。

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 /WTpos/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/GetGoods2"

<?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>
    <GetGoods2 xmlns="http://www.myregent.cn/">
      <goodsId>string</goodsId>
      <customerId>string</customerId>
      <returnId>int</returnId>
      <returnMessage>string</returnMessage>
    </GetGoods2>
  </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>
    <GetGoods2Response xmlns="http://www.myregent.cn/">
      <GetGoods2Result>
        <ObjectState>Added or Deleted or Modified or Unchanged</ObjectState>
        <GoodsId>string</GoodsId>
        <GoodsName>string</GoodsName>
        <UnitPrice>decimal</UnitPrice>
        <RetailPrice>decimal</RetailPrice>
        <BalancePrice>decimal</BalancePrice>
        <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>
        <WholeSalePrice>decimal</WholeSalePrice>
        <DpPrice2>decimal</DpPrice2>
        <DpPrice3>decimal</DpPrice3>
        <BuPrice>decimal</BuPrice>
        <QiPrice>decimal</QiPrice>
        <PuPrice>decimal</PuPrice>
        <MaiPrice>decimal</MaiPrice>
        <Material>string</Material>
        <SizeTypeID>string</SizeTypeID>
        <SpecPrice>boolean</SpecPrice>
      </GetGoods2Result>
      <returnId>int</returnId>
      <returnMessage>string</returnMessage>
    </GetGoods2Response>
  </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 /WTpos/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>
    <GetGoods2 xmlns="http://www.myregent.cn/">
      <goodsId>string</goodsId>
      <customerId>string</customerId>
      <returnId>int</returnId>
      <returnMessage>string</returnMessage>
    </GetGoods2>
  </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>
    <GetGoods2Response xmlns="http://www.myregent.cn/">
      <GetGoods2Result>
        <ObjectState>Added or Deleted or Modified or Unchanged</ObjectState>
        <GoodsId>string</GoodsId>
        <GoodsName>string</GoodsName>
        <UnitPrice>decimal</UnitPrice>
        <RetailPrice>decimal</RetailPrice>
        <BalancePrice>decimal</BalancePrice>
        <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>
        <WholeSalePrice>decimal</WholeSalePrice>
        <DpPrice2>decimal</DpPrice2>
        <DpPrice3>decimal</DpPrice3>
        <BuPrice>decimal</BuPrice>
        <QiPrice>decimal</QiPrice>
        <PuPrice>decimal</PuPrice>
        <MaiPrice>decimal</MaiPrice>
        <Material>string</Material>
        <SizeTypeID>string</SizeTypeID>
        <SpecPrice>boolean</SpecPrice>
      </GetGoods2Result>
      <returnId>int</returnId>
      <returnMessage>string</returnMessage>
    </GetGoods2Response>
  </soap12:Body>
</soap12:Envelope>