RegentGeneric


Click here for a complete list of operations.

GetGoodsListByUser

得到用户能够操作的货品列表。

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 /smpos/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/GetGoodsListByUser"

<?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>
    <GetGoodsListByUser xmlns="http://www.myregent.cn/">
      <userId>string</userId>
      <returnId>int</returnId>
      <returnMessage>string</returnMessage>
    </GetGoodsListByUser>
  </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>
    <GetGoodsListByUserResponse xmlns="http://www.myregent.cn/">
      <GetGoodsListByUserResult>
        <Goods>
          <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>
        </Goods>
        <Goods>
          <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>
        </Goods>
      </GetGoodsListByUserResult>
      <returnId>int</returnId>
      <returnMessage>string</returnMessage>
    </GetGoodsListByUserResponse>
  </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 /smpos/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>
    <GetGoodsListByUser xmlns="http://www.myregent.cn/">
      <userId>string</userId>
      <returnId>int</returnId>
      <returnMessage>string</returnMessage>
    </GetGoodsListByUser>
  </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>
    <GetGoodsListByUserResponse xmlns="http://www.myregent.cn/">
      <GetGoodsListByUserResult>
        <Goods>
          <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>
        </Goods>
        <Goods>
          <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>
        </Goods>
      </GetGoodsListByUserResult>
      <returnId>int</returnId>
      <returnMessage>string</returnMessage>
    </GetGoodsListByUserResponse>
  </soap12:Body>
</soap12:Envelope>