Path Parameters
HTTP Header
api-key REQUIRED string - Your Accelerate API Key | URL Substitution
subdomain REQUIRED
relationship ID REQUIRED
opportunity ID REQUIRED
quote ID REQUIRED |
Quote Options Requests
GET POST
GET POST - Return all the options for a given quote or add a new option into a quote.
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{id}/opportunities/{id}/quotes/{id}/options/
Example Payload
POST
{
"basic_price": 316.67,
"vat_price": 63.334,
"list_basic": 316.67,
"list_vat": 63.33,
"requires_maintenance_flag": "N",
"ply_lining_flag": "N",
"description": "Sun protection glass",
"vat_rate_type": "Standard",
"option_fit_type": "Factory",
"p11d_exempt_flag": "N",
"cap_option_code": 38350
}
Response
400 Returned if the request sent is invalid. | 404 Returned if the request is not found or the user does not have permission to view it. |
200
Expand to see example of a successful response. { |
Quote Option Attributes
When adding a new quote option, there are a number of fields needed.
Mandatory Fields
Expand to see the list of mandatory fields
Expand to see the list of mandatory fields
vat_rate_type - string
Must be one of Standard, Reduced or Zero Rated
option_fit_type - string
Must be Dealer or Factory
basic_price - number
Only mandatory if option_fit_type = Dealer
vat_price - number
Only mandatory if option_fit_type = Dealer
description - string
Only mandatory if option_fit_type = Dealer
cap_option_code - number
Only mandatory if option_fit_type = Factory
Non Mandatory Fields
Expand to see the list of non-mandatory fields.
Expand to see the list of non-mandatory fields.
requires_maintenance_flag - string
Y or N
ply_lining_flag - string
Y or N
p11d_exempt_flag - string
Y or N
β
β