http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
ReturnOfGoodsRowInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : ReturnOfGoodsRowInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Base Type
Extension of Info Complex Type
Diagram
SkuPurchaseValue Element Note Element ReturnOfGoodsReasonId Element NetPcePurchasePrice Element Amount Element ProductId Element ReturnOfGoodsId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ReturnOfGoodsRowInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
ProductId xs:int
Amount xs:decimal
Note optional xs:string
SkuPurchaseValue xs:decimal
Used By
NewReturnOfGoodsRowInfoResult Element
returnOfGoodsRow Element
GetSingleReturnOfGoodsRowResult Element
returnOfGoodsRow Element
returnOfGoodsRow Element
Source
<xs:complexType name="ReturnOfGoodsRowInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Info">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CompanyId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ReturnOfGoodsId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="Amount" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="NetPcePurchasePrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="ReturnOfGoodsReasonId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="Note" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="SkuPurchaseValue" nillable="true" type="xs:decimal" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents