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
ap ID OPTIONAL |
Ancillary Product Requests
GET POST
GET POST - Retrieve Ancillary products on a quote or add a new ancillary product to a quote
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{ID}/opportunities/{OPP_ID}/quotes/{QUO_ID}/ancillary-products/
Example Payload
POST
{
"ancillary_product_type_id": 10044,
"ancillary_product_type": "GAP Insurance",
"supplier_id": 61013,
"description": "GAP Insurance For Quote",
"delivery_frequency": "Annual",
"net_cost": 200,
"net_price": 240,
"payment_frequency": "Annual",
"vat_rate_type": "Standard"
}
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. { |
GET - Retrieve a specific Ancillary Product from a quote
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{ID}/opportunities/{OPP_ID}/quotes/{QUO_ID}/ancillary-products/{AP_ID}/
Response
200 Returned if the request is successful.
Expand to see example of a successful response. {
| 404 Returned if the request is not found or the user does not have permission to view it. |
Ancillary Product Attributes
When adding a new Ancillary Product via the API, 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
ancillary_product_type - string
delivery_frequency - string
net_price - number
payment_frequency - string
vat_rate_type - string
Non Mandatory Fields
Expand to see the list of non-mandatory fields.
Expand to see the list of non-mandatory fields.
ancillary_product_temp_id - number
vehicle_order_id - number
ancillary_product_type_id - number
supplier_id - number
description - string
delivery_frequency_id - string
net_cost - number
template_price - number
payment_frequency_id - string
ipt_rate_type - string