🇲🇾 AutoTek API Doc
  • AutoTek Basics
    • AutoTek Developer Hub
    • Integration Overview
    • Open API Reference
    • API & System Status
    • API Test Cases
  • Authentication
    • Basic Key Based Authentication
    • OAuth Authentication
  • Vehicle Search
    • Vehicle Searching Basics
    • Plain-text Search
    • Registration Plate Search
    • VIN Search
    • Facet Search
      • Facet Integration Worked Example
    • Marketplace ID Lookup
    • Vehicle ID Search
    • Matching Confidence
  • Sourcing
    • Sourcing Basics
    • Market Overlay
      • Features
    • Market Statistics
  • Vehicle Data
    • Vehicle Data Basics
    • Vehicle History
    • Factory Build Data
  • Valuation
    • Valuation Basics
    • Valuation Predictions
      • Adjustments
      • Condition Array
      • Valuation Features
    • Residual Valuations
    • Registration & VIN Valuations
    • Valuation Features
    • Max Offer Configuration
    • AutoGauge
  • Embeddable Products
    • Embeddable Basics
    • AutoGauge
    • Valuation Widget
    • Market Insights Snapshot
  • Other Products & Resources
    • Pre-Accident Valuation API Suite
    • URL Linking Structure
    • Webhooks Integration
    • Customer Recapture
    • Brand Guidelines
    • API Reference Parameter
    • Stock Feeds
    • FAQ
Powered by GitBook
On this page
  1. Valuation

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.

Ensure your commercial agreement has these features enabled if you require them.

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
        }
    }
PreviousRegistration & VIN ValuationsNextMax Offer Configuration

Last updated 1 year ago