| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BookInLineID | query | string | No | |
| BookInLineIDStartsWith | query | string | No | |
| BookInLineIDEndsWith | query | string | No | |
| BookInLineIDContains | query | string | No | |
| BookInLineIDLike | query | string | No | |
| BookInLineIDBetween | query | string[] | No | |
| BookInLineIDIn | query | string[] | No | |
| BookInID | query | string | No | |
| BookInIDStartsWith | query | string | No | |
| BookInIDEndsWith | query | string | No | |
| BookInIDContains | query | string | No | |
| BookInIDLike | query | string | No | |
| BookInIDBetween | query | string[] | No | |
| BookInIDIn | query | string[] | No | |
| PartNo | query | string | No | |
| PartNoStartsWith | query | string | No | |
| PartNoEndsWith | query | string | No | |
| PartNoContains | query | string | No | |
| PartNoLike | query | string | No | |
| PartNoBetween | query | string[] | No | |
| PartNoIn | query | string[] | No | |
| InventoryID | query | string | No | |
| InventoryIDStartsWith | query | string | No | |
| InventoryIDEndsWith | query | string | No | |
| InventoryIDContains | query | string | No | |
| InventoryIDLike | query | string | No | |
| InventoryIDBetween | query | string[] | No | |
| InventoryIDIn | query | string[] | No | |
| Quantity | query | decimal? | No | |
| QuantityGreaterThanOrEqualTo | query | decimal? | No | |
| QuantityGreaterThan | query | decimal? | No | |
| QuantityLessThan | query | decimal? | No | |
| QuantityLessThanOrEqualTo | query | decimal? | No | |
| QuantityNotEqualTo | query | decimal? | No | |
| QuantityBetween | query | Nullable<Decimal>[] | No | |
| QuantityIn | query | Nullable<Decimal>[] | No | |
| ShipmentLineID | query | string | No | |
| ShipmentLineIDStartsWith | query | string | No | |
| ShipmentLineIDEndsWith | query | string | No | |
| ShipmentLineIDContains | query | string | No | |
| ShipmentLineIDLike | query | string | No | |
| ShipmentLineIDBetween | query | string[] | No | |
| ShipmentLineIDIn | query | string[] | No | |
| UseSerialNo | query | bool? | No | |
| UseExpiry | query | bool? | No | |
| DecimalPlaces | query | short? | No | |
| DecimalPlacesGreaterThanOrEqualTo | query | short? | No | |
| DecimalPlacesGreaterThan | query | short? | No | |
| DecimalPlacesLessThan | query | short? | No | |
| DecimalPlacesLessThanOrEqualTo | query | short? | No | |
| DecimalPlacesNotEqualTo | query | short? | No | |
| DecimalPlacesBetween | query | Nullable<Int16>[] | No | |
| DecimalPlacesIn | query | Nullable<Int16>[] | No | |
| POClassID | query | string | No | |
| POClassIDStartsWith | query | string | No | |
| POClassIDEndsWith | query | string | No | |
| POClassIDContains | query | string | No | |
| POClassIDLike | query | string | No | |
| POClassIDBetween | query | string[] | No | |
| POClassIDIn | query | string[] | No | |
| DeliveryDays | query | short? | No | |
| DeliveryDaysGreaterThanOrEqualTo | query | short? | No | |
| DeliveryDaysGreaterThan | query | short? | No | |
| DeliveryDaysLessThan | query | short? | No | |
| DeliveryDaysLessThanOrEqualTo | query | short? | No | |
| DeliveryDaysNotEqualTo | query | short? | No | |
| DeliveryDaysBetween | query | Nullable<Int16>[] | No | |
| DeliveryDaysIn | query | Nullable<Int16>[] | No | |
| Description | query | string | No | |
| DescriptionStartsWith | query | string | No | |
| DescriptionEndsWith | query | string | No | |
| DescriptionContains | query | string | No | |
| DescriptionLike | query | string | No | |
| DescriptionBetween | query | string[] | No | |
| DescriptionIn | query | string[] | No | |
| OrderUnits | query | decimal? | No | |
| OrderUnitsGreaterThanOrEqualTo | query | decimal? | No | |
| OrderUnitsGreaterThan | query | decimal? | No | |
| OrderUnitsLessThan | query | decimal? | No | |
| OrderUnitsLessThanOrEqualTo | query | decimal? | No | |
| OrderUnitsNotEqualTo | query | decimal? | No | |
| OrderUnitsBetween | query | Nullable<Decimal>[] | No | |
| OrderUnitsIn | query | Nullable<Decimal>[] | No | |
| ClassificationID | query | string | No | |
| ClassificationIDStartsWith | query | string | No | |
| ClassificationIDEndsWith | query | string | No | |
| ClassificationIDContains | query | string | No | |
| ClassificationIDLike | query | string | No | |
| ClassificationIDBetween | query | string[] | No | |
| ClassificationIDIn | query | string[] | No | |
| SupplierPartNo | query | string | No | |
| SupplierPartNoStartsWith | query | string | No | |
| SupplierPartNoEndsWith | query | string | No | |
| SupplierPartNoContains | query | string | No | |
| SupplierPartNoLike | query | string | No | |
| SupplierPartNoBetween | query | string[] | No | |
| SupplierPartNoIn | query | string[] | No | |
| OrderedCost | query | decimal? | No | |
| OrderedCostGreaterThanOrEqualTo | query | decimal? | No | |
| OrderedCostGreaterThan | query | decimal? | No | |
| OrderedCostLessThan | query | decimal? | No | |
| OrderedCostLessThanOrEqualTo | query | decimal? | No | |
| OrderedCostNotEqualTo | query | decimal? | No | |
| OrderedCostBetween | query | Nullable<Decimal>[] | No | |
| OrderedCostIn | query | Nullable<Decimal>[] | No | |
| GSTRate | query | decimal? | No | |
| GSTRateGreaterThanOrEqualTo | query | decimal? | No | |
| GSTRateGreaterThan | query | decimal? | No | |
| GSTRateLessThan | query | decimal? | No | |
| GSTRateLessThanOrEqualTo | query | decimal? | No | |
| GSTRateNotEqualTo | query | decimal? | No | |
| GSTRateBetween | query | Nullable<Decimal>[] | No | |
| GSTRateIn | query | Nullable<Decimal>[] | No | |
| GSTAmount | query | decimal? | No | |
| GSTAmountGreaterThanOrEqualTo | query | decimal? | No | |
| GSTAmountGreaterThan | query | decimal? | No | |
| GSTAmountLessThan | query | decimal? | No | |
| GSTAmountLessThanOrEqualTo | query | decimal? | No | |
| GSTAmountNotEqualTo | query | decimal? | No | |
| GSTAmountBetween | query | Nullable<Decimal>[] | No | |
| GSTAmountIn | query | Nullable<Decimal>[] | No | |
| GSTID | query | string | No | |
| GSTIDStartsWith | query | string | No | |
| GSTIDEndsWith | query | string | No | |
| GSTIDContains | query | string | No | |
| GSTIDLike | query | string | No | |
| GSTIDBetween | query | string[] | No | |
| GSTIDIn | query | string[] | No | |
| JobCostID | query | string | No | |
| JobCostIDStartsWith | query | string | No | |
| JobCostIDEndsWith | query | string | No | |
| JobCostIDContains | query | string | No | |
| JobCostIDLike | query | string | No | |
| JobCostIDBetween | query | string[] | No | |
| JobCostIDIn | query | string[] | No | |
| CreditorID | query | string | No | |
| CreditorIDStartsWith | query | string | No | |
| CreditorIDEndsWith | query | string | No | |
| CreditorIDContains | query | string | No | |
| CreditorIDLike | query | string | No | |
| CreditorIDBetween | query | string[] | No | |
| CreditorIDIn | query | string[] | No | |
| FXRate | query | decimal? | No | |
| FXRateGreaterThanOrEqualTo | query | decimal? | No | |
| FXRateGreaterThan | query | decimal? | No | |
| FXRateLessThan | query | decimal? | No | |
| FXRateLessThanOrEqualTo | query | decimal? | No | |
| FXRateNotEqualTo | query | decimal? | No | |
| FXRateBetween | query | Nullable<Decimal>[] | No | |
| FXRateIn | query | Nullable<Decimal>[] | No | |
| UnitCost | query | decimal? | No | |
| UnitCostGreaterThanOrEqualTo | query | decimal? | No | |
| UnitCostGreaterThan | query | decimal? | No | |
| UnitCostLessThan | query | decimal? | No | |
| UnitCostLessThanOrEqualTo | query | decimal? | No | |
| UnitCostNotEqualTo | query | decimal? | No | |
| UnitCostBetween | query | Nullable<Decimal>[] | No | |
| UnitCostIn | query | Nullable<Decimal>[] | No | |
| Weight | query | decimal? | No | |
| WeightGreaterThanOrEqualTo | query | decimal? | No | |
| WeightGreaterThan | query | decimal? | No | |
| WeightLessThan | query | decimal? | No | |
| WeightLessThanOrEqualTo | query | decimal? | No | |
| WeightNotEqualTo | query | decimal? | No | |
| WeightBetween | query | Nullable<Decimal>[] | No | |
| WeightIn | query | Nullable<Decimal>[] | No | |
| Volume | query | decimal? | No | |
| VolumeGreaterThanOrEqualTo | query | decimal? | No | |
| VolumeGreaterThan | query | decimal? | No | |
| VolumeLessThan | query | decimal? | No | |
| VolumeLessThanOrEqualTo | query | decimal? | No | |
| VolumeNotEqualTo | query | decimal? | No | |
| VolumeBetween | query | Nullable<Decimal>[] | No | |
| VolumeIn | query | Nullable<Decimal>[] | No | |
| CurrencyID | query | string | No | |
| CurrencyIDStartsWith | query | string | No | |
| CurrencyIDEndsWith | query | string | No | |
| CurrencyIDContains | query | string | No | |
| CurrencyIDLike | query | string | No | |
| CurrencyIDBetween | query | string[] | No | |
| CurrencyIDIn | query | string[] | No | |
| PhysicalItem | query | bool? | No | |
| FXOrderedCost | query | decimal? | No | |
| FXOrderedCostGreaterThanOrEqualTo | query | decimal? | No | |
| FXOrderedCostGreaterThan | query | decimal? | No | |
| FXOrderedCostLessThan | query | decimal? | No | |
| FXOrderedCostLessThanOrEqualTo | query | decimal? | No | |
| FXOrderedCostNotEqualTo | query | decimal? | No | |
| FXOrderedCostBetween | query | Nullable<Decimal>[] | No | |
| FXOrderedCostIn | query | Nullable<Decimal>[] | No | |
| RowHash | query | byte[] | No | |
| ItemNo | query | int? | No | |
| ItemNoGreaterThanOrEqualTo | query | int? | No | |
| ItemNoGreaterThan | query | int? | No | |
| ItemNoLessThan | query | int? | No | |
| ItemNoLessThanOrEqualTo | query | int? | No | |
| ItemNoNotEqualTo | query | int? | No | |
| ItemNoBetween | query | int[] | No | |
| ItemNoIn | query | int[] | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Skip | form | int? | No | |
| Take | form | int? | No | |
| OrderBy | form | string | No | |
| OrderByDesc | form | string | No | |
| Include | form | string | No | |
| Fields | form | string | No | |
| Meta | form | Dictionary<string, string> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BookInLineID | form | string | No | |
| BookInID | form | string | No | |
| PartNo | form | string | No | |
| InventoryID | form | string | No | |
| Quantity | form | decimal? | No | |
| ShipmentLineID | form | string | No | |
| UseSerialNo | form | bool | No | |
| UseExpiry | form | bool | No | |
| DecimalPlaces | form | short? | No | |
| POClassID | form | string | No | |
| DeliveryDays | form | short? | No | |
| Description | form | string | No | |
| OrderUnits | form | decimal? | No | |
| ClassificationID | form | string | No | |
| SupplierPartNo | form | string | No | |
| OrderedCost | form | decimal? | No | |
| GSTRate | form | decimal? | No | |
| GSTAmount | form | decimal? | No | |
| GSTID | form | string | No | |
| JobCostID | form | string | No | |
| CreditorID | form | string | No | |
| FXRate | form | decimal? | No | |
| UnitCost | form | decimal? | No | |
| Weight | form | decimal? | No | |
| Volume | form | decimal? | No | |
| CurrencyID | form | string | No | |
| PhysicalItem | form | bool | No | |
| FXOrderedCost | form | decimal? | No | |
| RowHash | form | byte[] | No | |
| ItemNo | form | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Offset | form | int | No | |
| Total | form | int | No | |
| Results | form | List<T> | No | |
| Meta | form | Dictionary<string, string> | No | |
| ResponseStatus | form | ResponseStatus | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /xml/reply/SH_BookInLinesQuery HTTP/1.1
Host: localhost
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<SH_BookInLinesQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JiwaFinancials.Jiwa.JiwaServiceModel.Tables">
<Fields xmlns="http://schemas.servicestack.net/types">String</Fields>
<Include xmlns="http://schemas.servicestack.net/types">String</Include>
<Meta xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>String</d2p1:Key>
<d2p1:Value>String</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Meta>
<OrderBy xmlns="http://schemas.servicestack.net/types">String</OrderBy>
<OrderByDesc xmlns="http://schemas.servicestack.net/types">String</OrderByDesc>
<Skip xmlns="http://schemas.servicestack.net/types">0</Skip>
<Take xmlns="http://schemas.servicestack.net/types">0</Take>
<BookInID>String</BookInID>
<BookInIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</BookInIDBetween>
<BookInIDContains>String</BookInIDContains>
<BookInIDEndsWith>String</BookInIDEndsWith>
<BookInIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</BookInIDIn>
<BookInIDLike>String</BookInIDLike>
<BookInIDStartsWith>String</BookInIDStartsWith>
<BookInLineID>String</BookInLineID>
<BookInLineIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</BookInLineIDBetween>
<BookInLineIDContains>String</BookInLineIDContains>
<BookInLineIDEndsWith>String</BookInLineIDEndsWith>
<BookInLineIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</BookInLineIDIn>
<BookInLineIDLike>String</BookInLineIDLike>
<BookInLineIDStartsWith>String</BookInLineIDStartsWith>
<ClassificationID>String</ClassificationID>
<ClassificationIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</ClassificationIDBetween>
<ClassificationIDContains>String</ClassificationIDContains>
<ClassificationIDEndsWith>String</ClassificationIDEndsWith>
<ClassificationIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</ClassificationIDIn>
<ClassificationIDLike>String</ClassificationIDLike>
<ClassificationIDStartsWith>String</ClassificationIDStartsWith>
<CreditorID>String</CreditorID>
<CreditorIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</CreditorIDBetween>
<CreditorIDContains>String</CreditorIDContains>
<CreditorIDEndsWith>String</CreditorIDEndsWith>
<CreditorIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</CreditorIDIn>
<CreditorIDLike>String</CreditorIDLike>
<CreditorIDStartsWith>String</CreditorIDStartsWith>
<CurrencyID>String</CurrencyID>
<CurrencyIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</CurrencyIDBetween>
<CurrencyIDContains>String</CurrencyIDContains>
<CurrencyIDEndsWith>String</CurrencyIDEndsWith>
<CurrencyIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</CurrencyIDIn>
<CurrencyIDLike>String</CurrencyIDLike>
<CurrencyIDStartsWith>String</CurrencyIDStartsWith>
<DecimalPlaces>0</DecimalPlaces>
<DecimalPlacesBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:short>0</d2p1:short>
</DecimalPlacesBetween>
<DecimalPlacesGreaterThan>0</DecimalPlacesGreaterThan>
<DecimalPlacesGreaterThanOrEqualTo>0</DecimalPlacesGreaterThanOrEqualTo>
<DecimalPlacesIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:short>0</d2p1:short>
</DecimalPlacesIn>
<DecimalPlacesLessThan>0</DecimalPlacesLessThan>
<DecimalPlacesLessThanOrEqualTo>0</DecimalPlacesLessThanOrEqualTo>
<DecimalPlacesNotEqualTo>0</DecimalPlacesNotEqualTo>
<DeliveryDays>0</DeliveryDays>
<DeliveryDaysBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:short>0</d2p1:short>
</DeliveryDaysBetween>
<DeliveryDaysGreaterThan>0</DeliveryDaysGreaterThan>
<DeliveryDaysGreaterThanOrEqualTo>0</DeliveryDaysGreaterThanOrEqualTo>
<DeliveryDaysIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:short>0</d2p1:short>
</DeliveryDaysIn>
<DeliveryDaysLessThan>0</DeliveryDaysLessThan>
<DeliveryDaysLessThanOrEqualTo>0</DeliveryDaysLessThanOrEqualTo>
<DeliveryDaysNotEqualTo>0</DeliveryDaysNotEqualTo>
<Description>String</Description>
<DescriptionBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</DescriptionBetween>
<DescriptionContains>String</DescriptionContains>
<DescriptionEndsWith>String</DescriptionEndsWith>
<DescriptionIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</DescriptionIn>
<DescriptionLike>String</DescriptionLike>
<DescriptionStartsWith>String</DescriptionStartsWith>
<FXOrderedCost>0</FXOrderedCost>
<FXOrderedCostBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</FXOrderedCostBetween>
<FXOrderedCostGreaterThan>0</FXOrderedCostGreaterThan>
<FXOrderedCostGreaterThanOrEqualTo>0</FXOrderedCostGreaterThanOrEqualTo>
<FXOrderedCostIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</FXOrderedCostIn>
<FXOrderedCostLessThan>0</FXOrderedCostLessThan>
<FXOrderedCostLessThanOrEqualTo>0</FXOrderedCostLessThanOrEqualTo>
<FXOrderedCostNotEqualTo>0</FXOrderedCostNotEqualTo>
<FXRate>0</FXRate>
<FXRateBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</FXRateBetween>
<FXRateGreaterThan>0</FXRateGreaterThan>
<FXRateGreaterThanOrEqualTo>0</FXRateGreaterThanOrEqualTo>
<FXRateIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</FXRateIn>
<FXRateLessThan>0</FXRateLessThan>
<FXRateLessThanOrEqualTo>0</FXRateLessThanOrEqualTo>
<FXRateNotEqualTo>0</FXRateNotEqualTo>
<GSTAmount>0</GSTAmount>
<GSTAmountBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</GSTAmountBetween>
<GSTAmountGreaterThan>0</GSTAmountGreaterThan>
<GSTAmountGreaterThanOrEqualTo>0</GSTAmountGreaterThanOrEqualTo>
<GSTAmountIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</GSTAmountIn>
<GSTAmountLessThan>0</GSTAmountLessThan>
<GSTAmountLessThanOrEqualTo>0</GSTAmountLessThanOrEqualTo>
<GSTAmountNotEqualTo>0</GSTAmountNotEqualTo>
<GSTID>String</GSTID>
<GSTIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</GSTIDBetween>
<GSTIDContains>String</GSTIDContains>
<GSTIDEndsWith>String</GSTIDEndsWith>
<GSTIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</GSTIDIn>
<GSTIDLike>String</GSTIDLike>
<GSTIDStartsWith>String</GSTIDStartsWith>
<GSTRate>0</GSTRate>
<GSTRateBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</GSTRateBetween>
<GSTRateGreaterThan>0</GSTRateGreaterThan>
<GSTRateGreaterThanOrEqualTo>0</GSTRateGreaterThanOrEqualTo>
<GSTRateIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</GSTRateIn>
<GSTRateLessThan>0</GSTRateLessThan>
<GSTRateLessThanOrEqualTo>0</GSTRateLessThanOrEqualTo>
<GSTRateNotEqualTo>0</GSTRateNotEqualTo>
<InventoryID>String</InventoryID>
<InventoryIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</InventoryIDBetween>
<InventoryIDContains>String</InventoryIDContains>
<InventoryIDEndsWith>String</InventoryIDEndsWith>
<InventoryIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</InventoryIDIn>
<InventoryIDLike>String</InventoryIDLike>
<InventoryIDStartsWith>String</InventoryIDStartsWith>
<ItemNo>0</ItemNo>
<ItemNoBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>0</d2p1:int>
</ItemNoBetween>
<ItemNoGreaterThan>0</ItemNoGreaterThan>
<ItemNoGreaterThanOrEqualTo>0</ItemNoGreaterThanOrEqualTo>
<ItemNoIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>0</d2p1:int>
</ItemNoIn>
<ItemNoLessThan>0</ItemNoLessThan>
<ItemNoLessThanOrEqualTo>0</ItemNoLessThanOrEqualTo>
<ItemNoNotEqualTo>0</ItemNoNotEqualTo>
<JobCostID>String</JobCostID>
<JobCostIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</JobCostIDBetween>
<JobCostIDContains>String</JobCostIDContains>
<JobCostIDEndsWith>String</JobCostIDEndsWith>
<JobCostIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</JobCostIDIn>
<JobCostIDLike>String</JobCostIDLike>
<JobCostIDStartsWith>String</JobCostIDStartsWith>
<OrderUnits>0</OrderUnits>
<OrderUnitsBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</OrderUnitsBetween>
<OrderUnitsGreaterThan>0</OrderUnitsGreaterThan>
<OrderUnitsGreaterThanOrEqualTo>0</OrderUnitsGreaterThanOrEqualTo>
<OrderUnitsIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</OrderUnitsIn>
<OrderUnitsLessThan>0</OrderUnitsLessThan>
<OrderUnitsLessThanOrEqualTo>0</OrderUnitsLessThanOrEqualTo>
<OrderUnitsNotEqualTo>0</OrderUnitsNotEqualTo>
<OrderedCost>0</OrderedCost>
<OrderedCostBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</OrderedCostBetween>
<OrderedCostGreaterThan>0</OrderedCostGreaterThan>
<OrderedCostGreaterThanOrEqualTo>0</OrderedCostGreaterThanOrEqualTo>
<OrderedCostIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</OrderedCostIn>
<OrderedCostLessThan>0</OrderedCostLessThan>
<OrderedCostLessThanOrEqualTo>0</OrderedCostLessThanOrEqualTo>
<OrderedCostNotEqualTo>0</OrderedCostNotEqualTo>
<POClassID>String</POClassID>
<POClassIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</POClassIDBetween>
<POClassIDContains>String</POClassIDContains>
<POClassIDEndsWith>String</POClassIDEndsWith>
<POClassIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</POClassIDIn>
<POClassIDLike>String</POClassIDLike>
<POClassIDStartsWith>String</POClassIDStartsWith>
<PartNo>String</PartNo>
<PartNoBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</PartNoBetween>
<PartNoContains>String</PartNoContains>
<PartNoEndsWith>String</PartNoEndsWith>
<PartNoIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</PartNoIn>
<PartNoLike>String</PartNoLike>
<PartNoStartsWith>String</PartNoStartsWith>
<PhysicalItem>false</PhysicalItem>
<Quantity>0</Quantity>
<QuantityBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</QuantityBetween>
<QuantityGreaterThan>0</QuantityGreaterThan>
<QuantityGreaterThanOrEqualTo>0</QuantityGreaterThanOrEqualTo>
<QuantityIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</QuantityIn>
<QuantityLessThan>0</QuantityLessThan>
<QuantityLessThanOrEqualTo>0</QuantityLessThanOrEqualTo>
<QuantityNotEqualTo>0</QuantityNotEqualTo>
<RowHash>AA==</RowHash>
<ShipmentLineID>String</ShipmentLineID>
<ShipmentLineIDBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</ShipmentLineIDBetween>
<ShipmentLineIDContains>String</ShipmentLineIDContains>
<ShipmentLineIDEndsWith>String</ShipmentLineIDEndsWith>
<ShipmentLineIDIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</ShipmentLineIDIn>
<ShipmentLineIDLike>String</ShipmentLineIDLike>
<ShipmentLineIDStartsWith>String</ShipmentLineIDStartsWith>
<SupplierPartNo>String</SupplierPartNo>
<SupplierPartNoBetween xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</SupplierPartNoBetween>
<SupplierPartNoContains>String</SupplierPartNoContains>
<SupplierPartNoEndsWith>String</SupplierPartNoEndsWith>
<SupplierPartNoIn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</SupplierPartNoIn>
<SupplierPartNoLike>String</SupplierPartNoLike>
<SupplierPartNoStartsWith>String</SupplierPartNoStartsWith>
<UnitCost>0</UnitCost>
<UnitCostBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</UnitCostBetween>
<UnitCostGreaterThan>0</UnitCostGreaterThan>
<UnitCostGreaterThanOrEqualTo>0</UnitCostGreaterThanOrEqualTo>
<UnitCostIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</UnitCostIn>
<UnitCostLessThan>0</UnitCostLessThan>
<UnitCostLessThanOrEqualTo>0</UnitCostLessThanOrEqualTo>
<UnitCostNotEqualTo>0</UnitCostNotEqualTo>
<UseExpiry>false</UseExpiry>
<UseSerialNo>false</UseSerialNo>
<Volume>0</Volume>
<VolumeBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</VolumeBetween>
<VolumeGreaterThan>0</VolumeGreaterThan>
<VolumeGreaterThanOrEqualTo>0</VolumeGreaterThanOrEqualTo>
<VolumeIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</VolumeIn>
<VolumeLessThan>0</VolumeLessThan>
<VolumeLessThanOrEqualTo>0</VolumeLessThanOrEqualTo>
<VolumeNotEqualTo>0</VolumeNotEqualTo>
<Weight>0</Weight>
<WeightBetween xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</WeightBetween>
<WeightGreaterThan>0</WeightGreaterThan>
<WeightGreaterThanOrEqualTo>0</WeightGreaterThanOrEqualTo>
<WeightIn xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:decimal>0</d2p1:decimal>
</WeightIn>
<WeightLessThan>0</WeightLessThan>
<WeightLessThanOrEqualTo>0</WeightLessThanOrEqualTo>
<WeightNotEqualTo>0</WeightNotEqualTo>
</SH_BookInLinesQuery>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<QueryResponseOfSH_BookInLines7kRqkrSv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
<Offset>0</Offset>
<Total>0</Total>
<Results xmlns:d2p1="http://schemas.datacontract.org/2004/07/JiwaFinancials.Jiwa.JiwaServiceModel.Tables">
<d2p1:SH_BookInLines>
<d2p1:_x003C_BookInID_x003E_k__BackingField>String</d2p1:_x003C_BookInID_x003E_k__BackingField>
<d2p1:_x003C_BookInLineID_x003E_k__BackingField>String</d2p1:_x003C_BookInLineID_x003E_k__BackingField>
<d2p1:_x003C_ClassificationID_x003E_k__BackingField>String</d2p1:_x003C_ClassificationID_x003E_k__BackingField>
<d2p1:_x003C_CreditorID_x003E_k__BackingField>String</d2p1:_x003C_CreditorID_x003E_k__BackingField>
<d2p1:_x003C_CurrencyID_x003E_k__BackingField>String</d2p1:_x003C_CurrencyID_x003E_k__BackingField>
<d2p1:_x003C_DecimalPlaces_x003E_k__BackingField>0</d2p1:_x003C_DecimalPlaces_x003E_k__BackingField>
<d2p1:_x003C_DeliveryDays_x003E_k__BackingField>0</d2p1:_x003C_DeliveryDays_x003E_k__BackingField>
<d2p1:_x003C_Description_x003E_k__BackingField>String</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_FXOrderedCost_x003E_k__BackingField>0</d2p1:_x003C_FXOrderedCost_x003E_k__BackingField>
<d2p1:_x003C_FXRate_x003E_k__BackingField>0</d2p1:_x003C_FXRate_x003E_k__BackingField>
<d2p1:_x003C_GSTAmount_x003E_k__BackingField>0</d2p1:_x003C_GSTAmount_x003E_k__BackingField>
<d2p1:_x003C_GSTID_x003E_k__BackingField>String</d2p1:_x003C_GSTID_x003E_k__BackingField>
<d2p1:_x003C_GSTRate_x003E_k__BackingField>0</d2p1:_x003C_GSTRate_x003E_k__BackingField>
<d2p1:_x003C_InventoryID_x003E_k__BackingField>String</d2p1:_x003C_InventoryID_x003E_k__BackingField>
<d2p1:_x003C_ItemNo_x003E_k__BackingField>0</d2p1:_x003C_ItemNo_x003E_k__BackingField>
<d2p1:_x003C_JobCostID_x003E_k__BackingField>String</d2p1:_x003C_JobCostID_x003E_k__BackingField>
<d2p1:_x003C_OrderUnits_x003E_k__BackingField>0</d2p1:_x003C_OrderUnits_x003E_k__BackingField>
<d2p1:_x003C_OrderedCost_x003E_k__BackingField>0</d2p1:_x003C_OrderedCost_x003E_k__BackingField>
<d2p1:_x003C_POClassID_x003E_k__BackingField>String</d2p1:_x003C_POClassID_x003E_k__BackingField>
<d2p1:_x003C_PartNo_x003E_k__BackingField>String</d2p1:_x003C_PartNo_x003E_k__BackingField>
<d2p1:_x003C_PhysicalItem_x003E_k__BackingField>false</d2p1:_x003C_PhysicalItem_x003E_k__BackingField>
<d2p1:_x003C_Quantity_x003E_k__BackingField>0</d2p1:_x003C_Quantity_x003E_k__BackingField>
<d2p1:_x003C_RowHash_x003E_k__BackingField>AA==</d2p1:_x003C_RowHash_x003E_k__BackingField>
<d2p1:_x003C_ShipmentLineID_x003E_k__BackingField>String</d2p1:_x003C_ShipmentLineID_x003E_k__BackingField>
<d2p1:_x003C_SupplierPartNo_x003E_k__BackingField>String</d2p1:_x003C_SupplierPartNo_x003E_k__BackingField>
<d2p1:_x003C_UnitCost_x003E_k__BackingField>0</d2p1:_x003C_UnitCost_x003E_k__BackingField>
<d2p1:_x003C_UseExpiry_x003E_k__BackingField>false</d2p1:_x003C_UseExpiry_x003E_k__BackingField>
<d2p1:_x003C_UseSerialNo_x003E_k__BackingField>false</d2p1:_x003C_UseSerialNo_x003E_k__BackingField>
<d2p1:_x003C_Volume_x003E_k__BackingField>0</d2p1:_x003C_Volume_x003E_k__BackingField>
<d2p1:_x003C_Weight_x003E_k__BackingField>0</d2p1:_x003C_Weight_x003E_k__BackingField>
</d2p1:SH_BookInLines>
</Results>
<Meta xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>String</d2p1:Key>
<d2p1:Value>String</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Meta>
<ResponseStatus>
<ErrorCode>String</ErrorCode>
<Message>String</Message>
<StackTrace>String</StackTrace>
<Errors>
<ResponseError>
<ErrorCode>String</ErrorCode>
<FieldName>String</FieldName>
<Message>String</Message>
<Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:KeyValueOfstringstring>
<d5p1:Key>String</d5p1:Key>
<d5p1:Value>String</d5p1:Value>
</d5p1:KeyValueOfstringstring>
</Meta>
</ResponseError>
</Errors>
<Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>String</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</Meta>
</ResponseStatus>
</QueryResponseOfSH_BookInLines7kRqkrSv>