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": 501 }
Response:
Details of the specified Quote.
{
"result": [
{
"QuoteNumber": "501",
"Comment": "",
"CommentPlainText": "",
"OpportunityId": 100223553,
"Id": 100058277,
"Name": "Enquiry From Adam",
"OpportunityCatalogueItems": [
{
"Abbreviation": "IN",
"UpdatedDate": "15/07/2020 01:54",
"Tax": "1090.91",
"FormulaToolTip": "",
"NetTotalExTax": "10909.09",
"Name": "OverbookableInventory",
"StartDate": "21/07/2020 04:30",
"CatalogueCommentsPlainText": "",
"Formula": {},
"CatalogueTypeName": "InventoryBooking",
"Opportunity": {
"OpportunityNumber": "428",
"Id": 100223553,
"Name": "Enquiry From Adam"
},
"Qty": "100.00",
"Permission": {
"CanDelete": true,
"CanView": true,
"CanEdit": true,
"CanAdd": true
},
"IsUnitPriceLocked": false,
"FinancialCommentsPlainText": "",
"TemplateId": 100406125,
"CatalogueComments": "",
"NetTotalInclDiscount": "12000.00",
"EndDate": "22/07/2020 04:29",
"DiscountAmount": "0.00",
"Quote": {
"QuoteNumber": "501",
"Id": 100058277,
"Name": "Enquiry From Adam"
},
"TaxType": {
"TaxPercentage": "10.00",
"Position": 2,
"TaxIncluded": true,
"Inactive": false,
"Id": 100008240,
"Name": "CGST-10"
},
"UnitPrice": "120.00",
"FinancialComments": "",
"IsUnitCostLocked": false,
"DiscountType": "org level",
"GrandTotal": "12000.00",
"CreatedDate": "15/07/2020 01:54",
"Id": 100428391,
"DiscountValue": "0.00"
}
]
}
],
"AdditionalInfo": {
"Total": "12000.00"
},
"success": true
}