http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
InboundInvoiceRowInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents : InboundInvoiceRowInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
Base Type
Extension of Info Complex Type
Diagram
StaticTotalWeighedVat Element StaticTotalWeighedPriceInclVat Element StaticTotalWeighedPriceExclVat Element StaticTotalRowIncludedSurcharges Element StaticTotalRowIncludedDiscounts Element StaticTotalNetVat Element StaticTotalNetPriceInclVat Element StaticTotalNetPriceExclVat Element StaticTotalGrossPriceInclVat Element StaticTotalGrossPriceExclVat Element OriginalProductIdentifier Element PriceSelectedAction Element AmountSelectedAction Element RowStatus Element DiscountValue Element DiscountPercentage Element PricePerAmount Element PriceExclVat Element PriceType Element AmountFactor Element InvoicedAmount Element ReceivedProductId Element PurchaseOrderId Element BuyerOrderNumber Element SupplierProductDescription Element SupplierOrderDate Element SupplierOrderNumber Element SupplierProductCode Element VatPercentage Element VatId Element ProductId Element LineNumber Element InboundInvoiceId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence InboundInvoiceRowInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
LineNumber xs:int
ProductId xs:int
VatId xs:int
VatPercentage xs:decimal
SupplierProductCode optional xs:string
SupplierOrderNumber optional xs:string
SupplierOrderDate xs:dateTime
SupplierProductDescription optional xs:string
BuyerOrderNumber optional xs:string
InvoicedAmount xs:decimal
AmountFactor xs:decimal
PriceExclVat xs:decimal
DiscountValue xs:decimal
OriginalProductIdentifier optional xs:string
Used By
NewInboundInvoiceRowInfoResult Element
inboundInvoiceRow Element
GetSingleInboundInvoiceRowResult Element
inboundInvoiceRow Element
inboundInvoiceRow Element
row Element
RecalculateInboundInvoiceRowResult Element
Source
<xs:complexType name="InboundInvoiceRowInfo" 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="InboundInvoiceId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="LineNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="VatId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="VatPercentage" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="0" maxOccurs="1" name="SupplierProductCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="SupplierOrderNumber" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="SupplierOrderDate" type="xs:dateTime" />
        <xs:element minOccurs="0" maxOccurs="1" name="SupplierProductDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="BuyerOrderNumber" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="PurchaseOrderId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ReceivedProductId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="InvoicedAmount" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="AmountFactor" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="PriceType" type="tns:InboundInvoiceRowPriceType" />
        <xs:element minOccurs="1" maxOccurs="1" name="PriceExclVat" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="PricePerAmount" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DiscountPercentage" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="DiscountValue" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="RowStatus" type="tns:InboundInvoiceRowStatus" />
        <xs:element minOccurs="1" maxOccurs="1" name="AmountSelectedAction" type="tns:InboundInvoiceRowAmountAction" />
        <xs:element minOccurs="1" maxOccurs="1" name="PriceSelectedAction" type="tns:InboundInvoiceRowPriceAction" />
        <xs:element minOccurs="0" maxOccurs="1" name="OriginalProductIdentifier" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="StaticTotalGrossPriceExclVat" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="StaticTotalGrossPriceInclVat" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="StaticTotalNetPriceExclVat" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="StaticTotalNetPriceInclVat" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="StaticTotalNetVat" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="StaticTotalRowIncludedDiscounts" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="StaticTotalRowIncludedSurcharges" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="StaticTotalWeighedPriceExclVat" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="StaticTotalWeighedPriceInclVat" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="StaticTotalWeighedVat" type="xs:decimal" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents