Valuation Features
Enhance your requests with additional data.
You can request more data than the standard payload by leveraging a range of features described below.
Max Offer - Retail Base
This feature will return your max configuration in your valuation with the final price showing the deductions from the retail valuation. Use features=max_offer
to receive this payload. Read more on how to set and update your configuration here.
"max_offer": {
"reconditioning": 1250,
"profit_margin": 3116.04,
"lot": 1000,
"transport": 300,
"admin": 150,
"price": 20150.96
}
Max Offer - Trade Base
This feature will return your max configuration in your valuation with the final price showing the deductions from the trade valuation. Use both features=max_offer_trade,max_offer
to receive this payload. Read more on how to set and update your configuration here.
"max_offer": {
"reconditioning": 1250,
"profit_margin": 3116.04,
"lot": 1000,
"transport": 300,
"admin": 150,
"price": 20150.96
}
Bounds
This feature will return the upper and lower bounds used as part of your valuation. Use features=bounds
to receive this payload.
"bounds": {
"retail": {
"lower": 24408.98,
"upper": 28044.36
},
"trade": {
"lower": 21072,
"upper": 23322
}
}
Was this helpful?