{"info":{"_postman_id":"beb9ccb8-4e1d-4d3c-9597-1423b1f00303","name":"AutoVision API","description":"<html><head></head><body><h2 id=\"about-autovision\">About AutoVision</h2>\n<p>AutoVision is a unified dealer management software platform built from the ground up for dealers and automotive companies of all shapes and sizes to automate and optimize their car buying, selling, and vehicle inventory management with a modular suite of interlocking tools, APIs and deep statistical insights.</p>\n<h2 id=\"getting-access\">Getting Access</h2>\n<p>You must be an AutoVision customer to use the AutoVision API. If you are not already a customer, contact us here: <a href=\"https://www.autovision.com/contact-autovisionIf\">https://www.autovision.com/contact-autovision</a></p>\n<p>If you are an existing customer and would like direct access to the API, contact your sales or support representative directly.</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>In order to make requests to the AutoVision API you will need to be provided with:</p>\n<ul>\n<li><p>An AutoVision Account</p>\n</li>\n<li><p>An API hostname</p>\n</li>\n<li><p>An API Key &amp; CompanyId for your Account</p>\n</li>\n<li><p>A list of Scopes your Account and API key are authorized for</p>\n</li>\n</ul>\n<h3 id=\"authentication--authorization\">Authentication &amp; Authorization</h3>\n<h4 id=\"api-key\">API Key</h4>\n<p>API Key must be placed in every request header.</p>\n<h4 id=\"access-rights-account--scope\">Access Rights (Account &amp; Scope)</h4>\n<p>Your API key may be used to make requests for your AutoVision Account and any authorized Sub-Accounts.</p>\n<p>Via Scopes, your Account and API key will be authorized for specific API methods, and in the context of individual API methods, may be authorized for some or all response data elements.</p>\n<p>When executing any API method, the primary Scope required for the method must be specified. Sub-scopes specified will determine whether subordinate data elements are returned in the response.</p>\n<p>Any API request will fail if any Scope specified in the request is not authorized for the specified Account (identified by CompanyId) and API Key.</p>\n<h4 id=\"postman-setup\">Postman Setup</h4>\n<p>If you are using Postman, configure the API hostname, API Key, and CompanyId you received in the appropriate Variables in the collection. The variables are setup at the collection level so you should not have to specify them on every request.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<h4 id=\"request-uri\">Request URI</h4>\n<p>All URIs are structured like the following:</p>\n<p>https://<strong>[Hostname]</strong>/api/public/<strong>[Version]</strong>/<strong>[CompanyId]</strong>/some-method-specific-uri</p>\n<ul>\n<li><p><strong>Hostname</strong>: Specific to staging vs. production environments</p>\n</li>\n<li><p><strong>Version</strong>: API version (Currently <strong>v2.</strong> Individual API methods may be versioned independently in the future)</p>\n</li>\n<li><p><strong>CompanyId</strong>: CompanyId for the AutoVision Account to which your API Key was assigned</p>\n</li>\n</ul>\n<h4 id=\"request-content\">Request Content</h4>\n<p>Unless otherwise noted, all requests are:</p>\n<ul>\n<li><p><strong>Http Method</strong>: POST</p>\n</li>\n<li><p><strong>Required HTTP Headers</strong>:</p>\n<ul>\n<li><p>api-key: [your-api-key]</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Request Body</strong>: JSON request object</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>All JSON requests will have a similar structure, although Sopes and Request format will be method-specific.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"[primary-scope]\",\n        \"[optionally-one-or-more-sub-scopes\",\n    ],\n    \"Request\": {\n    }\n}\n\n</code></pre>\n<h3 id=\"response-format\">Response Format</h3>\n<p>All API requests should return HTTP 200 responses unless the API is unavailable (e.g. for maintenance).</p>\n<h4 id=\"response-body\">Response Body</h4>\n<p>All JSON responses will have a similar structure, although Response format will be method-specific. Failed requests will return only the Errors node. Successful requests will return only the Response node.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"errors\": [\n    ],\n    \"response\": {\n    }\n}\n\n</code></pre>\n<h4 id=\"error-response-definition\">Error Response Definition</h4>\n<ul>\n<li><strong>errors</strong> object: Errors object.<ul>\n<li><p><strong>code</strong> int: Error code. Will correspond to standard HTTP error codes unless otherwise specified</p>\n</li>\n<li><p><strong>message</strong> string: Error message</p>\n</li>\n<li><p><strong>detail</strong> string: Error details</p>\n</li>\n</ul>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"}],"owner":"25882430","collectionId":"beb9ccb8-4e1d-4d3c-9597-1423b1f00303","publishedId":"2s93CHvbN5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-20T17:25:23.000Z"},"item":[{"name":"Search","item":[{"name":"In-Market Vehicles","item":[{"name":"Auction Listings","id":"662643b4-7c96-4339-8b14-9e1d5925f3fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"[your-api-key]"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Scopes\": [\r\n        \"AuctionListings\",\r\n        \"AuctionListings.Export\",\r\n        \"AuctionListings.LiveData\"\r\n    ],\r\n    \"Request\": {\r\n        \"CompanyId\": \"\",\r\n        \"CentralPostalCode\": \"\",\r\n        \"MaxDistanceFromPostalCode\": 0,\r\n        \"MinYear\": 1981,\r\n        \"MaxYear\": 2024,\r\n        \"MinOdometer\": 0,\r\n        \"MaxOdometer\": 0,\r\n        \"MinCR\": 0,\r\n        \"MaxCR\": 5,\r\n        \"IncludeOnlyDataProviders\": [\r\n\t\t\t\"Ally\",\r\n\t\t\t\"ADESA\",\r\n\t\t\t\"AuctionEdge\",\r\n            \"BidACar\",\r\n            \"Manheim\"\r\n        ],\r\n        \"IncludeOnlyAuctionTypes\": [\r\n            \"Simulcast\",\r\n            \"Online\"\r\n        ],\r\n        \"LiveAuctionData\": false,\r\n        \"IncludeOnlyVins\": [],\r\n        \"IncludeOnlyWithoutAnnouncements\": [],\r\n        \"IncludeOnlyBuyNowEligible\": false,\r\n        \"IncludeOnlyWithMakes\": [],\r\n        \"IncludeOnlyWithModels\": [],\r\n        \"IncludeOnlyWithTrims\": [],\r\n        \"IncludeOnlyWithBodyStyles\": [],\r\n        \"IncludeOnlyWithEngines\": [],\r\n        \"IncludeOnlyWithTransmissions\": [],\r\n        \"IncludeOnlyWithDrivetrains\": [],\r\n        \"IncludeOnlyWithFuelTypes\": [],\r\n        \"IncludeOnlyWithExtColors\": [],\r\n        \"IncludeOnlyWithIntColors\": [],\r\n        \"IncludeOnlyWithOdometerBands\": [],\r\n        \"IncludeOnlyAuctionIds\": [],\r\n        \"IncludeOnlySaleDates\": [],\r\n        \"IncludeOnlyWithRuns\": [],\r\n        \"IncludeOnlyWithLanes\": [],\r\n        \"IncludeOnlyWithActiveUnits\": [],\r\n        \"IncludeOnlyWithMds\": [],\r\n        \"IncludeOnlyWithDts\": [],\r\n        \"IncludeOnlyWithEstRetailValue\": [],\r\n        \"IncludeOnlyWithEstWholesaleValue\": [],\r\n        \"IncludeOnlyWithProfitPotential\": [],\r\n        \"IncludeOnlyWithSoldPtm30\": [],\r\n        \"IncludeOnlyWithProfitPotentialSoldPtm30\": [],\r\n        \"IncludeOnlyWithCtmPotential\": [],\r\n        \"IncludeOnlyWithProjectedCtm\": [],\r\n        \"IncludeOnlyWithBuyNowPrice\": [],\r\n        \"IncludeOnlyWithBuyNowProfitPotential\": [],\r\n        \"IncludeOnlyWithBuyNowProjectedProfit\": [],\r\n        \"IncludeOnlyWithBuyNowCtmPotential\": [],\r\n        \"IncludeOnlyWithBuyNowProjectedCtm\": [],\r\n        \"IncludeOnlyWithOpeningBid\": [],\r\n        \"IncludeOnlyWithOpeningBidProfitPotential\": [],\r\n        \"IncludeOnlyWithOpeningBidProjectedProfit\": [],\r\n        \"IncludeOnlyWithOpeningBidCtmPotential\": [],\r\n        \"IncludeOnlyWithOpeningBidProjectedCtm\": [],\r\n        \"CostEstimation\": {\r\n            \"PackDefaultAmount\": 0,\r\n            \"EstimateTransport\": false,\r\n            \"TransportEstimateType\": \"MinimumPlusCostPerMile\",\r\n            \"TransportCostMinimum\": 0,\r\n            \"TransportCostPerMile\": 0.0,\r\n            \"EstimateRecon\": false,\r\n            \"ReconditioningEstimateType\": \"Flat\",\r\n            \"ReconditioningEstimateAmount\": 0\r\n        },\r\n        \"OrderBys\": [\r\n            {\r\n                \"OrderBy\": \"DistanceFromMe\",\r\n                \"Descending\": false\r\n            }\r\n        ],\r\n        \"Offset\": 0,\r\n        \"Limit\": 100,\r\n        \"OnlyCounts\": true,\r\n        \"CountsBy\": []\r\n    }\r\n}"},"url":"https://[autovision-api-hostname]/api/public/v2/[your-company-id]/search/inmarketvehicles/auctionlistings","description":"<p>NOTE: The language-specific example request to the right is a complete but blank request designed to show all available parameters and will not execute as-is. See below for several specific runnable examples.</p>\n<p>Search for vehicles currently listed at supported auctions including:</p>\n<ul>\n<li><p>ADESA</p>\n</li>\n<li><p>Ally</p>\n</li>\n<li><p>AuctionEdge</p>\n</li>\n<li><p>Bid-a-Car</p>\n</li>\n<li><p>Manheim</p>\n</li>\n</ul>\n<h4 id=\"request-scopes\">Request Scopes</h4>\n<ul>\n<li><p><strong>AuctionListings</strong> (Required): Primary Scope</p>\n</li>\n<li><p><strong>AuctionListings.Export</strong> (Conditional): Export search results to a CSV or Excel format. Required for export to CSV/Excel formats.</p>\n</li>\n<li><p><strong>AuctionListings.LiveData</strong> (Conditional): Include live auction data (Opening Bid, Current Bid, Buy Now Price). Required for including Live Auction Data in result.</p>\n</li>\n</ul>\n<h4 id=\"request-definition\">Request Definition</h4>\n<ul>\n<li><p><strong>Scopes</strong> array[string] (Required): One or more Request Scopes</p>\n</li>\n<li><p><strong>Request</strong> object (Required): Request parameters</p>\n<ul>\n<li><p><strong>CompanyId</strong> string (Optional): Identifies the AutoVision Account in the context of which the request will be executed (used to default various request parameters). Defaults to CompanyId specified in URI, but the CompanyId of a subordinate AutoVision Account may be specified</p>\n</li>\n<li><p><strong>CentralPostalCode</strong> string (Optional): Location at which to center search. Defaults to location of Account associated with CompanyId</p>\n</li>\n<li><p><strong>MaxDistanceFromPostalCode</strong> int (Required): Maximum radius to search from center of CentralPostalCode.</p>\n</li>\n<li><p><strong>NOTE</strong> on <strong>MaxDistanceFromPostalCode</strong>:</p>\n<ul>\n<li>For US-based searches this number represents miles. Any value greater than 3,500mi is effectively nationwide. Accepted values: 1 - 6,000</li>\n</ul>\n</li>\n<li><p><strong>MinYear</strong> int (Optional): Include only results with minimum Model Year MinYear. Defaults to 1981. Accepted values: 1981 - next calendar year.</p>\n</li>\n<li><p><strong>MaxYear</strong> int (Optional): Include only results with maximum Model Year MaxYear. Defaults to next calendar year. Accepted values: 1981 - next calendar year.</p>\n</li>\n<li><p><strong>MinOdometer</strong> int (Optional): Include only results with minimum Odometer MinOdometer. No value or 0 is considered no restriction. Valid values 0 - 500,000</p>\n</li>\n<li><p><strong>MaxOdometer</strong> int (Optional): Include only results with maximum Odometer MaxOdometer. No value or 0 is considered no restriction. Valid values 0 - 500,000</p>\n</li>\n<li><p><strong>MinCR</strong> decimal (Optional): Include only results with minimum Condition Report Grade MinCR. No value or 0 is considered no restriction. Accepted values 0 - 5</p>\n</li>\n<li><p><strong>MaxCR</strong> decimal (Optional): Include only results with maximum Condition Report Grade MaxCR. No value or 0 is considered no restriction. Accepted values 0 - 5</p>\n</li>\n<li><p><strong>IncludeOnlyDataProviders</strong> array[string] (Required): Include only results from specified auction providers. Accepted values: \"ADESA\", \"Ally\", \"AuctionEdge\", \"Manheim\"</p>\n</li>\n<li><p><strong>IncludeOnlyAuctionTypes</strong> array[string] (Optional): Include only results from auction types. Defaults to all accepted values. Accepted values: \"Simulcast\", \"Online\"</p>\n</li>\n<li><p><strong>LiveAuctionData</strong> boolean (Optional): Include up-to-the-minute data for Opening Bid, Current Bid, Buy Now Price. Defaults to false. Requires Scope AuctionListings.LiveData**.** If specified as true, a Limit of 50 results will be enforced. Supported Auction Data Providers: Manheim, Ally</p>\n</li>\n<li><p><strong>IncludeOnlyVins</strong> array[string] (Optional): Include only results for vehicles with matching VIN</p>\n</li>\n<li><p><strong>IncludeOnlyWithoutAnnouncements</strong> array[string] (Optional): Include only results without specified Announcements. Accepted values: AsIs, GreenLight, FrameDamage, Salvage, BrandedTitle, Accidents, Damage, Rollback</p>\n</li>\n<li><p><strong>IncludeOnlyBuyNowEligible</strong> bool (Optional): Include only vehicles with \"Buy Now\" price.</p>\n</li>\n<li><p><strong>IncludeOnlyWithMakes</strong> array[string] (Optional): Include only vehicles with matching Make</p>\n</li>\n<li><p><strong>IncludeOnlyWithModels</strong> array[string] (Optional): Include only vehicles with matching Model</p>\n</li>\n<li><p><strong>IncludeOnlyWithTrims</strong> array[string] (Optional): Include only vehicles with matching Trim</p>\n</li>\n<li><p><strong>IncludeOnlyWithBodyStyles</strong> array[string] (Optional): Include only vehicles with matching Bodystyle</p>\n</li>\n<li><p><strong>IncludeOnlyWithEngines</strong> array[string] (Optional): Include only vehicles with matching Engine</p>\n</li>\n<li><p><strong>IncludeOnlyWithTransmissions</strong> array[string] (Optional): Include only vehicles with matching Transmission</p>\n</li>\n<li><p><strong>IncludeOnlyWithDrivetrains</strong> array[string] (Optional): Include only vehicles with matching Drivetrain</p>\n</li>\n<li><p><strong>IncludeOnlyWithFuelTypes</strong> array[string] (Optional): Include only vehicles with matching Fuel Type</p>\n</li>\n<li><p><strong>IncludeOnlyWithExtColors</strong> array[string] (Optional): Include only vehicles with matching Exterior Color</p>\n</li>\n<li><p><strong>IncludeOnlyWithIntColors</strong> array[string] (Optional): Include only vehicles with matching Interior Color</p>\n</li>\n<li><p><strong>IncludeOnlyWithOdometerBands</strong> array[string] (Optional): Include only vehicles with matching Odometer Band</p>\n</li>\n<li><p><strong>IncludeOnlyAuctionIds</strong> array[string] (Optional): Include only vehicles with matching Auction</p>\n</li>\n<li><p><strong>IncludeOnlySaleDates</strong> array[string] (Optional): Include only vehicles with matching Sale Date</p>\n</li>\n<li><p><strong>IncludeOnlyWithRuns</strong> array[string] (Optional): Include only vehicles with matching Run</p>\n</li>\n<li><p><strong>IncludeOnlyWithLanes</strong> array[string] (Optional): Include only vehicles with with matching Lane</p>\n</li>\n<li><p><strong>IncludeOnlyWithActiveUnits</strong> array[string] (Optional): Include only vehicles with matching Active Unit range</p>\n</li>\n<li><p><strong>IncludeOnlyWithMds</strong> array[string] (Optional): Include only vehicles with matching Market Days Supply Range</p>\n</li>\n<li><p><strong>IncludeOnlyWithDts</strong> array[string] (Optional): Include only vehicles with matching Estimated Days to Sell Range</p>\n</li>\n<li><p><strong>IncludeOnlyWithEstRetailValue</strong> array[string] (Optional): Include only vehicles with matching Estimated Retail Value Range</p>\n</li>\n<li><p><strong>IncludeOnlyWithEstWholesaleValue</strong> array[string] (Optional): Include only vehicles with matching Estimated Wholesale Value Range</p>\n</li>\n<li><p><strong>IncludeOnlyWithProfitPotential</strong> array[string] (Optional): Include only vehicles with matching Estimated Profit Potential Range (based on Estimated Retail Value and Estimated Wholesale Value)</p>\n</li>\n<li><p><strong>IncludeOnlyWithSoldPtm30</strong> array[string] (Optional): Include only vehicles with matching Sold Percent to Market Range (Last 30 days)</p>\n</li>\n<li><p><strong>IncludeOnlyWithProfitPotentialSoldPtm30</strong> array[string] (Optional): Include only vehicles with matching Profit Potential Range (based on Estimated Wholesale Value and Sold PTM 30)</p>\n</li>\n<li><p><strong>IncludeOnlyWithCtmPotential</strong> array[string] (Optional): Include only vehicles with matching Potential Cost to Market Range (based on Estimated Retail and Wholesale values)</p>\n</li>\n<li><p><strong>IncludeOnlyWithProjectedCtm</strong> array[string] (Optional): Include only vehicles with matching Projected Cost to Market Range (based on Estimated Retail and Wholesale values)</p>\n</li>\n<li><p><strong>IncludeOnlyWithBuyNowPrice</strong> array[string] (Optional): Include only vehicles with matching Buy Now Price Range</p>\n</li>\n<li><p><strong>IncludeOnlyWithBuyNowProfitPotential</strong> array[string] (Optional): Include only vehicles with matching Profit Potential Range (based on Estimated Retail Value and Buy Now Price)</p>\n</li>\n<li><p><strong>IncludeOnlyWithBuyNowProjectedProfit</strong> array[string] (Optional): Include only vehicles with matching Projected Profit Range (based on Estimated Retail Value and Buy Now Price)</p>\n</li>\n<li><p><strong>IncludeOnlyWithBuyNowCtmPotential</strong> array[string] (Optional): Include only vehicles with matching Potential Cost to Market Range (based on Estimated Retail Value and Buy Now Price)</p>\n</li>\n<li><p><strong>IncludeOnlyWithBuyNowProjectedCtm</strong> array[string] (Optional): Include only vehicles with matching Projected Cost to Market Range (based on Estimated Retail Value and Buy Now Price)</p>\n</li>\n<li><p><strong>IncludeOnlyWithOpeningBid</strong> array[string] (Optional): Include only vehicles with matching Opening Bid Range</p>\n</li>\n<li><p><strong>IncludeOnlyWithOpeningBidProfitPotential</strong> array[string] (Optional): Include only vehicles with matching Profit Potential Range (based on Estimated Retail Value and Opening Bid)</p>\n</li>\n<li><p><strong>IncludeOnlyWithOpeningBidProjectedProfit</strong> array[string] (Optional): Include only vehicles with matching Projected Profit Range (based on Estimated Retail Value and Opening Bid)</p>\n</li>\n<li><p><strong>IncludeOnlyWithOpeningBidCtmPotential</strong> array[string] (Optional): Include only vehicles with matching Potential Cost to Market Range (based on Estimated Retail Value and Opening Bid)</p>\n</li>\n<li><p><strong>IncludeOnlyWithOpeningBidProjectedCtm</strong> array[string] (Optional): Include only vehicles with matching Projected Cost to Market Range (based on Estimated Retail Value and Opening Bid)</p>\n</li>\n<li><p><strong>NOTE</strong> on <strong>IncludeOnlyWith[Facet]</strong>: Unless accepted values are explicitly specified above: Any request will return results indicating the availability of any given value in the selected market, as well as the available values in the selected market.</p>\n<ul>\n<li><strong>response.uiListViewArrays.optionsFor[Facet]</strong>: Available values for a given facet in the selected market as well as count of vehicles and a selection of market metrics for the selection of vehicles for which the facet was reported. Use the id property when specifying values in IncludeOnlyWith[Facet].</li>\n</ul>\n</li>\n<li><p><strong>CostEstimation</strong> object (Optional): Reconditioning and Transport Cost estimation parameters may be configured in the AutoVision Account associated with CompanyId and/or may be specified here. If specified in the request, all values from the CostEstimation will be used, even if blank. If not specified in the request, all values from the AutoVision Account configuration will be used.</p>\n<ul>\n<li><p><strong>PackDefaultAmount</strong> int (Optional): Default Pack. Defaults to 0</p>\n</li>\n<li><p><strong>EstimateTransport</strong> boolean (Conditional): Include Estimated Transport Cost in Cost Estimation. Required to be specified as true if any Transport-related parameters (below) are included. Defaults to false</p>\n</li>\n<li><p><strong>TransportEstimateType</strong> string (Conditional): Required if EstimateTransport is specified true. Accepted Values: MinimumPlusCostPerMile</p>\n</li>\n<li><p><strong>TransportCostMinimum</strong> int (Required): Minimum Cost of Transport (Dollar amount)</p>\n</li>\n<li><p><strong>TransportCostPerMile</strong> decimal (Optional): Additional Transport Cost per Mile (Dollar amount)</p>\n</li>\n<li><p><strong>EstimateRecon</strong> boolean (Conditional): Include Estimated Reconditioning Cost in Cost Estimation. Required to be specified as true if any Reconditioning-related parameters (below) are included. Defaults to false</p>\n</li>\n<li><p><strong>ReconditioningEstimateType</strong> string (Conditional): Required if EstimateRecon is specified true. Model for estimating Reconditioning costs. Defaults to None. Accepted Values: Flat, Percent</p>\n</li>\n<li><p><strong>ReconditioningEstimateAmount</strong> decimal (Required): Estimated Reconditioning Cost (Dollar amount if ReconditioningEstimateType specified as Flat, Percent of Cost if ReconditioningEstimateType specified as Percent)</p>\n</li>\n</ul>\n</li>\n<li><p><strong>OrderBys</strong> array[object] (Optional): One or more result properties to order results by. Evaluated in the order specified</p>\n<ul>\n<li><p><strong>OrderBy</strong> string (Required): Property to order results by. Accepted Values: Odometer, MDS, DTS, EstRetailValue, EstWholesaleValue, UnitsInMarket, EstProfitPotential, SoldPTM30, EstProfitSoldPTM30, NewestFirst, OldestFirst, CR, Year, Make, Model, Trim, AuctionName, Lane, Run, CtmPotential, ProjectedCtm, BuyNowEligible, BuyNowPrice, BuyNowProfitPotential, BuyNowProjectedProfit, BuyNowCtmPotential, BuyNowProjectedCtm, OpeningBid, OpeningBidProfitPotential, OpeningBidProjectedProfit, OpeningBidCtmPotential, OpeningBidProjectedCtm, DistanceFromMe</p>\n</li>\n<li><p><strong>Descending</strong> bool (Optional): Sort in Descending order. Ignored for NewestFirst, OldestFirst. Defaults to false.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Offset</strong> int (Conditional): First matching listing to return in the selected result set (ordered by OrderBys). Zero-based. Required unless OnlyCounts is specified as true</p>\n</li>\n<li><p><strong>Limit</strong> int (Optional): Number of matching listings to return. Required unless OnlyCounts is specified as true. Accepted values: 1 - 500</p>\n</li>\n<li><p><strong>NOTE</strong> on <strong>OrderBys, Offset, Limit</strong>: All matching listings will be ordered by OrderBys, and a selection of Limit restults will be returned starting at Offset. For example: To return the first 100 results, specify Offset: 0, Limit: 100. To return the next 100 results, specify Offset: 100, Limit: 100.</p>\n</li>\n<li><p><strong>OnlyCounts</strong> bool (Optional): Return only counts</p>\n</li>\n<li><p><strong>CountsBy</strong> array[object] (Conditional): List of aggregations to return counts by. Required if OnlyCounts specified as true. Accepted Values: YearMake, YearMakeModel, YearMakeModelTrim, YearMakeModelTrimBodystyle, YearMakeModelTrimBodystyleDrivetrain, MakeModel, MakeModelTrim, MakeModelTrimBodystyle, MakeModelTrimBodystyleDrivetrain</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-requests--responses\">Example Requests &amp; Responses</h4>\n<p>Example responses are provided as links due to the response size.</p>\n<p><strong>Example 1: Minimal request for closest 50 results at all Auctions within 100 miles of AutoVision Account Postal Code</strong></p>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"AuctionListings\",\n        \"AuctionListings.LiveData\"\n    ],\n    \"Request\": {\n        \"MaxDistanceFromPostalCode\": 100,\n        \"IncludeOnlyDataProviders\": [\n            \"Ally\",\n            \"ADESA\",\n            \"AuctionEdge\",\n            \"BidACar\",\n            \"Manheim\"\n        ],\n        \"IncludeOnlyAuctionTypes\": [\n            \"Simulcast\",\n            \"Online\"\n        ],\n        \"LiveAuctionData\": true,\n        \"OrderBys\": [\n            {\n                \"OrderBy\": \"DistanceFromMe\",\n                \"Descending\": false\n            }\n        ],\n        \"Offset\": 0,\n        \"Limit\": 50\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/auction-listings-ex01-response.json\">auction-listings-ex01-response.json</a></p>\n<p><strong>Example 2: Minimal request for counts of vehicles by Year/Make, Year/Make/Model, Year/Make/Model/Trim, Make/Model, and Make/Model/Trim at Manheim auctions within 50 miles of Postal Code 94546</strong></p>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"AuctionListings\"\n    ],\n    \"Request\": {\n        \"CentralPostalCode\": \"94546\",\n        \"MaxDistanceFromPostalCode\": 50,\n        \"IncludeOnlyDataProviders\": [\n            \"Manheim\"\n        ],\n        \"IncludeOnlyAuctionTypes\": [\n            \"Simulcast\"\n        ],\n        \"onlyCounts\": true,\n        \"countsBy\": [\n            \"YearMake\",\n            \"YearMakeModel\",\n            \"YearMakeModelTrim\",\n            \"MakeModel\",\n            \"MakeModelTrim\"\n        ]\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/auction-listings-ex02-response.json\">auction-listings-ex02-response.json</a></p>\n<p><strong>Example 3: Minimal request for a single vehicle by VIN, at any Auction Nationwide</strong></p>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"AuctionListings\",\n        \"AuctionListings.LiveData\"\n    ],\n    \"Request\": {\n        \"CompanyId\": \"\",\n        \"CentralPostalCode\": \"94546\",\n        \"MaxDistanceFromPostalCode\": 6000,\n        \"IncludeOnlyDataProviders\": [\n            \"Ally\",\n            \"ADESA\",\n            \"AuctionEdge\",\n            \"BidACar\",\n            \"Manheim\"\n        ],\n        \"IncludeOnlyAuctionTypes\": [\n            \"Simulcast\",\n            \"Online\"\n        ],\n        \"LiveAuctionData\": true,\n        \"IncludeOnlyVins\": [\n            \"SBM26ACA6MW815122\"\n        ],\n        \"OrderBys\": [\n            {\n                \"OrderBy\": \"DistanceFromMe\",\n                \"Descending\": false\n            }\n        ],\n        \"Offset\": 0,\n        \"Limit\": 10\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/auction-listings-ex03-response.json\">auction-listings-ex03-response.json</a><br />Note that if the same vehicle is available at multiple auctions, all listings will be returned.</p>\n<p><strong>Example 4: Detailed request specifying multiple filter and sort parameters</strong></p>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"AuctionListings\",\n        \"AuctionListings.LiveData\"\n    ],\n    \"Request\": {\n        \"CentralPostalCode\": \"94546\",\n        \"MaxDistanceFromPostalCode\": 100,\n        \"MinYear\": 2010,\n        \"MaxYear\": 2020,\n        \"MinOdometer\": 0,\n        \"MaxOdometer\": 150000,\n        \"IncludeOnlyDataProviders\": [\n            \"Manheim\"\n        ],\n        \"IncludeOnlyAuctionTypes\": [\n            \"Simulcast\",\n            \"Online\"\n        ],\n        \"IncludeOnlyVins\": [],\n        \"IncludeOnlyWithoutAnnouncements\": [\n            \"AsIs\",\n            \"FrameDamage\",\n            \"Salvage\",\n            \"BrandedTitle\",\n            \"Rollback\"\n        ],\n        \"IncludeOnlyWithMakes\": [\n            \"Audi\",\n            \"BMW\",\n            \"Mercedes-Benz\"\n        ],\n        \"IncludeOnlyWithBodyStyles\": [\n            \"Sedan\",\n            \"Coupe\"\n        ],\n        \"IncludeOnlyWithEstRetailValue\": [\n            \"04: 30k - 40k\",\n            \"05: 40k - 50k\",\n            \"06: 50k - 100k\"\n        ],\n        \"OrderBys\": [\n            {\n                \"OrderBy\": \"Make\",\n                \"Descending\": false\n            },\n            {\n                \"OrderBy\": \"EstProfitPotential\",\n                \"Descending\": true\n            }\n        ],\n        \"Offset\": 0,\n        \"Limit\": 100\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/auction-listings-ex04-response.json\">auction-listings-ex04-response.json</a></p>\n<h4 id=\"response-definition\">Response Definition</h4>\n<ul>\n<li><p><strong>errors</strong> object: Errors object. Only included if request fails.</p>\n</li>\n<li><p><strong>response</strong> object: Primary response object. Only included if request is successful.</p>\n<ul>\n<li><p><strong>totalRecords</strong> int: Total listings that match search criteria</p>\n</li>\n<li><p><strong>uiListViewArrays</strong> dictionary[string, array[object]]: Matching results by facet</p>\n<ul>\n<li><p><strong>key</strong> string: Indicator of facet \"optionsFor[Facet]\"</p>\n</li>\n<li><p><strong>value</strong> array[object]: Facet data</p>\n<ul>\n<li><p><strong>text</strong> string:</p>\n<ul>\n<li><p><strong>id</strong> string:</p>\n</li>\n<li><p><strong>isChecked</strong> boolean:</p>\n<ul>\n<li><p><strong>sortBy</strong> string:</p>\n</li>\n<li><p><strong>total</strong> int:</p>\n</li>\n<li><p><strong>selected</strong> int:</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>listings</strong> array[object]: Detailed listings</p>\n<ul>\n<li><p><strong>bookValue</strong> int:</p>\n</li>\n<li><p><strong>appraisalGap</strong> decimal:</p>\n</li>\n<li><p><strong>actualCashValue</strong> decimal:</p>\n</li>\n<li><p><strong>carfaxDealerReport</strong> string:</p>\n</li>\n<li><p><strong>notes</strong> string:</p>\n</li>\n<li><p><strong>auctionName</strong> string:</p>\n</li>\n<li><p><strong>foreignAuctionId</strong> string:</p>\n</li>\n<li><p><strong>auctionListingId</strong> string:</p>\n</li>\n<li><p><strong>vehicleSaleUrl</strong> string:</p>\n</li>\n<li><p><strong>lane</strong> string:</p>\n</li>\n<li><p><strong>run</strong> string:</p>\n</li>\n<li><p><strong>cr</strong> decimal:</p>\n</li>\n<li><p><strong>announcements</strong> string:</p>\n</li>\n<li><p><strong>distance</strong> int:</p>\n</li>\n<li><p><strong>saleDate</strong> string:</p>\n</li>\n<li><p><strong>auctionDataProvider</strong> string:</p>\n</li>\n<li><p><strong>doNotBuy</strong> bool:</p>\n</li>\n<li><p><strong>isFavorite</strong> bool:</p>\n</li>\n<li><p><strong>addedToBuyListBy</strong> string:</p>\n</li>\n<li><p><strong>doNotBuyBy</strong> string:</p>\n</li>\n<li><p><strong>assignedTo</strong> string:</p>\n</li>\n<li><p><strong>ymmLocalMDS</strong> int:</p>\n</li>\n<li><p><strong>ymmLocalDTS</strong> int:</p>\n</li>\n<li><p><strong>ymmLocalMarket100</strong> int:</p>\n</li>\n<li><p><strong>ymmLocalMarket100PricingError</strong> string:</p>\n</li>\n<li><p><strong>ymmWholesaleMarket100</strong> int:</p>\n</li>\n<li><p><strong>ymmWholesaleMarket100PricingError</strong> string:</p>\n</li>\n<li><p><strong>ymmBusinessModelScore</strong> int:</p>\n</li>\n<li><p><strong>ymmInMarket</strong> int:</p>\n</li>\n<li><p><strong>ymmProfitPotential</strong> int:</p>\n</li>\n<li><p><strong>ymmBaseProfitPotential</strong> int:</p>\n</li>\n<li><p><strong>ymmSoldPTM30</strong> decimal:</p>\n</li>\n<li><p><strong>ymmSoldPTM60</strong> decimal:</p>\n</li>\n<li><p><strong>ymmEstProfitSoldPTM30</strong> int:</p>\n</li>\n<li><p><strong>ymmEstProfitSoldPTM60</strong> int:</p>\n</li>\n<li><p><strong>warrantyClass</strong> string:</p>\n</li>\n<li><p><strong>firstSeenTs</strong> int:</p>\n</li>\n<li><p><strong>isNewResult</strong> bool:</p>\n</li>\n<li><p><strong>ctmPotential</strong> decimal:</p>\n</li>\n<li><p><strong>projectedCtm</strong> decimal:</p>\n</li>\n<li><p><strong>buyNowEligible</strong> bool:</p>\n</li>\n<li><p><strong>buyNowPrice</strong> int:</p>\n</li>\n<li><p><strong>buyNowProfitPotential</strong> decimal:</p>\n</li>\n<li><p><strong>buyNowProjectedProfit</strong> decimal:</p>\n</li>\n<li><p><strong>buyNowCtmPotential</strong> decimal:</p>\n</li>\n<li><p><strong>buyNowProjectedCtm</strong> decimal:</p>\n</li>\n<li><p><strong>openingBid</strong> int:</p>\n</li>\n<li><p><strong>openingBidProfitPotential</strong> int:</p>\n</li>\n<li><p><strong>openingBidProjectedProfit</strong> int:</p>\n</li>\n<li><p><strong>openingBidCtmPotential</strong> decimal:</p>\n</li>\n<li><p><strong>openingBidProjectedCtm</strong> decimal:</p>\n</li>\n<li><p><strong>bidPlaced</strong> bool:</p>\n</li>\n<li><p><strong>currentBid</strong> int:</p>\n</li>\n<li><p><strong>currentBidProfitPotential</strong> decimal:</p>\n</li>\n<li><p><strong>currentBidProjectedProfit</strong> decimal:</p>\n</li>\n<li><p><strong>currentBidCtmPotential</strong> decimal:</p>\n</li>\n<li><p><strong>currentBidProjectedCtm</strong> decimal:</p>\n</li>\n<li><p><strong>overallClassification</strong> string:</p>\n</li>\n<li><p><strong>mdsClassification</strong> string:</p>\n</li>\n<li><p><strong>profitClassification</strong> string:</p>\n</li>\n<li><p><strong>volumeClassification</strong> string:</p>\n</li>\n<li><p><strong>dtsClassification</strong> string:</p>\n</li>\n<li><p><strong>appraisalGuid</strong> string:</p>\n</li>\n<li><p><strong>year</strong> int:</p>\n</li>\n<li><p><strong>make</strong> string:</p>\n</li>\n<li><p><strong>model</strong> string:</p>\n</li>\n<li><p><strong>trim</strong> string:</p>\n</li>\n<li><p><strong>canonicalTrim</strong> string:</p>\n</li>\n<li><p><strong>bodyStyle</strong> string:</p>\n</li>\n<li><p><strong>bodyType</strong> string:</p>\n</li>\n<li><p><strong>bodySubType</strong> string:</p>\n</li>\n<li><p><strong>vin</strong> string:</p>\n</li>\n<li><p><strong>mileage</strong> int:</p>\n</li>\n<li><p><strong>engine</strong> string:</p>\n</li>\n<li><p><strong>drivetrain</strong> string:</p>\n</li>\n<li><p><strong>transmission</strong> string:</p>\n</li>\n<li><p><strong>fuelType</strong> string:</p>\n</li>\n<li><p><strong>thumbnailUrl</strong> string:</p>\n</li>\n<li><p><strong>ymm</strong> string:</p>\n</li>\n<li><p><strong>exteriorColor</strong> string:</p>\n</li>\n<li><p><strong>interiorColor</strong> string:</p>\n</li>\n<li><p><strong>salesPerson</strong> string:</p>\n</li>\n<li><p><strong>appraisalStatus</strong> string:</p>\n</li>\n<li><p><strong>tags</strong> string:</p>\n</li>\n<li><p><strong>lockedByUserGuid</strong> string:</p>\n</li>\n<li><p><strong>lockedTime</strong> string:</p>\n</li>\n<li><p><strong>soldRecords</strong> int:</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","public","v2","[your-company-id]","search","inmarketvehicles","auctionlistings"],"host":["[autovision-api-hostname]"],"query":[],"variable":[]}},"response":[],"_postman_id":"662643b4-7c96-4339-8b14-9e1d5925f3fc"}],"id":"5a314b29-7104-45ca-b5e8-49de418bcf99","description":"<p>Search for vehicles currently in market.</p>\n","_postman_id":"5a314b29-7104-45ca-b5e8-49de418bcf99"}],"id":"925a4a12-fcc2-4383-9ed5-1d140d6169ec","description":"<p>Search for vehicles from a variety of market including Retail, Wholesale, and For-Sale-By-Owner.</p>\n","_postman_id":"925a4a12-fcc2-4383-9ed5-1d140d6169ec"},{"name":"Market Analysis","item":[{"name":"Single Vehicle","item":[{"name":"Combined Report","id":"2b12941c-53be-4ef4-b6b8-5ea76433c35f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"[your-api-key]"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Scopes\": [\r\n        \"RetailValuation\",\r\n        \"RetailValuation.RmvMarket\",\r\n        \"RetailValuation.RmvMarket.DetailedListings\",\r\n        \"RetailValuation.RmvMarket.MarketTrends\",\r\n        \"RetailValuation.MarketInsights\",\r\n        \"RetailValuation.LocalMarket\",\r\n        \"RetailValuation.ProfitabilityReport\",\r\n        \"RetailValuation.ProfitabilityReport.EstimatedAuctionValue\",\r\n        \"RetailValuation.ProfitabilityReport.EstimatedTransportCost\",\r\n        \"RetailValuation.ProfitabilityReport.EstimatedReconCost\",\r\n        \"RetailValuation.Artemis\"\r\n    ],\r\n    \"Request\": {\r\n        \"CompanyId\": \"\",\r\n        \"AppraisalId\": \"\",\r\n        \"VIN\": \"\",\r\n        \"VehicleDetails\": {\r\n            \"Year\": 0,\r\n            \"Make\": \"\",\r\n            \"Model\": \"\",\r\n            \"Trim\": \"\",\r\n            \"BodyType\": \"\",\r\n            \"BodySubType\": \"\",\r\n            \"Engine\": \"\",\r\n            \"Transmission\": \"\",\r\n            \"Drivetrain\": \"\",\r\n            \"FuelType\": \"\",\r\n            \"Doors\": 0,\r\n            \"InteriorColor\": \"\",\r\n            \"ExteriorColor\": \"\",\r\n            \"Msrp\": 0,\r\n            \"Odometer\": 0,\r\n            \"RetailPrice\": 0\r\n        },\r\n        \"AuctionDataProviders\": [\r\n        ],\r\n        \"VehicleClass\": \"Used\",\r\n        \"LocationPostalCode\": \"\",\r\n        \"AppraisalPostalCode\": \"\",\r\n        \"ExplicitRadius\": 0,\r\n        \"ExplicitDsa\": 0,\r\n        \"ExplicitMaxListedDom\": 0,\r\n        \"ExplicitYear\": 0,\r\n        \"ExplicitYearsUp\": 0,\r\n        \"ExplicitYearsDown\": 0,\r\n        \"ExplicitMinOdometerAllowed\": 0,\r\n        \"ExplicitMaxOdometerAllowed\": 0,\r\n        \"Include0Odometer\": false,\r\n        \"ExplicitPrice\": 0,\r\n        \"ExplicitPtm\": 0,\r\n        \"DesiredRank\": 0,\r\n        \"ExplicitPercentBelowMarketAllowed\": 0.0,\r\n        \"ExplicitPercentAboveMarketAllowed\": 0.0,\r\n        \"ExcludeCompetitorVins\": [],\r\n        \"SourceExclusionListIds\": [],\r\n        \"SourceInclusionListIds\": [],\r\n        \"ExplicitSourceNameExclusion\": [],\r\n        \"ExplicitSourceNameInclusion\": [],\r\n        \"SelectedConfigs\": [],\r\n        \"SelectedTrims\": [],\r\n        \"SelectedDrivetrains\": [],\r\n        \"SelectedEngines\": [],\r\n        \"SelectedFuelTypes\": [],\r\n        \"SelectedTransmissions\": [],\r\n        \"SelectedBodyStyles\": [],\r\n        \"SelectedExtColors\": [],\r\n        \"SelectedIntColors\": [],\r\n        \"SelectedOptions\": [],\r\n        \"SelectedIsCertified\": [],\r\n        \"SelectedDealerTypes\": [],\r\n        \"SelectedOdometerBands\": [],\r\n        \"IncludePtmAndRankRanges\": true,\r\n        \"IncludeFullListings\": true,\r\n        \"MarketTrendsGrouping\": \"Overall\",\r\n        \"CostEstimation\": {\r\n            \"PackDefaultAmount\": 0,\r\n            \"EstimateTransport\": false,\r\n            \"TransportEstimateType\": \"MinimumPlusCostPerMile\",\r\n            \"TransportCostMinimum\": 0,\r\n            \"TransportCostPerMile\": 0.0,\r\n            \"EstimateRecon\": false,\r\n            \"ReconditioningEstimateType\": \"Flat\",\r\n            \"ReconditioningEstimateAmount\": 0\r\n        }\r\n    }\r\n}"},"url":"https://[autovision-api-hostname]/api/public/v2/[your-company-id]/marketanalysis/singlevehicle/combinedreport","description":"<p>NOTE: The language-specific example request to the right is a complete but blank request designed to show all available parameters and will not execute as-is. See below for several specific runnable examples.</p>\n<p>The combined market analysis report for a single vehicle provides detailed market analysis of the local and custom retail markets, wholesale market, as well as market trends and insights.</p>\n<h4 id=\"request-scopes\">Request Scopes</h4>\n<ul>\n<li><p><strong>RetailValuation</strong> (Required): Primary Scope</p>\n</li>\n<li><p><strong>RetailValuation.RmvMarket</strong> (Optional): Include Custom Retail Market Report in response</p>\n</li>\n<li><p><strong>RetailValuation.RmvMarket.DetailedListings</strong> (Optional): Include Detailed Listings in Custom Retail Market Report</p>\n</li>\n<li><p><strong>RetailValuation.RmvMarket.MarketTrends</strong> (Optional): Include Market Trends Report in response</p>\n</li>\n<li><p><strong>RetailValuation.MarketInsights</strong> (Optional): Include Market Insights Report in response</p>\n</li>\n<li><p><strong>RetailValuation.LocalMarket</strong> (Optional): Include Local Retail Market Report in response</p>\n</li>\n<li><p><strong>RetailValuation.Artemis</strong> (Optional): Include Artemis Report in response</p>\n</li>\n<li><p><strong>RetailValuation.ProfitabilityReport</strong> (Optional): Include Profitability Report in response</p>\n</li>\n<li><p><strong>RetailValuation.ProfitabilityReport.EstimatedAuctionValue</strong> (Optional): Include Estimated Auction Value in Profitability Report</p>\n</li>\n<li><p><strong>RetailValuation.ProfitabilityReport.EstimatedTransportCost</strong> (Optional): Include Transport Reconditioning Cost in Profitability Report</p>\n</li>\n<li><p><strong>RetailValuation.ProfitabilityReport.EstimatedReconCost</strong> (Optional): Include Estimated Reconditioning Cost in Profitability Report</p>\n</li>\n</ul>\n<h4 id=\"request-definition\">Request Definition</h4>\n<ul>\n<li><p><strong>Scopes</strong> array[string] (Required): One or more Request Scopes</p>\n</li>\n<li><p><strong>Request</strong> object (Required): Request parameters</p>\n<ul>\n<li><p><strong>CompanyId</strong> string (Optional): Identifies the AutoVision Account in the context of which the request will be executed (used to default various request parameters). Defaults to CompanyId specified in URI, but the CompanyId of a subordinate AutoVision Account may be specified</p>\n</li>\n<li><p><strong>AppraisalId</strong> string (Conditional): Used to request an existing vehicle that has been appraised or added to inventory in AutoVision in the account associated with the CompanyId</p>\n</li>\n<li><p><strong>VIN</strong> string (Conditional): Used to request any vehicle by VIN</p>\n</li>\n<li><p><strong>NOTE</strong> on <strong>AppraisalId</strong> and <strong>VIN</strong>: One of AppraisalId or VIN is required. If both are specified, AppraisalId will take precedence</p>\n</li>\n<li><p><strong>VehicleDetails</strong> object (Conditional): Vehicle description data for VIN decode. Required if VIN is specified. It is recommended to specify as many parameters are possible for matching and ranking/categorizing purposes. If a definitive match cannot be made using VIN and this suppiemental data, the best match configuration will be selected.</p>\n<ul>\n<li><p><strong>Year</strong> int (Optional): Supplemental Year information</p>\n</li>\n<li><p><strong>Make</strong> string (Optional): Supplemental Make information</p>\n</li>\n<li><p><strong>Model</strong> string (Optional): Supplemental Model information</p>\n</li>\n<li><p><strong>Trim</strong> string (Optional): Supplemental Trim information</p>\n</li>\n<li><p><strong>BodyType</strong> string (Optional): Supplemental Bodystyle information</p>\n</li>\n<li><p><strong>BodySubType</strong> string (Optional): Supplemental Body Sub-style information (e.g. Pickup Cab Size)</p>\n</li>\n<li><p><strong>Engine</strong> string (Optional): Supplemental Engine information</p>\n</li>\n<li><p><strong>Transmission</strong> string (Optional): Supplemental Transmission information</p>\n</li>\n<li><p><strong>Drivetrain</strong> string (Optional): Supplemental Drivetrain information</p>\n</li>\n<li><p><strong>FuelType</strong> string (Optional): Supplemental Fuel Type information</p>\n</li>\n<li><p><strong>Doors</strong> int (Optional): Supplemental Door count information</p>\n</li>\n<li><p><strong>InteriorColor</strong> string (Optional): Supplemental Interior Color information</p>\n</li>\n<li><p><strong>ExteriorColor</strong> string (Optional): Supplemental Exterior Color information</p>\n</li>\n<li><p><strong>Msrp</strong> int (Optional): Supplemental MSRP information</p>\n</li>\n<li><p><strong>Odometer</strong> int (Conditional): Supplemental Odometer information. If not specified with AppraisalId, will default to odometer of vehicle associated with AppraisalId. If not specified with VIN and the vehicle is found in auction listings associated with one of AuctionDataProviders, will default to odometer of auction listing. Will override value from Appraisal or Auction Listing if specified.</p>\n</li>\n<li><p><strong>RetailPrice</strong> int (Conditional): Supplemental Retail Price information. If not specified with AppraisalId, will default to active list price of vehicle in AutoVision. If not specified with VIN and the vehicle is found in auction listings associated with one of AuctionDataProviders, Buy Now Price from the auction listing will be used (if available). Will override value from Appraisal or Auction Listing if specified.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>AuctionDataProviders</strong> array[string] (Conditional): Required if your account is authorized to appraise VINs at specific auctions only, rather than any arbitrary VIN. If VIN is specified, will be used to search auction listings for supplemental data including but not limited to Trim (if not VIN-decodable), Odometer, Buy Now Price, etc. If not specified will default to list of providers associated with API Key. If VIN is found at multiple matching auctions (for one or more AuctionDataProviders), an auction listing will be selected at random. Accepted values: \"ADESA\", \"Ally\", \"AuctionEdge\", \"Manheim\"</p>\n</li>\n<li><p><strong>VehicleClass</strong> string (Optional): Override for vehicle class. If specified with AppraisalId or VIN, will override class of vehicle for valuation purposes. Defalults to class of existing appraisal if AppraisalId is specified. Defaults to Used if VIN is specified. Accepted values: \"New\", \"Used\"</p>\n</li>\n<li><p><strong>LocationPostalCode</strong> string (Optional): Location of vehicle for estimating transport costs. If VIN is specified, defaults to auction location, then location of AutoVision Account associated with CompanyId. If AppraisalId is specified, defaults to location of Appraisal associated with AppraisalId</p>\n</li>\n<li><p><strong>AppraisalPostalCode</strong> string (Optional): Location for which to generate valuation. Defaults to location of Account associated with CompanyId</p>\n</li>\n<li><p><strong>ExplicitRadius</strong> int (Optional): Maximum Radius to include in search (from center of AppraisalPostalCode)</p>\n</li>\n<li><p><strong>ExplicitDsa</strong> int (Optional): Maximum Days Since Active to include in search. Accepted values: 2 - 60</p>\n</li>\n<li><p><strong>NOTE</strong> on <strong>ExplicitRadius</strong> and <strong>ExplicitDsa:</strong></p>\n<ul>\n<li><p>In conjunction with AppraisalId, if either ExplicitRadius or ExplicitDsa is left blank or specified as 0, both will default to the Custom Market Distance and Custom Market DSA saved for the corresponding Appraisal in AutoVision</p>\n</li>\n<li><p>If both ExplicitRadius and ExplicitDsa are specified with AppraisalId, the Appraisal's Custom Market Distance and Custom Market DSA will be updated to reflect the specified values</p>\n</li>\n<li><p>In conjunction with VIN, if either ExplicitRadius and ExplicitDsa is left blank or specified as 0, a search will be performed based on the Account's configured Retail Market settings to identify an initial market (within the bound of the Account's Retail Market Settings)</p>\n</li>\n<li><p>If both ExplicitRadius and ExplicitDsa are specified, it is recommended that other selection &amp; filter criteria are explicitly specified as well. Some values will default to dealer settings if not supplied, and the API response will indicate the criteria used.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>ExplicitMaxListedDom</strong> int (Optional): Include only results with Days on Market &lt;= ExplicitMaxListedDom</p>\n</li>\n<li><p><strong>ExplicitYear</strong> int (Optional): Include results for a Year other than the Year indicated by the VIN</p>\n</li>\n<li><p><strong>ExplicitYearsUp</strong> int (Optional): Include results for ExplicitYear plus ExplicitYearsUp years newer. Ignored if ExplicitYear is not specified</p>\n</li>\n<li><p><strong>ExplicitYearsDown</strong> int (Optional): Include results for ExplicitYear plus ExplicitYearsDown years older. Ignored if ExplicitYear is not specified</p>\n</li>\n<li><p><strong>ExplicitMinOdometerAllowed</strong> int (Optional): Include results with Odometer &gt;= ExplicitMinOdometerAllowed. Defaults to dealer settings if not supplied or set to 0.</p>\n</li>\n<li><p><strong>ExplicitMaxOdometerAllowed</strong> int (Optional): Include results with Odometer &lt;= ExplicitMaxOdometerAllowed. Defaults to dealer settings if not supplied or set to 0.</p>\n</li>\n<li><p><strong>Include0Odometer</strong> bool (Optional): Include results with no Odometer or with 0 listed Odometer. Defaults to false. Results with 0 Odometer cannot be priced or ranked for VehicleClass Used</p>\n</li>\n<li><p><strong>ExplicitPrice</strong> int (Optional): Option to return the selected market analysis with the Price of vehicle identified by AppraisalId or VIN forced to ExplicitPrice</p>\n</li>\n<li><p><strong>ExplicitPtm</strong> decimal (Optional): Option to return the selected market analysis with the Percent to Market of vehicle identified by AppraisalId or VIN forced to ExplicitPtm</p>\n</li>\n<li><p><strong>DesiredRank</strong> int (Optional): Option to return the selected market analysis with the Rank of vehicle identified by AppraisalId or VIN forced to DesiredRank (if possible)</p>\n</li>\n<li><p><strong>ExplicitPercentBelowMarketAllowed</strong> decimal (Optional): Include results priced at &gt;= ExplicitPercentBelowMarketAllowed their calculated market value. Expressed as a decimal where 0.5 = 50% of claculated market value</p>\n</li>\n<li><p><strong>ExplicitPercentAboveMarketAllowed</strong> decimal (Optional): Include results priced at &lt;= ExplicitPercentAboveMarketAllowed their calculated market value. Expressed as a decimal where 1.5 = 150% of claculated market value</p>\n</li>\n<li><p><strong>ExcludeCompetitorVins</strong> array[string] Optional: Option to exclude specific vehicles from the competetive set by VIN</p>\n</li>\n<li><p><strong>SourceExclusionListIds</strong> array[string] Optional: Option to exclude all competetive vehicles from specific dealers.</p>\n</li>\n<li><p><strong>SourceInclusionListIds</strong> array[string] Optional: Option to include only competetive vehicles from specific dealers</p>\n</li>\n<li><p><strong>NOTE</strong> on <strong>SourceExclusionListIds</strong> and <strong>SourceInclusionListIds</strong>: These parameters identify lists of keyword filters configured in the AutoVision Account associated with CompanyId. If lists are configured in AutoVision and selected as default in the Account's Retail Settings, they will be applied even if not specified here.</p>\n</li>\n<li><p><strong>ExplicitSourceNameExclusion</strong> array[string] Optional: Option to exclude all competetive vehicles from dealers whose name matches specific keywords</p>\n</li>\n<li><p><strong>ExplicitSourceNameInclusion</strong> array[string] Optional: Option to include only competetive vehicles from dealers whose name matches specific keywords</p>\n</li>\n<li><p><strong>SelectedConfigs</strong> array[string] Optional: Include only vehicles with matching Config (Canonical Trim + Drivetrain)</p>\n</li>\n<li><p><strong>SelectedTrims</strong> array[string] Optional: Include only vehicles with matching Canonical Trim</p>\n</li>\n<li><p><strong>SelectedDrivetrains</strong> array[string] Optional: Include only vehicles with matching Drivetrain</p>\n</li>\n<li><p><strong>SelectedEngines</strong> array[string] Optional: Include only vehicles with matching Engine</p>\n</li>\n<li><p><strong>SelectedFuelTypes</strong> array[string] Optional: Include only vehicles with matching Fuel Type</p>\n</li>\n<li><p><strong>SelectedTransmissions</strong> array[string] Optional: Include only vehicles with matching Transmission</p>\n</li>\n<li><p><strong>SelectedBodyStyles</strong> array[string] Optional: Include only vehicles with matching Body Style</p>\n</li>\n<li><p><strong>SelectedExtColors</strong> array[string] Optional: Include only vehicles with matching Exterior Color</p>\n</li>\n<li><p><strong>SelectedIntColors</strong> array[string] Optional: Include only vehicles with matching Interior Color</p>\n</li>\n<li><p><strong>SelectedOptions</strong> array[string] Optional: Include only vehicles with matching Options (common options and special packages)</p>\n</li>\n<li><p><strong>SelectedIsCertified</strong> array[string] Optional: Include only CPO/Non-CPO vehicles</p>\n</li>\n<li><p><strong>SelectedDealerTypes</strong> array[string] Optional: Include only vehicles listed at Franchise/Independent dealerships</p>\n</li>\n<li><p><strong>SelectedOdometerBands</strong> array[string] Optional: Include only vehicles with matching Odometer range</p>\n</li>\n<li><p><strong>NOTE</strong> on <strong>Selected[Facet]</strong>: Any request will return results indicating the availability of any given value in the selected market, as well as the available values in the selected market.</p>\n<ul>\n<li><strong>response.customMarketAnalysisReport.uiListViewArrays.optionsFor[Facet]</strong>: Available values for a given facet in the selected market as well as count of vehicles and a selection of market metrics for the selection of vehicles for which the facet was reported. Use the <strong>id</strong> property when specifying values in <strong>Selected[Facet]</strong>.</li>\n</ul>\n</li>\n<li><p><strong>IncludePtmAndRankRanges</strong> bool (Optional): Option to include Percent to Market and Rank ranges</p>\n<ul>\n<li><p>PTM Ranges include min/max Price and Rank for vehicles valued at any given Percent-to-Market included in the response</p>\n</li>\n<li><p>Rank Ranges include min/max Price and PTM to required in order to achieve a desired rank in the selected market</p>\n</li>\n</ul>\n</li>\n<li><p><strong>IncludeFullListings</strong> bool (Optional): Option to include detailed retail market listings in the response (including Dealer Name, VDP URL, and other details)</p>\n</li>\n<li><p><strong>MarketTrendsGrouping</strong> string (Optional): If Market Trends report is included in response, defines how results are grouped. Accepted values: Overall, DealerType, Year, BodyStyle, Trim</p>\n</li>\n<li><p><strong>CostEstimation</strong> object (Optional): Reconditioning and Transport Cost estimation parameters may be configured in the AutoVision Account associated with CompanyId and/or may be specified here. If specified in the request, all values from the CostEstimation will be used, even if blank. If not specified in the request, all values from the AutoVision Account configuration will be used.</p>\n<ul>\n<li><p><strong>PackDefaultAmount</strong> int (Optional): Default Pack. Defaults to 0</p>\n</li>\n<li><p><strong>EstimateTransport</strong> boolean (Conditional): Include Estimated Transport Cost in Cost Estimation. Required to be specified as true if any Transport-related parameters (below) are included. Defaults to false</p>\n</li>\n<li><p><strong>TransportEstimateType</strong> string (Conditional): Required if EstimateTransport is specified true. Accepted Values: MinimumPlusCostPerMile</p>\n</li>\n<li><p><strong>TransportCostMinimum</strong> int (Required): Minimum Cost of Transport (Dollar amount)</p>\n</li>\n<li><p><strong>TransportCostPerMile</strong> decimal (Optional): Additional Transport Cost per Mile (Dollar amount)</p>\n</li>\n<li><p><strong>EstimateRecon</strong> boolean (Conditional): Include Estimated Reconditioning Cost in Cost Estimation. Required to be specified as true if any Reconditioning-related parameters (below) are included. Defaults to false</p>\n</li>\n<li><p><strong>ReconditioningEstimateType</strong> string (Conditional): Required if EstimateRecon is specified true. Model for estimating Reconditioning costs. Defaults to None. Accepted Values: Flat, Percent</p>\n</li>\n<li><p><strong>ReconditioningEstimateAmount</strong> decimal (Required): Estimated Reconditioning Cost (Dollar amount if ReconditioningEstimateType specified as Flat, Percent of Cost if ReconditioningEstimateType specified as Percent)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>NOTE on selection criteria and filters:</p>\n<ul>\n<li><p>The following request parameters are used to make an initial selection of vehicles to be evaluated in the selecte market:. Vehicle which do not match these criteria will not be included in the response.</p>\n<ul>\n<li><p>AppraisalPostalCode + ExplicitRadius</p>\n</li>\n<li><p>ExplicitDsa + ExplicitMaxListedDom</p>\n</li>\n<li><p>ExplicitYear + ExplicitYearsUp + ExplicitYearsDown</p>\n</li>\n<li><p>ExplicitMinOdometerAllowed + ExplicitMaxOdometerAllowed</p>\n</li>\n<li><p>SelectedDealerTypes</p>\n</li>\n<li><p>SelectedIsCertified</p>\n</li>\n<li><p>SourceExclusionListIds + SourceInclusionListIds + ExplicitSourceNameInclusion + ExplicitSourceNameExclusion</p>\n</li>\n</ul>\n</li>\n<li><p>All other filter criteria are evaluated after the initial selection of vehicles in market has been made, and if vehicles are excluded from the selected market by any other criteria they will be included in the response with an indicator that they have been filtered out of the pricing and metrics for the selected market segment.</p>\n</li>\n</ul>\n<h4 id=\"example-requests\">Example Requests</h4>\n<p>StartFragment</p>\n<p>Example responses are provided as links due to the response size.</p>\n<p>EndFragment</p>\n<p><strong>Example 1: Minimal request by VIN (if Account is authorized to appraise any VIN), including complete retail market response data.</strong></p>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"RetailValuation\",\n        \"RetailValuation.RmvMarket\",\n        \"RetailValuation.RmvMarket.DetailedListings\",\n        \"RetailValuation.RmvMarket.MarketTrends\",\n        \"RetailValuation.MarketInsights\",\n        \"RetailValuation.LocalMarket\",\n        \"RetailValuation.ProfitabilityReport\",\n        \"RetailValuation.ProfitabilityReport.EstimatedAuctionValue\",\n        \"RetailValuation.ProfitabilityReport.EstimatedTransportCost\",\n        \"RetailValuation.ProfitabilityReport.EstimatedReconCost\"\n    ],\n    \"Request\": {\n        \"VIN\": \"2C3CDXBG5JH152314\",\n        \"VehicleDetails\": {\n            \"Trim\": \"SXT\",\n            \"BodyType\": \"Sedan\",\n            \"Engine\": \"V6\",\n            \"Transmission\": \"Automatic\",\n            \"Drivetrain\": \"RWD\",\n            \"Doors\": \"4\",\n            \"InteriorColor\": \"Black\",\n            \"ExteriorColor\": \"Red\",\n            \"Odometer\": 60000\n        },\n        \"IncludePtmAndRankRanges\": true,\n        \"IncludeFullListings\": true,\n        \"MarketTrendsGrouping\": \"Overall\"\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/combined-report-ex01-response.json\">combined-report-ex01-response.json</a></p>\n<p><strong>Example 2: Minimal request by VIN (if Account is authorized to appraise VINs for Scoped Auction Data Providers), including complete retail market response data.</strong></p>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"RetailValuation\",\n        \"RetailValuation.RmvMarket\",\n        \"RetailValuation.RmvMarket.DetailedListings\",\n        \"RetailValuation.RmvMarket.MarketTrends\",\n        \"RetailValuation.MarketInsights\",\n        \"RetailValuation.LocalMarket\",\n        \"RetailValuation.ProfitabilityReport\",\n        \"RetailValuation.ProfitabilityReport.EstimatedAuctionValue\",\n        \"RetailValuation.ProfitabilityReport.EstimatedTransportCost\",\n        \"RetailValuation.ProfitabilityReport.EstimatedReconCost\"\n    ],\n    \"Request\": {\n        \"VIN\": \"2C3CDXGJ7NH225547\",\n        \"AuctionDataProviders\": [\n            \"AuctionEdge\"\n        ],\n        \"VehicleDetails\": {\n            \"Trim\": \"Scat Pack\"\n        },\n        \"IncludePtmAndRankRanges\": true,\n        \"IncludeFullListings\": true,\n        \"MarketTrendsGrouping\": \"Overall\"\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/combined-report-ex02-response.json\">combined-report-ex02-response.json</a></p>\n<p><strong>Example 3: Detailed request by VIN, including complete retail market response data and market trends by year.</strong></p>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"RetailValuation\",\n        \"RetailValuation.RmvMarket\",\n        \"RetailValuation.RmvMarket.DetailedListings\",\n        \"RetailValuation.RmvMarket.MarketTrends\",\n        \"RetailValuation.MarketInsights\",\n        \"RetailValuation.LocalMarket\",\n        \"RetailValuation.ProfitabilityReport\",\n        \"RetailValuation.ProfitabilityReport.EstimatedAuctionValue\",\n        \"RetailValuation.ProfitabilityReport.EstimatedTransportCost\",\n        \"RetailValuation.ProfitabilityReport.EstimatedReconCost\"\n    ],\n    \"Request\": {\n        \"CompanyId\": \"\",\n        \"AppraisalId\": \"\",\n        \"VIN\": \"2C3CDXBG5JH152314\",\n        \"AuctionDataProviders\": [\n            \"Manheim\"\n        ],\n        \"VehicleDetails\": {\n            \"Trim\": \"SXT\",\n            \"Odometer\": 37807,\n            \"RetailPrice\": 24065\n        },\n        \"VehicleClass\": \"Used\",\n        \"LocationPostalCode\": \"\",\n        \"AppraisalPostalCode\": \"85014\",\n        \"ExplicitRadius\": 207,\n        \"ExplicitDsa\": 7,\n        \"ExplicitMaxListedDom\": 0,\n        \"ExplicitYear\": 2018,\n        \"ExplicitYearsUp\": 1,\n        \"ExplicitYearsDown\": 1,\n        \"ExplicitMinOdometerAllowed\": 1,\n        \"ExplicitMaxOdometerAllowed\": 153320,\n        \"Include0Odometer\": false,\n        \"ExplicitPrice\": 0,\n        \"ExplicitPtm\": 0,\n        \"DesiredRank\": 0,\n        \"ExplicitPercentBelowMarketAllowed\": 0.5,\n        \"ExplicitPercentAboveMarketAllowed\": 1.5,\n        \"ExcludeCompetitorVins\": [],\n        \"SourceExclusionListIds\": [\n            \"85ca4a75-d5b8-7108-3d4b-f827ea5ee76c\"\n        ],\n        \"SourceInclusionListIds\": null,\n        \"ExplicitSourceNameExclusion\": null,\n        \"ExplicitSourceNameInclusion\": null,\n        \"SelectedConfigs\": [\n            \"SXT 2WD\"\n        ],\n        \"SelectedTrims\": [\n            \"SXT\"\n        ],\n        \"SelectedDrivetrains\": [\n            \"2WD\"\n        ],\n        \"SelectedEngines\": [],\n        \"SelectedFuelTypes\": [],\n        \"SelectedTransmissions\": [],\n        \"SelectedBodyStyles\": [\n            \"Sedan\"\n        ],\n        \"SelectedExtColors\": [],\n        \"SelectedIntColors\": [],\n        \"SelectedOptions\": [],\n        \"SelectedIsCertified\": [],\n        \"SelectedDealerTypes\": [],\n        \"SelectedOdometerBands\": [],\n        \"IncludePtmAndRankRanges\": true,\n        \"IncludeFullListings\": true,\n        \"MarketTrendsGrouping\": \"Year\"\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/combined-report-ex03-response.json\">combined-report-ex03-response.json</a></p>\n<p><strong>Example 4: Minimal request by VIN (if Account is authorized to appraise any VIN), including only minimal custom retail market response data.</strong></p>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"RetailValuation\",\n        \"RetailValuation.RmvMarket\"\n    ],\n    \"Request\": {\n        \"VIN\": \"1C4RJFBG4JC336333\",\n        \"VehicleDetails\": {\n            \"Trim\": \"Limited\",\n            \"BodyType\": \"SUV\",\n            \"Engine\": \"V6\",\n            \"Transmission\": \"Automatic\",\n            \"Drivetrain\": \"4WD\",\n            \"Doors\": \"4\",\n            \"InteriorColor\": \"Black\",\n            \"ExteriorColor\": \"Grey\",\n            \"Odometer\": 53993\n        },\n        \"IncludePtmAndRankRanges\": true,\n        \"IncludeFullListings\": true,\n        \"MarketTrendsGrouping\": \"Overall\"\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/combined-report-ex04-response.json\">combined-report-ex04-response.json</a></p>\n<p><strong>Example 5: Minimal request by VIN (if Account is authorized to appraise any VIN), including only detailed custom retail market response data.</strong><br />Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"RetailValuation\",\n        \"RetailValuation.RmvMarket\",\n        \"RetailValuation.RmvMarket.DetailedListings\"\n    ],\n    \"Request\": {\n        \"VIN\": \"1C4RJFBG4JC336333\",\n        \"VehicleDetails\": {\n            \"Trim\": \"Limited\",\n            \"BodyType\": \"SUV\",\n            \"Engine\": \"V6\",\n            \"Transmission\": \"Automatic\",\n            \"Drivetrain\": \"4WD\",\n            \"Doors\": \"4\",\n            \"InteriorColor\": \"Black\",\n            \"ExteriorColor\": \"Grey\",\n            \"Odometer\": 53993\n        },\n        \"IncludePtmAndRankRanges\": true,\n        \"IncludeFullListings\": true,\n        \"MarketTrendsGrouping\": \"Overall\"\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/combined-report-ex05-response.json\">combined-report-ex05-response.json</a></p>\n<p><strong>Example 6: Minimal request by VIN (if Account is authorized to appraise any VIN), including only market trends response data.</strong><br />Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"RetailValuation\",\n        \"RetailValuation.RmvMarket\",\n        \"RetailValuation.RmvMarket.MarketTrends\"\n    ],\n    \"Request\": {\n        \"VIN\": \"1C4RJFBG4JC336333\",\n        \"VehicleDetails\": {\n            \"Trim\": \"Limited\",\n            \"BodyType\": \"SUV\",\n            \"Engine\": \"V6\",\n            \"Transmission\": \"Automatic\",\n            \"Drivetrain\": \"4WD\",\n            \"Doors\": \"4\",\n            \"InteriorColor\": \"Black\",\n            \"ExteriorColor\": \"Grey\",\n            \"Odometer\": 53993\n        },\n        \"IncludePtmAndRankRanges\": true,\n        \"IncludeFullListings\": true,\n        \"MarketTrendsGrouping\": \"Overall\"\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/combined-report-ex06-response.json\">combined-report-ex06-response.json</a></p>\n<p><strong>Example 7: Minimal request by VIN (if Account is authorized to appraise any VIN), including only market insights response data.</strong></p>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"RetailValuation\",\n        \"RetailValuation.MarketInsights\"\n    ],\n    \"Request\": {\n        \"VIN\": \"1C4RJFBG4JC336333\",\n        \"VehicleDetails\": {\n            \"Trim\": \"Limited\",\n            \"BodyType\": \"SUV\",\n            \"Engine\": \"V6\",\n            \"Transmission\": \"Automatic\",\n            \"Drivetrain\": \"4WD\",\n            \"Doors\": \"4\",\n            \"InteriorColor\": \"Black\",\n            \"ExteriorColor\": \"Grey\",\n            \"Odometer\": 53993\n        },\n        \"IncludePtmAndRankRanges\": true,\n        \"IncludeFullListings\": true,\n        \"MarketTrendsGrouping\": \"Overall\"\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/combined-report-ex07-response.json\">combined-report-ex07-response.json</a></p>\n<p><strong>Example 8: Minimal request by VIN (if Account is authorized to appraise any VIN), including only local retail market response data.</strong></p>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"RetailValuation\",\n        \"RetailValuation.LocalMarket\"\n    ],\n    \"Request\": {\n        \"VIN\": \"1C4RJFBG4JC336333\",\n        \"VehicleDetails\": {\n            \"Trim\": \"Limited\",\n            \"BodyType\": \"SUV\",\n            \"Engine\": \"V6\",\n            \"Transmission\": \"Automatic\",\n            \"Drivetrain\": \"4WD\",\n            \"Doors\": \"4\",\n            \"InteriorColor\": \"Black\",\n            \"ExteriorColor\": \"Grey\",\n            \"Odometer\": 53993\n        },\n        \"IncludePtmAndRankRanges\": true,\n        \"IncludeFullListings\": true,\n        \"MarketTrendsGrouping\": \"Overall\"\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/combined-report-ex08-response.json\">combined-report-ex08-response.json</a></p>\n<p><strong>Example 9: Minimal request by VIN (if Account is authorized to appraise any VIN), including only profitability report response data.</strong></p>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"RetailValuation\",\n        \"RetailValuation.ProfitabilityReport\",\n        \"RetailValuation.ProfitabilityReport.EstimatedAuctionValue\",\n        \"RetailValuation.ProfitabilityReport.EstimatedTransportCost\",\n        \"RetailValuation.ProfitabilityReport.EstimatedReconCost\"\n    ],\n    \"Request\": {\n        \"VIN\": \"1C4RJFBG4JC336333\",\n        \"VehicleDetails\": {\n            \"Trim\": \"Limited\",\n            \"BodyType\": \"SUV\",\n            \"Engine\": \"V6\",\n            \"Transmission\": \"Automatic\",\n            \"Drivetrain\": \"4WD\",\n            \"Doors\": \"4\",\n            \"InteriorColor\": \"Black\",\n            \"ExteriorColor\": \"Grey\",\n            \"Odometer\": 53993\n        },\n        \"IncludePtmAndRankRanges\": true,\n        \"IncludeFullListings\": true,\n        \"MarketTrendsGrouping\": \"Overall\"\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/combined-report-ex09-response.json\">combined-report-ex09-response.json</a></p>\n<p><strong>Example 10: Minimal Artemis request with AppraisalId</strong></p>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"RetailValuation\",\n        \"RetailValuation.Artemis\"\n    ],\n    \"Request\": {\n        \"AppraisalId\": \"d9477720-c527-4e3b-8554-7a5bc1ea3ca3\"\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/combined-report-ex10-response.json\">combined-report-ex10-response.json</a></p>\n<p><strong>Example 11: Minimal Artemis request with VIN</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Scopes\": [\n        \"RetailValuation\",\n        \"RetailValuation.Artemis\"\n    ],\n    \"Request\": {\n        \"VIN\": \"JTDKN3DU5D1640201\",\n        \"VehicleDetails\": {\n            \"Trim\": \"Four\",\n            \"Odometer\": 31311\n        }\n    }\n}\n\n</code></pre>\n<p>Response: <a href=\"https://hotstorebincarlst.blob.core.windows.net/public-assets/api-docs-examples/combined-report-ex11-response.json\">combined-report-ex11-response.json</a></p>\n<h4 id=\"response-definition\">Response Definition</h4>\n<ul>\n<li><p><strong>errors</strong> object: Errors object. Only included if request fails.</p>\n</li>\n<li><p><strong>response</strong> object: Primary response object. Only included if request is successful.</p>\n<ul>\n<li><p><strong>localMarketAnalysisReport</strong> object: Local Market Analysis Report</p>\n<ul>\n<li><p><strong>radiusDiameterIndicatorMeters</strong> decimal:</p>\n</li>\n<li><p><strong>centralPointPostalCode</strong> string:</p>\n</li>\n<li><p><strong>centralPointLat</strong> decimal:</p>\n</li>\n<li><p><strong>centralPointLong</strong> decimal:</p>\n</li>\n<li><p><strong>vehicleClass</strong> string:</p>\n</li>\n<li><p><strong>dataRegion</strong> string:</p>\n</li>\n<li><p><strong>radiusType</strong> string:</p>\n</li>\n<li><p><strong>radiusIdentifier</strong> string:</p>\n</li>\n<li><p><strong>radiusTitle</strong> string:</p>\n</li>\n<li><p><strong>retailDataType</strong> string:</p>\n</li>\n<li><p><strong>wholesaleDataType</strong> string:</p>\n</li>\n<li><p><strong>activeDom</strong> int:</p>\n</li>\n<li><p><strong>activeUnits</strong> int:</p>\n</li>\n<li><p><strong>activeAvgListPrice</strong> int:</p>\n</li>\n<li><p><strong>activeDealers</strong> int:</p>\n</li>\n<li><p><strong>activeAvgMiles</strong> int:</p>\n</li>\n<li><p><strong>activeAvgMsrp</strong> int:</p>\n</li>\n<li><p><strong>activeMds</strong> int:</p>\n</li>\n<li><p><strong>activeMarketValue</strong> decimal:</p>\n</li>\n<li><p><strong>activeMarketPricingError</strong> string:</p>\n</li>\n<li><p><strong>soldDts</strong> int:</p>\n</li>\n<li><p><strong>soldUnits</strong> int:</p>\n</li>\n<li><p><strong>soldAvgListPrice</strong> int:</p>\n</li>\n<li><p><strong>soldDealers</strong> int:</p>\n</li>\n<li><p><strong>soldAvgMiles</strong> int:</p>\n</li>\n<li><p><strong>soldAvgMsrp</strong> int:</p>\n</li>\n<li><p><strong>soldMarketValue</strong> decimal:</p>\n</li>\n<li><p><strong>soldMarketPricingError</strong> string:</p>\n</li>\n<li><p><strong>soldPTM30Units</strong> int:</p>\n</li>\n<li><p><strong>soldPTM30</strong> decimal:</p>\n</li>\n<li><p><strong>retailBookSoldPTM30</strong> decimal:</p>\n</li>\n<li><p><strong>soldPTM60Units</strong> int:</p>\n</li>\n<li><p><strong>soldPTM60</strong> decimal:</p>\n</li>\n<li><p><strong>retailBookSoldPTM60</strong> decimal:</p>\n</li>\n<li><p><strong>score</strong> int:</p>\n</li>\n<li><p><strong>scoreDetails</strong> object: null,</p>\n</li>\n<li><p><strong>marketGrade</strong> string:</p>\n</li>\n<li><p><strong>retailActiveMarketModel</strong> object: null,</p>\n</li>\n<li><p><strong>retailSoldModel</strong> object: null,</p>\n</li>\n<li><p><strong>retailBlendedModel</strong> object: null,</p>\n</li>\n<li><p><strong>retailBlendedModelDsa</strong> int:</p>\n</li>\n<li><p><strong>wholesaleAdjustedModel</strong> object: null,</p>\n</li>\n<li><p><strong>wholesaleAdjustedModelDsa</strong> int:</p>\n</li>\n<li><p><strong>retailFallbackModels</strong> array[object]: null,</p>\n</li>\n<li><p><strong>retailTotal</strong> int:</p>\n</li>\n<li><p><strong>retailMinMiles</strong> int:</p>\n</li>\n<li><p><strong>retailAvgMiles</strong> decimal:</p>\n</li>\n<li><p><strong>retailMaxMiles</strong> int:</p>\n</li>\n<li><p><strong>retailMinMsrp</strong> int:</p>\n</li>\n<li><p><strong>retailAvgMsrp</strong> decimal:</p>\n</li>\n<li><p><strong>retailMaxMsrp</strong> int:</p>\n</li>\n<li><p><strong>retailMinPrice</strong> decimal:</p>\n</li>\n<li><p><strong>retailAvgPrice</strong> decimal:</p>\n</li>\n<li><p><strong>retailMaxPrice</strong> decimal:</p>\n</li>\n<li><p><strong>wholesaleTotal</strong> int:</p>\n</li>\n<li><p><strong>wholesaleMinMiles</strong> int:</p>\n</li>\n<li><p><strong>wholesaleAvgMiles</strong> decimal:</p>\n</li>\n<li><p><strong>wholesaleMaxMiles</strong> int:</p>\n</li>\n<li><p><strong>wholesaleMinPrice</strong> decimal:</p>\n</li>\n<li><p><strong>wholesaleAvgPrice</strong> decimal:</p>\n</li>\n<li><p><strong>wholesaleMaxPrice</strong> decimal:</p>\n</li>\n<li><p><strong>distanceMiles</strong> int:</p>\n</li>\n<li><p><strong>estimatedProfit</strong> int:</p>\n</li>\n<li><p><strong>estProfitSoldPTM30</strong> int:</p>\n</li>\n<li><p><strong>estProfitSoldPTM60</strong> int:</p>\n</li>\n<li><p><strong>estimatedWholesalePrice</strong> int:</p>\n</li>\n<li><p><strong>estimatedReconCost</strong> int:</p>\n</li>\n<li><p><strong>estimatedTransportCost</strong> int:</p>\n</li>\n<li><p><strong>estimatedWholesaleCostPlus</strong> int:</p>\n</li>\n<li><p><strong>retailMarket100</strong> int:</p>\n</li>\n<li><p><strong>marketReportDays</strong> array[object]: null</p>\n</li>\n<li><p><strong>reportType</strong> string:</p>\n</li>\n</ul>\n</li>\n<li><p><strong>customMarketAnalysisReport</strong> object: Custom Market Analysis Report</p>\n<ul>\n<li><p><strong>pctToMarketRanges</strong> dictionary[string, object]:</p>\n<ul>\n<li><p><strong>key</strong> string: PTM as a decimal-formatted string</p>\n</li>\n<li><p><strong>value</strong> object: Market Range (Price, Rank)</p>\n<ul>\n<li><p><strong>minPrice</strong> decimal:</p>\n</li>\n<li><p><strong>maxPrice</strong> decimal:</p>\n</li>\n<li><p><strong>minRank</strong> decimal:</p>\n</li>\n<li><p><strong>maxRank</strong> decimal:</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>rankRanges</strong> dictionary[string, object]:</p>\n<ul>\n<li><p><strong>key</strong> string: Rank as an int-formatted string</p>\n</li>\n<li><p><strong>value</strong> object: Market Range (Price, Rank)</p>\n<ul>\n<li><p><strong>minPrice</strong> decimal:</p>\n</li>\n<li><p><strong>maxPrice</strong> decimal:</p>\n</li>\n<li><p><strong>minPct</strong> decimal:</p>\n</li>\n<li><p><strong>maxPct</strong> decimal:</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>current60DayRankableResults</strong> array[object]: null</p>\n</li>\n<li><p><strong>selectedListings</strong> array[object]: Ranked Listings</p>\n<ul>\n<li><p><strong>vin</strong> string:</p>\n</li>\n<li><p><strong>listPrice</strong> decimal:</p>\n</li>\n<li><p><strong>marketValue</strong> decimal:</p>\n</li>\n<li><p><strong>pricingError</strong> string:</p>\n</li>\n<li><p><strong>rank</strong> int:</p>\n</li>\n<li><p><strong>marketDelta</strong> decimal:</p>\n</li>\n<li><p><strong>percentToMarket</strong> decimal:</p>\n</li>\n<li><p><strong>lastPtm</strong> decimal:</p>\n</li>\n<li><p><strong>isThisVIN</strong> boolean:</p>\n</li>\n<li><p><strong>dsa</strong> int:</p>\n</li>\n</ul>\n</li>\n<li><p><strong>vehicleClass</strong> string:</p>\n</li>\n<li><p><strong>pricingError</strong> string:</p>\n</li>\n<li><p><strong>marketPrice</strong> decimal:</p>\n</li>\n<li><p><strong>desiredPrice</strong> decimal:</p>\n</li>\n<li><p><strong>desiredPriceRank</strong> decimal:</p>\n</li>\n<li><p><strong>desiredPricePctToMkt</strong> decimal:</p>\n</li>\n<li><p><strong>suggestedPrice</strong> decimal:</p>\n</li>\n<li><p><strong>suggestedPriceRank</strong> decimal:</p>\n</li>\n<li><p><strong>suggestedPricePctToMkt</strong> decimal:</p>\n</li>\n<li><p><strong>bestPriceInMarket</strong> decimal:</p>\n</li>\n<li><p><strong>tenthBestPriceInMarket</strong> decimal:</p>\n</li>\n<li><p><strong>totalListings</strong> int:</p>\n</li>\n<li><p><strong>matchingListings</strong> int:</p>\n</li>\n<li><p><strong>matchingComps</strong> int:</p>\n</li>\n<li><p><strong>matchingDom</strong> int:</p>\n</li>\n<li><p><strong>matchingDts</strong> int:</p>\n</li>\n<li><p><strong>matchingMds</strong> int:</p>\n</li>\n<li><p><strong>matchingMaxOdometer</strong> int:</p>\n</li>\n<li><p><strong>matchingMinOdometer</strong> int:</p>\n</li>\n<li><p><strong>matchingMaxMsrp</strong> int:</p>\n</li>\n<li><p><strong>matchingMinMsrp</strong> int:</p>\n</li>\n<li><p><strong>soldPTM30</strong> decimal:</p>\n</li>\n<li><p><strong>soldPTM60</strong> decimal:</p>\n</li>\n<li><p><strong>dataRegion</strong> string:</p>\n</li>\n<li><p><strong>generatedPricingModel</strong> object: null,</p>\n</li>\n<li><p><strong>uiListViewArrays</strong> dictionary[string, array[object]]: Avaliable market values and market analysis by facet</p>\n<ul>\n<li><p><strong>key</strong> string: Indicator of facet \"optionsFor[Facet]\"</p>\n</li>\n<li><p><strong>value</strong> array[object]: Facet data</p>\n<ul>\n<li><p><strong>text</strong> string:</p>\n</li>\n<li><p><strong>id</strong> string:</p>\n</li>\n<li><p><strong>isChecked</strong> boolean:</p>\n</li>\n<li><p><strong>tooltip</strong> string:</p>\n</li>\n<li><p><strong>category</strong> string:</p>\n</li>\n<li><p><strong>sortBy</strong> string:</p>\n</li>\n<li><p><strong>isThisVIN</strong> boolean:</p>\n</li>\n<li><p><strong>total</strong> int:</p>\n</li>\n<li><p><strong>matched</strong> int:</p>\n</li>\n<li><p><strong>dom</strong> int:</p>\n</li>\n<li><p><strong>dts</strong> int:</p>\n</li>\n<li><p><strong>mds</strong> int:</p>\n</li>\n<li><p><strong>sold60</strong> int:</p>\n</li>\n<li><p><strong>active</strong> int:</p>\n</li>\n<li><p><strong>rank1</strong> int:</p>\n</li>\n<li><p><strong>rank10</strong> int:</p>\n</li>\n<li><p><strong>maxOdo</strong> int:</p>\n</li>\n<li><p><strong>minOdo</strong> int:</p>\n</li>\n<li><p><strong>soldPtm30</strong> decimal:</p>\n</li>\n<li><p><strong>soldPtm60</strong> decimal:</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>selectedYears</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedMakes</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedModels</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedConfigs</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedTrims</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedDrivetrains</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedEngines</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedFuelTypes</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedTransmissions</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedBodyStyles</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedExtColors</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedIntColors</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedOptions</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedIsCertified</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedDealerTypes</strong> array[string]:</p>\n</li>\n<li><p><strong>selectedOdometerBands</strong> array[string]:</p>\n</li>\n<li><p><strong>bodyStyleChangesInYears</strong> object: null,</p>\n</li>\n<li><p><strong>yearsByMakeModel</strong> array[int]:</p>\n</li>\n<li><p><strong>normalizedConfig</strong> string:</p>\n</li>\n<li><p><strong>normalizedTrim</strong> string:</p>\n</li>\n<li><p><strong>normalizedExtColor</strong> string:</p>\n</li>\n<li><p><strong>normalizedIntColor</strong> string:</p>\n</li>\n<li><p><strong>normalizedEngine</strong> string:</p>\n</li>\n<li><p><strong>normalizedTransmission</strong> string:</p>\n</li>\n<li><p><strong>normalizedDrivetrain</strong> string:</p>\n</li>\n<li><p><strong>normalizedBodyStyle</strong> string:</p>\n</li>\n<li><p><strong>reportedOptions</strong> array[string]:</p>\n</li>\n<li><p><strong>distanceSearched</strong> int:</p>\n</li>\n<li><p><strong>daysOffMarketSearched</strong> int:</p>\n</li>\n<li><p><strong>percentAboveMarketAllowed</strong> decimal:</p>\n</li>\n<li><p><strong>percentBelowMarketAllowed</strong> decimal:</p>\n</li>\n<li><p><strong>excludedCompetitorVins</strong> array[string]:</p>\n</li>\n<li><p><strong>moreMatchesAvailable</strong> int:</p>\n</li>\n<li><p><strong>resultsWereTruncated</strong> boolean:</p>\n</li>\n<li><p><strong>maxOdometerAllowed</strong> int:</p>\n</li>\n<li><p><strong>minOdometerAllowed</strong> int:</p>\n</li>\n<li><p><strong>maxListedDom</strong> int:</p>\n</li>\n<li><p><strong>profitabilityReport</strong> object: Wholesale Analysis / Profitability Report (see below)</p>\n</li>\n</ul>\n</li>\n<li><p><strong>wholesaleAnalysisReport</strong> object: Wholesale Analysis / Profitability Report</p>\n<ul>\n<li><p><strong>estimatedTransportCost</strong> decimal:</p>\n</li>\n<li><p><strong>desiredGross</strong> decimal:</p>\n</li>\n<li><p><strong>estimatedRecon</strong> decimal:</p>\n</li>\n<li><p><strong>desiredMinRank</strong> decimal:</p>\n</li>\n<li><p><strong>desiredPercentageOfMarket</strong> decimal:</p>\n</li>\n<li><p><strong>wholesalePrice</strong> decimal:</p>\n</li>\n<li><p><strong>wholesalePricingError</strong> string:</p>\n</li>\n<li><p><strong>estimatedWholesaleCostPlus</strong> int:</p>\n</li>\n<li><p><strong>retailPrice</strong> decimal:</p>\n</li>\n<li><p><strong>tradeInPrce</strong> decimal:</p>\n</li>\n<li><p><strong>conditionReportOffset</strong> decimal:</p>\n</li>\n<li><p><strong>projectedRetailSalesPrice</strong> decimal:</p>\n</li>\n<li><p><strong>projectedDaysInInventory</strong> int:</p>\n</li>\n<li><p><strong>projectedRetailProfitSourcedWholesale</strong> decimal:</p>\n</li>\n<li><p><strong>projectedRetailProfitSourcedTrade</strong> decimal:</p>\n</li>\n<li><p><strong>localSupplyIndicator</strong> string:</p>\n</li>\n<li><p><strong>localDemandIndicator</strong> string:</p>\n</li>\n<li><p><strong>localBroadMatchMarketDaysSupply</strong> int:</p>\n</li>\n<li><p><strong>nationalBroadMatchMarketDaysSupply</strong> int:</p>\n</li>\n<li><p><strong>localCarsBroadMatchInMarket</strong> int:</p>\n</li>\n<li><p><strong>localCarsBroadMatchSoldLast45Days</strong> int:</p>\n</li>\n<li><p><strong>bestPriceInMarket</strong> decimal:</p>\n</li>\n<li><p><strong>tenthBestPriceInMarket</strong> decimal:</p>\n</li>\n<li><p><strong>packAmount</strong> decimal:</p>\n</li>\n<li><p><strong>reportType</strong> string:</p>\n</li>\n</ul>\n</li>\n<li><p><strong>ymmConfigOptions</strong> object: null,</p>\n</li>\n<li><p><strong>sourceInclusionListIds</strong> array[string]:</p>\n</li>\n<li><p><strong>sourceExclusionListIds</strong> array[string]:</p>\n</li>\n<li><p><strong>explicitSourceNameInclusion</strong> array[string]:</p>\n</li>\n<li><p><strong>explicitSourceNameExclusion</strong> array[string]:</p>\n</li>\n<li><p><strong>marketTrends</strong> object: Market Trends Report</p>\n<ul>\n<li><p><strong>report</strong> object:</p>\n<ul>\n<li><p><strong>reportDate</strong> object:</p>\n<ul>\n<li><p><strong>year</strong> int:</p>\n</li>\n<li><p><strong>month</strong> int:</p>\n</li>\n<li><p><strong>day</strong> int:</p>\n</li>\n</ul>\n</li>\n<li><p><strong>results</strong> dictionary[string, array[object]]:</p>\n<ul>\n<li><p><strong>key</strong> string: MarketTrendsGrouping</p>\n</li>\n<li><p><strong>value</strong> object: Results by day</p>\n<ul>\n<li><p><strong>date</strong> object:</p>\n<ul>\n<li><p><strong>year</strong> int:</p>\n</li>\n<li><p><strong>month</strong> int:</p>\n</li>\n<li><p><strong>day</strong> int:</p>\n</li>\n</ul>\n</li>\n<li><p><strong>dayInt</strong> int:</p>\n</li>\n<li><p><strong>leftMarketUnits</strong> int:</p>\n</li>\n<li><p><strong>newInMarketUnits</strong> int:</p>\n</li>\n<li><p><strong>onMarketUnits</strong> int:</p>\n</li>\n<li><p><strong>avgPTM</strong> decimal:</p>\n</li>\n<li><p><strong>avgDom</strong> int:</p>\n</li>\n<li><p><strong>avgDts</strong> int:</p>\n</li>\n<li><p><strong>avgPrice</strong> int:</p>\n</li>\n<li><p><strong>avgOdo</strong> int:</p>\n</li>\n<li><p><strong>marketSlope</strong> decimal:</p>\n</li>\n<li><p><strong>marketIntercept</strong> decimal:</p>\n</li>\n<li><p><strong>averageMileageExample100PTMPrice</strong> int:</p>\n</li>\n<li><p><strong>mds</strong> int:</p>\n</li>\n<li><p><strong>avgSoldPTM</strong> decimal:</p>\n</li>\n<li><p><strong>dom15</strong> int:</p>\n</li>\n<li><p><strong>dom30</strong> int:</p>\n</li>\n<li><p><strong>dom45</strong> int:</p>\n</li>\n<li><p><strong>dom60</strong> int:</p>\n</li>\n<li><p><strong>dom90</strong> int:</p>\n</li>\n<li><p><strong>domAged</strong> int:</p>\n</li>\n<li><p><strong>averageMileageExampleSoldPrice</strong> int:</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>dataRegion</strong> string:</p>\n</li>\n<li><p><strong>vehicleClas</strong> string:</p>\n</li>\n<li><p><strong>postalCode</strong> string:</p>\n</li>\n<li><p><strong>retailPeriodId</strong> string:</p>\n</li>\n<li><p><strong>wholesalePeriodId</strong> string:</p>\n</li>\n<li><p><strong>trendItems</strong> array[object]:</p>\n<ul>\n<li><p><strong>aggregateName</strong> string: MarketTrendsGrouping</p>\n</li>\n<li><p><strong>trendReportPeriod</strong> string:</p>\n</li>\n<li><p><strong>dataPoints</strong> array[object]:</p>\n<ul>\n<li><p><strong>trendReportValue</strong> string:</p>\n</li>\n<li><p><strong>recentValue</strong> int:</p>\n</li>\n<li><p><strong>previousValue</strong> int:</p>\n</li>\n<li><p><strong>delta</strong> int:</p>\n</li>\n<li><p><strong>deltaPercent</strong> decimal:</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>reportType</strong> string: \"MarketTrends\"</p>\n</li>\n</ul>\n</li>\n<li><p><strong>summaryReports</strong> dictionary[string, object]:</p>\n<ul>\n<li><p><strong>key</strong> string: MarketTrendsGrouping</p>\n</li>\n<li><p><strong>value</strong> object:</p>\n<ul>\n<li><p><strong>aggregationKey</strong> string: MarketTrendsGrouping</p>\n</li>\n<li><p><strong>totalSalesThisMonth</strong> int:</p>\n</li>\n<li><p><strong>totalSalesThisMonthChange</strong> int:</p>\n</li>\n<li><p><strong>totalSalesThisMonthPercentChange</strong> decimal:</p>\n</li>\n<li><p><strong>marketSizeThisMonth</strong> int:</p>\n</li>\n<li><p><strong>marketSizeThisMonthChange</strong> int:</p>\n</li>\n<li><p><strong>marketSizeThisMonthPercentChange</strong> decimal:</p>\n</li>\n<li><p><strong>avgDTSThisMonth</strong> int:</p>\n</li>\n<li><p><strong>avgDTSThisMonthChange</strong> int:</p>\n</li>\n<li><p><strong>avgDTSThisMonthPercentChange</strong> decimal:</p>\n</li>\n<li><p><strong>avgPTMThisMonth</strong> int:</p>\n</li>\n<li><p><strong>avgPTMThisMonthChange</strong> int:</p>\n</li>\n<li><p><strong>avgPTMThisMonthPercentChange</strong> decimal:</p>\n</li>\n<li><p><strong>avgDOMThisMonth</strong> int:</p>\n</li>\n<li><p><strong>avgDOMThisMonthChange</strong> int:</p>\n</li>\n<li><p><strong>avgDOMThisMonthPercentChange</strong> decimal:</p>\n</li>\n<li><p><strong>newToMarketThisMonth</strong> int:</p>\n</li>\n<li><p><strong>newToMarketThisMonthChange</strong> int:</p>\n</li>\n<li><p><strong>newToMarketThisMonthPercentChange</strong> decimal:</p>\n</li>\n<li><p><strong>avgMileage100PTMThisMonth</strong> int:</p>\n</li>\n<li><p><strong>avgMileage100PTMThisMonthChange</strong> int:</p>\n</li>\n<li><p><strong>avgMileage100PTMThisMonthPercentChange</strong> decimal:</p>\n</li>\n<li><p><strong>totalSalesThisWeek</strong> int:</p>\n</li>\n<li><p><strong>totalSalesThisWeekChange</strong> int:</p>\n</li>\n<li><p><strong>totalSalesThisWeekPercentChange</strong> decimal:</p>\n</li>\n<li><p><strong>marketSizeThisWeek</strong> int:</p>\n</li>\n<li><p><strong>marketSizeThisWeekChange</strong> int:</p>\n</li>\n<li><p><strong>marketSizeThisWeekPercentChange</strong> decimal:</p>\n</li>\n<li><p><strong>avgDTSThisWeek</strong> int:</p>\n</li>\n<li><p><strong>avgDTSThisWeekChange</strong> int:</p>\n</li>\n<li><p><strong>avgDTSThisWeekPercentChange</strong> decimal:</p>\n</li>\n<li><p><strong>avgPTMThisWeek</strong> int:</p>\n</li>\n<li><p><strong>avgPTMThisWeekChange</strong> int:</p>\n</li>\n<li><p><strong>avgPTMThisWeekPercentChange</strong> decimal:</p>\n</li>\n<li><p><strong>avgDOMThisWeek</strong> int:</p>\n</li>\n<li><p><strong>avgDOMThisWeekChange</strong> int:</p>\n</li>\n<li><p><strong>avgDOMThisWeekPercentChange</strong> decimal:</p>\n</li>\n<li><p><strong>newToMarketThisWeek</strong> int:</p>\n</li>\n<li><p><strong>newToMarketThisWeekChange</strong> int:</p>\n</li>\n<li><p><strong>newToMarketThisWeekPercentChange</strong> decimal:</p>\n</li>\n<li><p><strong>avgMileage100PTMThisWeek</strong> int:</p>\n</li>\n<li><p><strong>avgMileage100PTMThisWeekChange</strong> int:</p>\n</li>\n<li><p><strong>avgMileage100PTMThisWeekPercentChange</strong> decimal:</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>reportDate</strong> object:</p>\n<ul>\n<li><p><strong>year</strong> int:</p>\n</li>\n<li><p><strong>month</strong> int:</p>\n</li>\n<li><p><strong>day</strong> int:</p>\n</li>\n</ul>\n</li>\n<li><p><strong>listings</strong> array[object]: Detailed Listings</p>\n<ul>\n<li><p><strong>listPrice</strong> decimal:</p>\n</li>\n<li><p><strong>marketValue</strong> decimal:</p>\n</li>\n<li><p><strong>pricingError</strong> string:</p>\n</li>\n<li><p><strong>listedDate</strong> object:</p>\n<ul>\n<li><p><strong>year</strong> int:</p>\n</li>\n<li><p><strong>month</strong> int:</p>\n</li>\n<li><p><strong>day</strong> int:</p>\n</li>\n</ul>\n</li>\n<li><p><strong>daysOnMarket</strong> int:</p>\n</li>\n<li><p><strong>vdpUrl</strong> string:</p>\n</li>\n<li><p><strong>distanceFromSource</strong> decimal:</p>\n</li>\n<li><p><strong>rank</strong> int:</p>\n</li>\n<li><p><strong>inMarket</strong> bool:</p>\n</li>\n<li><p><strong>daysSinceActive</strong> int:</p>\n</li>\n<li><p><strong>marketDelta</strong> decimal:</p>\n</li>\n<li><p><strong>percentToMarket</strong> decimal:</p>\n</li>\n<li><p><strong>latitude</strong> decimal:</p>\n</li>\n<li><p><strong>longitude</strong> decimal:</p>\n</li>\n<li><p><strong>sellerName</strong> string:</p>\n</li>\n<li><p><strong>addressLine1</strong> string:</p>\n</li>\n<li><p><strong>addressCity</strong> string:</p>\n</li>\n<li><p><strong>addressState</strong> string:</p>\n</li>\n<li><p><strong>addressPostalCode</strong> string:</p>\n</li>\n<li><p><strong>trimDTMarketDelta</strong> int:</p>\n</li>\n<li><p><strong>isCertifiedString</strong> string:</p>\n</li>\n<li><p><strong>askingPriceToMSRPDiscount</strong> decimal:</p>\n</li>\n<li><p><strong>askingPriceToMSRPDiscountPercent</strong> decimal:</p>\n</li>\n<li><p><strong>rankableValue</strong> int:</p>\n</li>\n<li><p><strong>make</strong> string:</p>\n</li>\n<li><p><strong>model</strong> string:</p>\n</li>\n<li><p><strong>mileage</strong> int:</p>\n</li>\n<li><p><strong>vin</strong> string:</p>\n</li>\n<li><p><strong>year</strong> string:</p>\n</li>\n<li><p><strong>trimDescription</strong> string:</p>\n</li>\n<li><p><strong>exteriorColor</strong> string:</p>\n</li>\n<li><p><strong>interiorColor</strong> string:</p>\n</li>\n<li><p><strong>normalizedExteriorColor</strong> string:</p>\n</li>\n<li><p><strong>normalizedInteriorColor</strong> string:</p>\n</li>\n<li><p><strong>engine</strong> string:</p>\n</li>\n<li><p><strong>transmission</strong> string:</p>\n</li>\n<li><p><strong>drivetrain</strong> string:</p>\n</li>\n<li><p><strong>normalizedTransmission</strong> string:</p>\n</li>\n<li><p><strong>normalizedDriveTrain</strong> string:</p>\n</li>\n<li><p><strong>normalizedEngine</strong> string:</p>\n</li>\n<li><p><strong>vehicleProvenience</strong> string:</p>\n</li>\n<li><p><strong>vehicleClass</strong> string:</p>\n</li>\n<li><p><strong>listingBodyStyle</strong> string:</p>\n</li>\n<li><p><strong>normalizedTrim</strong> string:</p>\n</li>\n<li><p><strong>normalizedConfig</strong> string:</p>\n</li>\n<li><p><strong>reportedOptions</strong> array[string]:</p>\n</li>\n<li><p><strong>dealerType</strong> string:</p>\n</li>\n<li><p><strong>isCertified</strong> boolean:</p>\n</li>\n<li><p><strong>price</strong> decimal:</p>\n</li>\n<li><p><strong>msrp</strong> decimal:</p>\n</li>\n<li><p><strong>fuelType</strong> string:</p>\n</li>\n<li><p><strong>doors</strong> string:</p>\n</li>\n<li><p><strong>odometerBand</strong> string:</p>\n</li>\n<li><p><strong>selectedOptions</strong> array[string]:</p>\n</li>\n<li><p><strong>primaryPhoto</strong> string:</p>\n</li>\n<li><p><strong>photoCount</strong> int:</p>\n</li>\n<li><p><strong>isThisVIN</strong> bool:</p>\n</li>\n</ul>\n</li>\n<li><p><strong>listingReportName</strong> string: null</p>\n</li>\n<li><p><strong>reportType</strong> string:</p>\n</li>\n<li><p><strong>marketInsights</strong> object: Market Insights Report</p>\n<ul>\n<li>Documentation TBD</li>\n</ul>\n</li>\n<li><p><strong>artemisReport</strong> object: Artemis Report</p>\n<ul>\n<li><p><strong>topXResults</strong> int:</p>\n</li>\n<li><p><strong>topMarketResults</strong> array[object]:</p>\n<ul>\n<li><p><strong>radiusDiameterIndicatorMeters</strong> decimal:</p>\n</li>\n<li><p><strong>centralPointPostalCode</strong> string:</p>\n</li>\n<li><p><strong>centralPointLat</strong> decimal:</p>\n</li>\n<li><p><strong>centralPointLong</strong> decimal:</p>\n</li>\n<li><p><strong>vehicleClass</strong> string:</p>\n</li>\n<li><p><strong>dataRegion</strong> string:</p>\n</li>\n<li><p><strong>radiusType</strong> string:</p>\n</li>\n<li><p><strong>radiusIdentifier</strong> string:</p>\n</li>\n<li><p><strong>radiusTitle</strong> string:</p>\n</li>\n<li><p><strong>retailDataType</strong> string:</p>\n</li>\n<li><p><strong>wholesaleDataType</strong> string:</p>\n</li>\n<li><p><strong>activeDom</strong> int:</p>\n</li>\n<li><p><strong>activeUnits</strong> int:</p>\n</li>\n<li><p><strong>activeAvgListPrice</strong> int:</p>\n</li>\n<li><p><strong>activeDealers</strong> int:</p>\n</li>\n<li><p><strong>activeAvgMiles</strong> int:</p>\n</li>\n<li><p><strong>activeAvgMsrp</strong> int:</p>\n</li>\n<li><p><strong>activeMds</strong> int:</p>\n</li>\n<li><p><strong>activeMarketValue</strong> decimal:</p>\n</li>\n<li><p><strong>activeMarketPricingError</strong> string:</p>\n</li>\n<li><p><strong>soldDts</strong> int:</p>\n</li>\n<li><p><strong>soldUnits</strong> int:</p>\n</li>\n<li><p><strong>soldAvgListPrice</strong> int:</p>\n</li>\n<li><p><strong>soldDealers</strong> int:</p>\n</li>\n<li><p><strong>soldAvgMiles</strong> int:</p>\n</li>\n<li><p><strong>soldAvgMsrp</strong> int:</p>\n</li>\n<li><p><strong>soldMarketValue</strong> decimal:</p>\n</li>\n<li><p><strong>soldMarketPricingError</strong> string:</p>\n</li>\n<li><p><strong>soldPTM30Units</strong> int:</p>\n</li>\n<li><p><strong>soldPTM30</strong> decimal:</p>\n</li>\n<li><p><strong>retailBookSoldPTM30</strong> decimal:</p>\n</li>\n<li><p><strong>soldPTM60Units</strong> int:</p>\n</li>\n<li><p><strong>soldPTM60</strong> decimal:</p>\n</li>\n<li><p><strong>retailBookSoldPTM60</strong> decimal:</p>\n</li>\n<li><p><strong>score</strong> int:</p>\n</li>\n<li><p><strong>scoreDetails</strong> object:</p>\n<ul>\n<li><p><strong>activeDomScore</strong> decimal:</p>\n</li>\n<li><p><strong>activeUnitsScore</strong> decimal:</p>\n</li>\n<li><p><strong>activeAvgListPriceScore</strong> decimal:</p>\n</li>\n<li><p><strong>activeDealersScore</strong> decimal:</p>\n</li>\n<li><p><strong>activeAvgMilesScore</strong> decimal:</p>\n</li>\n<li><p><strong>activeMdsScore</strong> decimal:</p>\n</li>\n<li><p><strong>activeMarketValueScore</strong> decimal:</p>\n</li>\n<li><p><strong>soldDtsScore</strong> decimal:</p>\n</li>\n<li><p><strong>soldUnitsScore</strong> decimal:</p>\n</li>\n<li><p><strong>soldAvgListPriceScore</strong> decimal:</p>\n</li>\n<li><p><strong>soldDealersScore</strong> decimal:</p>\n</li>\n<li><p><strong>soldAvgMilesScore</strong> decimal:</p>\n</li>\n<li><p><strong>soldMarketValueScore</strong> decimal:</p>\n</li>\n<li><p><strong>soldPTM30Score</strong> decimal:</p>\n</li>\n<li><p><strong>activeDomRank</strong> decimal:</p>\n</li>\n<li><p><strong>activeUnitsRank</strong> decimal:</p>\n</li>\n<li><p><strong>activeAvgListPriceRank</strong> decimal:</p>\n</li>\n<li><p><strong>activeDealersRank</strong> decimal:</p>\n</li>\n<li><p><strong>activeAvgMilesRank</strong> decimal:</p>\n</li>\n<li><p><strong>activeMdsRank</strong> decimal:</p>\n</li>\n<li><p><strong>activeMarketValueRank</strong> decimal:</p>\n</li>\n<li><p><strong>soldDtsRank</strong> decimal:</p>\n</li>\n<li><p><strong>soldUnitsRank</strong> decimal:</p>\n</li>\n<li><p><strong>soldAvgListPriceRank</strong> decimal:</p>\n</li>\n<li><p><strong>soldDealersRank</strong> decimal:</p>\n</li>\n<li><p><strong>soldAvgMilesRank</strong> decimal:</p>\n</li>\n<li><p><strong>soldMarketValueRank</strong> decimal:</p>\n</li>\n<li><p><strong>soldPTM30Rank</strong> decimal:</p>\n</li>\n<li><p><strong>totalScore</strong> int:</p>\n</li>\n</ul>\n</li>\n<li><p><strong>marketGrade</strong> string:</p>\n</li>\n<li><p><strong>retailActiveMarketModel</strong> object: null</p>\n</li>\n<li><p><strong>retailSoldModel</strong> object: null</p>\n</li>\n<li><p><strong>retailBlendedModel</strong> object: null</p>\n</li>\n<li><p><strong>retailBlendedModelDsa</strong> int:</p>\n</li>\n<li><p><strong>wholesaleAdjustedModel</strong> object: null</p>\n</li>\n<li><p><strong>wholesaleAdjustedModelDsa</strong> int:</p>\n</li>\n<li><p><strong>retailFallbackModels</strong> array[object]: null</p>\n</li>\n<li><p><strong>retailTotal</strong> int:</p>\n</li>\n<li><p><strong>retailMinMiles</strong> int:</p>\n</li>\n<li><p><strong>retailAvgMiles</strong> decimal:</p>\n</li>\n<li><p><strong>retailMaxMiles</strong> int:</p>\n</li>\n<li><p><strong>retailMinMsrp</strong> int:</p>\n</li>\n<li><p><strong>retailAvgMsrp</strong> decimal:</p>\n</li>\n<li><p><strong>retailMaxMsrp</strong> int:</p>\n</li>\n<li><p><strong>retailMinPrice</strong> decimal:</p>\n</li>\n<li><p><strong>retailAvgPrice</strong> decimal:</p>\n</li>\n<li><p><strong>retailMaxPrice</strong> decimal:</p>\n</li>\n<li><p><strong>wholesaleTotal</strong> int:</p>\n</li>\n<li><p><strong>wholesaleMinMiles</strong> int:</p>\n</li>\n<li><p><strong>wholesaleAvgMiles</strong> decimal:</p>\n</li>\n<li><p><strong>wholesaleMaxMiles</strong> int:</p>\n</li>\n<li><p><strong>wholesaleMinPrice</strong> decimal:</p>\n</li>\n<li><p><strong>wholesaleAvgPrice</strong> decimal:</p>\n</li>\n<li><p><strong>wholesaleMaxPrice</strong> decimal:</p>\n</li>\n<li><p><strong>distanceMiles</strong> int:</p>\n</li>\n<li><p><strong>estimatedProfit</strong> int:</p>\n</li>\n<li><p><strong>estProfitSoldPTM30</strong> int:</p>\n</li>\n<li><p><strong>estProfitSoldPTM60</strong> int:</p>\n</li>\n<li><p><strong>estimatedWholesalePrice</strong> int:</p>\n</li>\n<li><p><strong>estimatedReconCost</strong> int:</p>\n</li>\n<li><p><strong>estimatedTransportCost</strong> int:</p>\n</li>\n<li><p><strong>estimatedWholesaleCostPlus</strong> int:</p>\n</li>\n<li><p><strong>retailMarket100</strong> int:</p>\n</li>\n<li><p><strong>marketReportDays</strong> object: null</p>\n</li>\n<li><p><strong>reportType</strong> string: \"LocalOnlyReport\"</p>\n</li>\n</ul>\n</li>\n<li><p><strong>legionMarketResults</strong> object:</p>\n</li>\n<li><p><strong>thisDealerResult</strong> object:</p>\n</li>\n<li><p><strong>radiusOverride</strong> int:</p>\n</li>\n<li><p><strong>reportType</strong> string: \"ArtemisMarketReport\"</p>\n</li>\n</ul>\n</li>\n<li><p><strong>vechicleMatchData</strong> object:</p>\n<ul>\n<li>Documentation TBD</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","public","v2","[your-company-id]","marketanalysis","singlevehicle","combinedreport"],"host":["[autovision-api-hostname]"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b12941c-53be-4ef4-b6b8-5ea76433c35f"}],"id":"3b761ca8-c1b8-4903-87b3-9c37df3b6835","description":"<p>Detailed market analysis for a single vehicle.</p>\n","_postman_id":"3b761ca8-c1b8-4903-87b3-9c37df3b6835"}],"id":"f63f9b10-da10-4bdd-8a2b-c9d572d09bb4","description":"<p>Get detailed market analysis for a single vehicle or segment the market by any facet.</p>\n","_postman_id":"f63f9b10-da10-4bdd-8a2b-c9d572d09bb4"}],"event":[{"listen":"prerequest","script":{"id":"cd586b1e-d30b-41ff-8b41-5e8013b867e6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0b386d75-0b3e-4bcf-bd98-b36be259b68c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"CompanyId","value":"[your-company-id]"},{"key":"Hostname","value":"[autovision-api-hostname]"},{"key":"ApiKey","value":"[your-api-key]"}]}