| GET | /SalesQuotes/{QuoteID}/Historys/{QuoteHistoryID}/Lines | Retrieves a list of sales Quote lines. |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| QuoteID | path | string | No | |
| QuoteHistoryID | path | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=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: localhost
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"}]