http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
CalculateGrossProfit Element
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : CalculateGrossProfit Element
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Diagram
purchasePrice Element grossPrice Element countryId Element productId Element Sequence CalculateGrossProfit Element
Overview
Sequence
productId xs:int
countryId xs:int
grossPrice xs:decimal
purchasePrice xs:decimal
Source
<xs:element name="CalculateGrossProfit" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="1" maxOccurs="1" name="productId" type="xs:int" />
      <xs:element minOccurs="1" maxOccurs="1" name="countryId" type="xs:int" />
      <xs:element minOccurs="1" maxOccurs="1" name="grossPrice" type="xs:decimal" />
      <xs:element minOccurs="1" maxOccurs="1" name="purchasePrice" type="xs:decimal" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents