In this article
Get Quote details
POST /v2/opportunity/quote/getDetails
Returns the quote details for the specified Quote number in your request.
Parameter
QuoteNumber String
Quote number for which details are to be fetched.
{ "QuoteNumber": 37 }
Response:
Details of the specified Quote.
{ "success": true, "result": [ { "QuoteNumber": "37", "Comment": "This is quote comment!!!", "OpportunityId": 15527, "Id": 100029864, "Name": "Quote 1", "OpportunityCatalogueItems": [ { "Abbreviation": "FB", "NetTotalInclDiscount": "49.00", "Tax": "4.45", "FormulaToolTip": "", "EndDate": "27/04/2019 04:30", "NetTotalExTax": "44.55", "DiscountAmount": "0.00", "Name": "Large Mezze", "Quote": { "QuoteNumber": "37", "Id": 100029864, "Name": "Quote 1" }, "StartDate": "26/04/2019 04:30", "TaxType": { "TaxPercentage": 10, "Position": 16, "TaxIncluded": true, "Inactive": false, "Id": 26, "Name": "GST - Included 10%" }, "Formula": {}, "UnitPrice": "49.00", "FinancialComments": "", "DiscountType": "C", "CatalogueTypeName": "FoodCatalogue", "Opportunity": { "OpportunityNumber": "89", "Id": 15527, "Name": "Meeting" }, "Qty": "1.00", "GrandTotal": "49.00", "Id": 100179831, "DiscountValue": "0.00", "TemplateId": 457, "CatalogueComments": "" }, { "Abbreviation": "FB", "NetTotalInclDiscount": "1,200.00", "Tax": "120.00", "FormulaToolTip": "Unit Price: 5.00 Qty: 1 OT: 200.00 ( 5.00 Unit Price * 1 Qty ) * 200.00 OT + 200.00 OT", "EndDate": "", "NetTotalExTax": "1,200.00", "DiscountAmount": "0.00", "Name": "Dark chocolate and almond biscotti with natural yoghurt and fruit dip", "Quote": { "QuoteNumber": "37", "Id": 100029864, "Name": "Quote 1" }, "StartDate": "", "TaxType": { "TaxPercentage": 10, "Position": 3, "TaxIncluded": false, "Inactive": false, "Id": 27, "Name": "GST - Standard 10%" }, "Formula": { "FormulaReportString": "( 5.00 Unit Price * 1 Qty ) * 200.00 OT + 200.00 OT", "CustomFormulaFields": [ { "Id": 100006699, "FieldValue": "5", "FieldName": "Unit Price", "FieldType": "Currency" }, { "Id": 100006698, "FieldValue": "1", "FieldName": "Qty", "FieldType": "Numeric" }, { "Id": 100006702, "FieldValue": "200.00", "FieldName": "OT", "FieldType": "Currency" } ], "Name": "Hours" }, "UnitPrice": "5.00", "FinancialComments": "", "DiscountType": "C", "CatalogueTypeName": "FoodCatalogue", "Opportunity": { "OpportunityNumber": "89", "Id": 15527, "Name": "Meeting" }, "Qty": "1.00", "GrandTotal": "1,320.00", "Id": 100179832, "DiscountValue": "0.00", "TemplateId": 15077, "CatalogueComments": "" } ] } ], "AdditionalInfo": { "Total": 1369 } }