LenderDesk Service Version 4.7.0
Version Description
Call Change
Expanded vehicle object return.
The vehicle data returned when a user calls with a style has been expanded to include additional information.
4.6
“vehicles”: [ { “vehicleId”: 421996, “description”: “2022 Dodge Durango R/T AWD” |
4.7
{ “vehicleId”: 421996, “description”: “2022 Dodge Durango R/T AWD”, “vehicleDetails”: { “modelYear”: “2022”, “division”: “Dodge”, “model”: “Durango”, “trim”: “R/T”, “styleName”: “AWD” |
New Features
Delivery Type filter
We have added the ability to filter based on delivery type. This will give users additional options to get only the data they require
Example “deliveryTypes”: [“Subvented Lease”]
Filter Updates
Lender ID filter
When a user is passing a filter for a lender ID we now will return any OEM (US-109) programs that are also valid for that lender ID.
Body filter – “lenders”: “US-130”,]
transType filter
An update was made to allow consumer cash program to return when a user calls for lease or loan. This allows for any independent offers to be complete when implementing “useConsumerCash”: true
New Category
Acquisition Fee – ID 149. This new category is currently only being used by Stellantis. For access please see – LenderDesk_Stellantis- Fees document for more detail.