JiwaAPI

<back to all web services

SalesQuoteLinesGETManyRequest

Requires Authentication
The following routes are available for this service:
GET/SalesQuotes/{QuoteID}/Historys/{QuoteHistoryID}/LinesRetrieves a list of sales Quote lines.
SalesQuoteLinesGETManyRequest Parameters:
NameParameterData TypeRequiredDescription
QuoteIDpathstringNo
QuoteHistoryIDpathstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /SalesQuotes/{QuoteID}/Historys/{QuoteHistoryID}/Lines HTTP/1.1 
Host: api.jiwa.com.au 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

[{"ItemNo":0,"QuoteLineID":"String","InventoryID":"String","PartNo":"String","Description":"String","CommentLine":false,"CommentText":"String","QuantityOrdered":0,"PriceExGst":0,"PriceIncGst":0,"DiscountedPrice":0,"TaxToCharge":0,"TaxRate":0,"UnitCost":0,"LineLinkID":"String","FixSellPrice":false,"UserDefinedFloat1":0,"UserDefinedFloat2":0,"UserDefinedFloat3":0,"LineTotal":0,"Weight":0,"Cubic":0,"DiscountedPercentage":0,"DiscountGiven":0,"QuantityDecimalPlaces":0,"QuantityOriginalOrdered":0,"NonInventory":false,"CustomFieldValues":[{"SettingID":"String","SettingName":"String","Contents":"String","PluginID":"String","PluginName":"String"}],"KitLineType":"e_SalesQuoteNormalLine","KitUnits":0,"KitHeaderLineID":"String"}]