http://retail3000.net/Retail3000Webservice/PosComponents
PosCorrectionInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : PosCorrectionInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of InfoWithCompanyId Complex Type
Diagram
NewPercentage Element OldPercentage Element NewTotalNetPrice Element OldTotalNetPrice Element NewPceNetPrice Element OldPceNetPrice Element NewTotalGrossPrice Element OldTotalGrossPrice Element NewPceGrossPrice Element OldPceGrossPrice Element NewAmount Element OldAmount Element CorrectionType Element ProductId Element UserId Element PosTransactionId Element CorrectionDateTime Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence PosCorrectionInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
CorrectionDateTime xs:dateTime
UserId xs:int
ProductId xs:int
OldAmount xs:decimal
NewAmount xs:decimal
OldPceGrossPrice xs:decimal
NewPceGrossPrice xs:decimal
OldPceNetPrice xs:decimal
NewPceNetPrice xs:decimal
OldTotalNetPrice xs:decimal
NewTotalNetPrice xs:decimal
OldPercentage xs:decimal
NewPercentage xs:decimal
Used By
NewPosCorrectionInfoResult Element
info Element
GetSinglePosCorrectionResult Element
info Element
Source
<xs:complexType name="PosCorrectionInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:InfoWithCompanyId">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CorrectionDateTime" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="PosTransactionId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="UserId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CorrectionType" type="tns:CorrectionType" />
        <xs:element minOccurs="1" maxOccurs="1" name="OldAmount" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="NewAmount" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="OldPceGrossPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="NewPceGrossPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="OldTotalGrossPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="NewTotalGrossPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="OldPceNetPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="NewPceNetPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="OldTotalNetPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="NewTotalNetPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="OldPercentage" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="NewPercentage" nillable="true" type="xs:decimal" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents