<xs:complexType name="InboundInvoiceRowsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="InboundInvoiceId" 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="0" maxOccurs="1" name="SupplierProductCode" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="SupplierOrderNumber" type="xs:string" />
<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="PriceType" type="tns:InboundInvoiceRowPriceType" />
<xs:element minOccurs="1" maxOccurs="1" name="RowStatus" type="tns:InboundInvoiceRowStatus" />
<xs:element minOccurs="1" maxOccurs="1" name="IsProblemRowsOnly" type="tns:BooleanFilter" />
</xs:sequence>
</xs:complexType>
|