Contract 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
contract ID status:OPtional
integer - ID of your chosen contract
Contract Requests status:GEt status:put status:Post
status:Get status:Post - Return all contracts in a relationship or insert a new relationship into a contract
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{id}/contracts/
Example Payload status:POSt
{
"relationship": "James Michaels",
"relationship_id": 2300191,
"relationship_reference": "2300191",
"vehicle_order_id": 154706,
"proposal_id": 20295213,
"lender":"1pm",
"dealer_funded_flag": "N",
"product_type": "Personal Contract Hire",
"finance_product": "PCH",
"finance_product_id": 30068,
"payment_method": null,
"first_payment_method": null,
"term": 36,
"term_unit_id": "MTH",
"pause_type": "Spread (n+term-1)",
"frequency": "Monthly",
"initial_payments": 3,
"initial_payment": 0,
"informal_extension_flag": "N",
"formal_extension_flag": "N",
"early_termination_flag": "N",
"maintenance_flag": "N",
"tyres_flag": "N",
"glass_flag": "N",
"relief_vehicle_flag": "N",
"recovery_flag": "N",
"other_service_flag": "N",
"inception_date": "2022-08-05",
"finance_payment": 600,
"contract_value": 21600,
"amount_financed": 19529.47,
"renewed_flag": "N"
}
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:Get status:Put - Return one specific contract from a relationship or update and existing contract on a relationship
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{id}/contracts/{id}/
Example Payload status:PUT
{
"vehicle_order_id": 154706,
"proposal_id": 20295213,
"lender":"1pm",
"dealer_funded_flag": "N",
"product_type": "Personal Contract Hire",
"finance_product": "PCH",
"finance_product_id": 30068,
"term": 36,
"term_unit_id": "MTH",
"pause_type": "Spread (n+term-1)",
"frequency": "Annual",
"informal_extension_flag": "N",
"formal_extension_flag": "N",
"early_termination_flag": "N",
"maintenance_flag": "N",
"tyres_flag": "N",
"glass_flag": "N",
"relief_vehicle_flag": "N",
"recovery_flag": "N",
"other_service_flag": "N",
"finance_payment": 600,
"renewed_flag": "N"
}
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.
Contract Attributes
When updating/adding a new Contract via the API, there are a number of fields needed.
Mandatory Fields
amount_financed - number
Amount financed
dealer_funded_flag - string
Y or N
contract_number - string
finance_product_id - integer
The ID of the finance product for the contract.
lender - string
Must be an exact match to the name of one of the funders in Accelerate.
term - number
Must be between 1 and 72
term_unit_id - string
MTH for monthly or DLY for Daily
pause_type - string
Spread (n+term-1) or Terminal (n+term-n)
frequency - string
Must be one of Monthly, Quarterly, Bi-annual, Annual
informal_extension_flag - string
Y or N
formal_extension_flag - string
Y or N
early_termination_flag - string
Y or N
inception_date - date
Date contract starts in YYYY-MM-DD format
finance_payment - number
maintenance_flag - string
Y or N
tyres_flag - string
Y or N
glass_flag - string
Y or N
recovery_flag - string
Y or N
other_service_flag - string
Y or N
relief_vehicle_flag - string
Y or N