http://retail3000.net/Retail3000Webservice/WebserviceStatisticsComponents
CustomerStatisticsInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceStatisticsComponents : CustomerStatisticsInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceStatisticsComponents
Diagram
TotalUnitsReceivedValue Element TotalUnitsReceived Element AverageSaleAmountPerDay Element PurchaseValueOfTotalInvoiceSales Element PurchaseValueOfTotalCashSales Element TotalMarginInvoiceSales Element TotalMarginCashSales Element TotalDiscountInvoiceSales Element TotalDiscountCashSales Element TotalWeightedNetInvoiceSales Element TotalNetInvoiceSales Element TotalWeightedNetCashSales Element TotalNetCashSales Element AmountInvoiceSales Element AmountCashSales Element GrossProfitMargin Element GrossProfitPercentage Element Sequence CustomerStatisticsInfo Complex Type
Overview
Used By
GetCustomerStatisticsResult Element
Source
<xs:complexType name="CustomerStatisticsInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="GrossProfitPercentage" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="GrossProfitMargin" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="AmountCashSales" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="AmountInvoiceSales" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="TotalNetCashSales" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="TotalWeightedNetCashSales" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="TotalNetInvoiceSales" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="TotalWeightedNetInvoiceSales" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="TotalDiscountCashSales" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="TotalDiscountInvoiceSales" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="TotalMarginCashSales" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="TotalMarginInvoiceSales" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="PurchaseValueOfTotalCashSales" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="PurchaseValueOfTotalInvoiceSales" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="AverageSaleAmountPerDay" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="TotalUnitsReceived" nillable="true" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="TotalUnitsReceivedValue" nillable="true" type="xs:decimal" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceStatisticsComponents