RegentGeneric
Click here for a complete list of operations.
GetGoodsListByFilter
得到货品列表。
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 /testpos/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/GetGoodsListByFilter" <?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> <GetGoodsListByFilter xmlns="http://www.myregent.cn/"> <filter> <CompareType>Like or Equels</CompareType> <UserNo>string</UserNo> <Goods_no>string</Goods_no> <Brand>string</Brand> <Category>string</Category> <Range>string</Range> <Pattern>string</Pattern> <Year>string</Year> <Season>string</Season> <Material>string</Material> <Style>string</Style> <Sex>string</Sex> <Item>string</Item> <Authorisation>string</Authorisation> <Goods_name>string</Goods_name> <Size_class>string</Size_class> <Unit>string</Unit> <NewOld>string</NewOld> <UnitPrice>double</UnitPrice> <Picture>string</Picture> <Input_Date>dateTime</Input_Date> <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> <WholeSalePrice>double</WholeSalePrice> <GoodsRemark>string</GoodsRemark> <HelpRemember>string</HelpRemember> <SizeTypeID>string</SizeTypeID> <DpPrice2>double</DpPrice2> <DpPrice3>double</DpPrice3> <BuPrice>double</BuPrice> <QiPrice>double</QiPrice> <PuPrice>double</PuPrice> <MaiPrice>double</MaiPrice> <ShutOut>All or TrueValue or FalseValue</ShutOut> <DpPrice4>double</DpPrice4> <DpPrice5>double</DpPrice5> <DpPrice6>double</DpPrice6> </filter> <returnId>int</returnId> <returnMessage>string</returnMessage> </GetGoodsListByFilter> </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> <GetGoodsListByFilterResponse xmlns="http://www.myregent.cn/"> <GetGoodsListByFilterResult> <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> </GetGoodsListByFilterResult> <returnId>int</returnId> <returnMessage>string</returnMessage> </GetGoodsListByFilterResponse> </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 /testpos/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> <GetGoodsListByFilter xmlns="http://www.myregent.cn/"> <filter> <CompareType>Like or Equels</CompareType> <UserNo>string</UserNo> <Goods_no>string</Goods_no> <Brand>string</Brand> <Category>string</Category> <Range>string</Range> <Pattern>string</Pattern> <Year>string</Year> <Season>string</Season> <Material>string</Material> <Style>string</Style> <Sex>string</Sex> <Item>string</Item> <Authorisation>string</Authorisation> <Goods_name>string</Goods_name> <Size_class>string</Size_class> <Unit>string</Unit> <NewOld>string</NewOld> <UnitPrice>double</UnitPrice> <Picture>string</Picture> <Input_Date>dateTime</Input_Date> <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> <WholeSalePrice>double</WholeSalePrice> <GoodsRemark>string</GoodsRemark> <HelpRemember>string</HelpRemember> <SizeTypeID>string</SizeTypeID> <DpPrice2>double</DpPrice2> <DpPrice3>double</DpPrice3> <BuPrice>double</BuPrice> <QiPrice>double</QiPrice> <PuPrice>double</PuPrice> <MaiPrice>double</MaiPrice> <ShutOut>All or TrueValue or FalseValue</ShutOut> <DpPrice4>double</DpPrice4> <DpPrice5>double</DpPrice5> <DpPrice6>double</DpPrice6> </filter> <returnId>int</returnId> <returnMessage>string</returnMessage> </GetGoodsListByFilter> </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> <GetGoodsListByFilterResponse xmlns="http://www.myregent.cn/"> <GetGoodsListByFilterResult> <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> </GetGoodsListByFilterResult> <returnId>int</returnId> <returnMessage>string</returnMessage> </GetGoodsListByFilterResponse> </soap12:Body> </soap12:Envelope>