Opportunity Object v2
Path Parameters
HTTP Header
api-key status:REQUIRED
string - Your Accelerate API Key
URL Substitution
subdomain status:Required
string - Your Accelerate subdomain
relationship ID status:REQUIRED
integer - ID of your chosen relationship
opportunity ID status:OPtional
integer - ID of your chosen opportunity
Opportunity Requests status:GEt status:Post status:put
status:Get status:Post - Retrieve opportunities from a relationship or add a new opportunity into a relationship
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{id}/opportunities/
Example Payload status:POSt
{
"opportunity_type": "Single Car",
"opportunity_status": "New Opportunity",
"opportunity_source": "Email",
"quality": "High"
}
Response
status:200
Returned if the request is successful.
status:400
Returned if the request sent is invalid.
status:404
Returned if the request is not found or the user does not have permission to view it.
status:Put - Update an existing opportunity within a relationship
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{id}/opportunities/{id}/
Example Payload status:PUT
{
"opportunity_type": "Single Car",
"opportunity_status": "New Opportunity",
"opportunity_source": "Email",
"description": "Customer is interested in leasing one vehicle.",
"quality": "High"
}
Response
status:200
Returned if the request is successful.
status:400
Returned if the request sent is invalid.
status:404
Returned if the request is not found or the user does not have permission to view it.
Opportunity Attributes
When updating/adding a new opportunity via the API, there are a number of fields needed.
Mandatory Fields
opportunity_type - string
Must be one of Single Car, Single LCV, Multiple Vehicles, Maintenance,Consultancy, Fleet Management, Floorplan Finance, Courtesy Car(s), Asset Finance.
opportunity_status - string
Must be one of your custom Opportunity Statuses.
opportunity_source - string
quality - string
Must be one of High, Medium, Low.