GET api/Inventory/GetAllVehicles?DealershipID={DealershipID}&MakeID={MakeID}

Gets list of all vehicles.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DealershipID

integer

Required

MakeID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of VehicleListingDTO
NameDescriptionTypeAdditional information
VehicleID

integer

None.

VIN

string

None.

StockNumber

string

None.

ModelYear

integer

None.

Make

string

None.

Model

string

None.

Trim

string

None.

BodyStyle

string

None.

DriveType

string

None.

Mileage

integer

None.

InStockDate

string

None.

Age

integer

None.

AgeBand

integer

None.

Color

string

None.

VehicleLocationID

integer

None.

InternetPrice

decimal number

None.

RetailPrice

decimal number

None.

WholesalePrice

decimal number

None.

ReducedPrice

decimal number

None.

IsPublished

boolean

None.

Featured

boolean

None.

SalePending

boolean

None.

SpotLight

boolean

None.

WholesaleLightID

byte

None.

TransactionDate

string

None.

BoughtFromID

integer

None.

BoughtFrom

string

None.

BoughtFromTypeID

enumBusinessType

None.

BuyerID

integer

None.

Buyer

string

None.

PaymentModeID

byte

None.

PaymentModeDescription

string

None.

Bank

string

None.

BankID

integer

None.

BankTypeID

enumBusinessType

None.

PushedVehicleID

integer

None.

PurchasePrice

decimal number

None.

CurtailmentCost

decimal number

None.

PendingFPCost

decimal number

None.

FPPaidCost

decimal number

None.

OwnerFPCost

string

None.

TotalExpense

decimal number

None.

RestockAmount

decimal number

None.

CostOfCar

decimal number

None.

CurtailPrincipal

decimal number

None.

CurtailPaid

decimal number

None.

DealerPack

decimal number

None.

DealStatusID

byte

None.

ColorCode

string

None.

VehicleImage

string

None.

Vehicle800Image

string

None.

DetailViewCount

integer

None.

CreditApplicationCount

integer

None.

VehicleLeadCount

integer

None.

FeedExclusion

boolean

None.

FlagMemo

string

None.

FlagApplyCode

boolean

None.

FlagColorCode

string

None.

FlagOrange

boolean

None.

FlagWarning

boolean

None.

FlagOthers

boolean

None.

FlagOtherType

string

None.

FlagOK

boolean

None.

HasProspect

boolean

None.

HasLeads

boolean

None.

IsPushedVehicle

boolean

None.

ModelID

integer

None.

MakeID

integer

None.

DriveTypeID

integer

None.

VehicleBrandedReconInfoCount

integer

None.

VehicleThumbnail

string

None.

IsNew

boolean

None.

HaveTitle

boolean

None.

Removed

boolean

None.

LiveDate

string

None.

LiveAge

integer

None.

VehicleNADAValueID

integer

None.

NADATradeIn

decimal number

None.

NADAMileageAdj

decimal number

None.

NADAOptionalTradeIn

decimal number

None.

NADAAdjusted

decimal number

None.

HasCarFaxReport

boolean

None.

OwnerNo

integer

None.

SnapshotKey

string

None.

DataKey

string

None.

VehicleTotalImages

integer

None.

Engine

string

None.

CurbWeight

string

None.

SubTitle

string

None.

Transmission

string

None.

FuelType

string

None.

VehicleImages

string

None.

TitleStatusID

enumVehicleTitleStatusType

None.

BarcodeImage

string

None.

IsBrandedRecon

boolean

None.

BrandedReconNotes

string

None.

TitleNo

string

None.

PriceLastUpdated

date

None.

WatermarkID

integer

None.

CarfaxURL

string

None.

PayeeID

integer

None.

PayerID

integer

None.

VehicleTransactionID

integer

None.

PurchaseDate

date

None.

WarrantyTypeID

enumWarrantyType

None.

PriceLastUpdatedDays

integer

None.

MMRRetailAvg

decimal number

None.

MMRWholesaleAvg

decimal number

None.

NotesCount

integer

None.

BodyStyleID

integer

None.

PackExpense

decimal number

None.

CurrentTransactionAmount

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "VehicleID": 1,
    "VIN": "sample string 2",
    "StockNumber": "sample string 3",
    "ModelYear": 4,
    "Make": "sample string 5",
    "Model": "sample string 6",
    "Trim": "sample string 7",
    "BodyStyle": "sample string 8",
    "DriveType": "sample string 9",
    "Mileage": 10,
    "InStockDate": "sample string 11",
    "Age": 12,
    "AgeBand": 13,
    "Color": "sample string 14",
    "VehicleLocationID": 15,
    "InternetPrice": 16.0,
    "RetailPrice": 17.0,
    "WholesalePrice": 18.0,
    "ReducedPrice": 19.0,
    "IsPublished": true,
    "Featured": true,
    "SalePending": true,
    "SpotLight": true,
    "WholesaleLightID": 64,
    "TransactionDate": "sample string 25",
    "BoughtFromID": 1,
    "BoughtFrom": "sample string 26",
    "BoughtFromTypeID": 1,
    "BuyerID": 1,
    "Buyer": "sample string 27",
    "PaymentModeID": 64,
    "PaymentModeDescription": "sample string 29",
    "Bank": "sample string 30",
    "BankID": 1,
    "BankTypeID": 1,
    "PushedVehicleID": 31,
    "PurchasePrice": 32.0,
    "CurtailmentCost": 33.0,
    "PendingFPCost": 34.0,
    "FPPaidCost": 35.0,
    "OwnerFPCost": "",
    "TotalExpense": 36.0,
    "RestockAmount": 37.0,
    "CostOfCar": 38.0,
    "CurtailPrincipal": 39.0,
    "CurtailPaid": 72.0,
    "DealerPack": 41.0,
    "DealStatusID": 64,
    "ColorCode": "sample string 43",
    "VehicleImage": "sample string 44",
    "Vehicle800Image": "sample string 45",
    "DetailViewCount": 46,
    "CreditApplicationCount": 47,
    "VehicleLeadCount": 48,
    "FeedExclusion": true,
    "FlagMemo": "sample string 50",
    "FlagApplyCode": true,
    "FlagColorCode": "sample string 52",
    "FlagOrange": false,
    "FlagWarning": false,
    "FlagOthers": false,
    "FlagOtherType": "Ready",
    "FlagOK": false,
    "HasProspect": false,
    "HasLeads": true,
    "IsPushedVehicle": true,
    "ModelID": 53,
    "MakeID": 54,
    "DriveTypeID": 55,
    "VehicleBrandedReconInfoCount": 56,
    "VehicleThumbnail": "sample string 44",
    "IsNew": true,
    "HaveTitle": true,
    "Removed": true,
    "LiveDate": "sample string 60",
    "LiveAge": 1,
    "VehicleNADAValueID": 1,
    "NADATradeIn": 1.0,
    "NADAMileageAdj": 1.0,
    "NADAOptionalTradeIn": 1.0,
    "NADAAdjusted": 3.0,
    "HasCarFaxReport": true,
    "OwnerNo": 1,
    "SnapshotKey": "sample string 62",
    "DataKey": "sample string 62",
    "VehicleTotalImages": 1,
    "Engine": "sample string 63",
    "CurbWeight": "sample string 64",
    "SubTitle": "sample string 65",
    "Transmission": "sample string 66",
    "FuelType": "sample string 67",
    "VehicleImages": "sample string 68",
    "TitleStatusID": 0,
    "BarcodeImage": "sample string 69",
    "IsBrandedRecon": true,
    "BrandedReconNotes": "sample string 71",
    "TitleNo": "sample string 72",
    "PriceLastUpdated": "2025-05-11T11:49:17.9372372-04:00",
    "WatermarkID": 1,
    "CarfaxURL": "sample string 73",
    "PayeeID": 1,
    "PayerID": 1,
    "VehicleTransactionID": 1,
    "PurchaseDate": "2025-05-11T11:49:17.9372372-04:00",
    "WarrantyTypeID": 0,
    "PriceLastUpdatedDays": 1,
    "MMRRetailAvg": 1.0,
    "MMRWholesaleAvg": 1.0,
    "NotesCount": 74,
    "BodyStyleID": 1,
    "PackExpense": 75.0,
    "CurrentTransactionAmount": 76.0
  },
  {
    "VehicleID": 1,
    "VIN": "sample string 2",
    "StockNumber": "sample string 3",
    "ModelYear": 4,
    "Make": "sample string 5",
    "Model": "sample string 6",
    "Trim": "sample string 7",
    "BodyStyle": "sample string 8",
    "DriveType": "sample string 9",
    "Mileage": 10,
    "InStockDate": "sample string 11",
    "Age": 12,
    "AgeBand": 13,
    "Color": "sample string 14",
    "VehicleLocationID": 15,
    "InternetPrice": 16.0,
    "RetailPrice": 17.0,
    "WholesalePrice": 18.0,
    "ReducedPrice": 19.0,
    "IsPublished": true,
    "Featured": true,
    "SalePending": true,
    "SpotLight": true,
    "WholesaleLightID": 64,
    "TransactionDate": "sample string 25",
    "BoughtFromID": 1,
    "BoughtFrom": "sample string 26",
    "BoughtFromTypeID": 1,
    "BuyerID": 1,
    "Buyer": "sample string 27",
    "PaymentModeID": 64,
    "PaymentModeDescription": "sample string 29",
    "Bank": "sample string 30",
    "BankID": 1,
    "BankTypeID": 1,
    "PushedVehicleID": 31,
    "PurchasePrice": 32.0,
    "CurtailmentCost": 33.0,
    "PendingFPCost": 34.0,
    "FPPaidCost": 35.0,
    "OwnerFPCost": "",
    "TotalExpense": 36.0,
    "RestockAmount": 37.0,
    "CostOfCar": 38.0,
    "CurtailPrincipal": 39.0,
    "CurtailPaid": 72.0,
    "DealerPack": 41.0,
    "DealStatusID": 64,
    "ColorCode": "sample string 43",
    "VehicleImage": "sample string 44",
    "Vehicle800Image": "sample string 45",
    "DetailViewCount": 46,
    "CreditApplicationCount": 47,
    "VehicleLeadCount": 48,
    "FeedExclusion": true,
    "FlagMemo": "sample string 50",
    "FlagApplyCode": true,
    "FlagColorCode": "sample string 52",
    "FlagOrange": false,
    "FlagWarning": false,
    "FlagOthers": false,
    "FlagOtherType": "Ready",
    "FlagOK": false,
    "HasProspect": false,
    "HasLeads": true,
    "IsPushedVehicle": true,
    "ModelID": 53,
    "MakeID": 54,
    "DriveTypeID": 55,
    "VehicleBrandedReconInfoCount": 56,
    "VehicleThumbnail": "sample string 44",
    "IsNew": true,
    "HaveTitle": true,
    "Removed": true,
    "LiveDate": "sample string 60",
    "LiveAge": 1,
    "VehicleNADAValueID": 1,
    "NADATradeIn": 1.0,
    "NADAMileageAdj": 1.0,
    "NADAOptionalTradeIn": 1.0,
    "NADAAdjusted": 3.0,
    "HasCarFaxReport": true,
    "OwnerNo": 1,
    "SnapshotKey": "sample string 62",
    "DataKey": "sample string 62",
    "VehicleTotalImages": 1,
    "Engine": "sample string 63",
    "CurbWeight": "sample string 64",
    "SubTitle": "sample string 65",
    "Transmission": "sample string 66",
    "FuelType": "sample string 67",
    "VehicleImages": "sample string 68",
    "TitleStatusID": 0,
    "BarcodeImage": "sample string 69",
    "IsBrandedRecon": true,
    "BrandedReconNotes": "sample string 71",
    "TitleNo": "sample string 72",
    "PriceLastUpdated": "2025-05-11T11:49:17.9372372-04:00",
    "WatermarkID": 1,
    "CarfaxURL": "sample string 73",
    "PayeeID": 1,
    "PayerID": 1,
    "VehicleTransactionID": 1,
    "PurchaseDate": "2025-05-11T11:49:17.9372372-04:00",
    "WarrantyTypeID": 0,
    "PriceLastUpdatedDays": 1,
    "MMRRetailAvg": 1.0,
    "MMRWholesaleAvg": 1.0,
    "NotesCount": 74,
    "BodyStyleID": 1,
    "PackExpense": 75.0,
    "CurrentTransactionAmount": 76.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfVehicleListingDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DC.Core.Model">
  <VehicleListingDTO>
    <Age>12</Age>
    <AgeBand>13</AgeBand>
    <Bank>sample string 30</Bank>
    <BankID>1</BankID>
    <BankTypeID>Auction</BankTypeID>
    <BarcodeImage>sample string 69</BarcodeImage>
    <BodyStyle>sample string 8</BodyStyle>
    <BodyStyleID>1</BodyStyleID>
    <BoughtFrom>sample string 26</BoughtFrom>
    <BoughtFromID>1</BoughtFromID>
    <BoughtFromTypeID>Auction</BoughtFromTypeID>
    <BrandedReconNotes>sample string 71</BrandedReconNotes>
    <Buyer>sample string 27</Buyer>
    <BuyerID>1</BuyerID>
    <CarfaxURL>sample string 73</CarfaxURL>
    <Color>sample string 14</Color>
    <ColorCode>sample string 43</ColorCode>
    <CostOfCar>38</CostOfCar>
    <CreditApplicationCount>47</CreditApplicationCount>
    <CurbWeight>sample string 64</CurbWeight>
    <CurrentTransactionAmount>76</CurrentTransactionAmount>
    <CurtailPaid>72</CurtailPaid>
    <CurtailPrincipal>39</CurtailPrincipal>
    <CurtailmentCost>33</CurtailmentCost>
    <DealStatusID>64</DealStatusID>
    <DealerPack>41</DealerPack>
    <DetailViewCount>46</DetailViewCount>
    <DriveType>sample string 9</DriveType>
    <DriveTypeID>55</DriveTypeID>
    <Engine>sample string 63</Engine>
    <FPPaidCost>35</FPPaidCost>
    <Featured>true</Featured>
    <FeedExclusion>true</FeedExclusion>
    <FlagApplyCode>true</FlagApplyCode>
    <FlagColorCode>sample string 52</FlagColorCode>
    <FlagMemo>sample string 50</FlagMemo>
    <FuelType>sample string 67</FuelType>
    <HasCarFaxReport>true</HasCarFaxReport>
    <HaveTitle>true</HaveTitle>
    <InStockDate>sample string 11</InStockDate>
    <InternetPrice>16</InternetPrice>
    <IsBrandedRecon>true</IsBrandedRecon>
    <IsNew>true</IsNew>
    <IsPublished>true</IsPublished>
    <LiveAge>1</LiveAge>
    <LiveDate>sample string 60</LiveDate>
    <MMRRetailAvg>1</MMRRetailAvg>
    <MMRWholesaleAvg>1</MMRWholesaleAvg>
    <Make>sample string 5</Make>
    <MakeID>54</MakeID>
    <Mileage>10</Mileage>
    <Model>sample string 6</Model>
    <ModelID>53</ModelID>
    <ModelYear>4</ModelYear>
    <NADAMileageAdj>1</NADAMileageAdj>
    <NADAOptionalTradeIn>1</NADAOptionalTradeIn>
    <NADATradeIn>1</NADATradeIn>
    <NotesCount>74</NotesCount>
    <OwnerNo>1</OwnerNo>
    <PackExpense>75</PackExpense>
    <PayeeID>1</PayeeID>
    <PayerID>1</PayerID>
    <PaymentModeDescription>sample string 29</PaymentModeDescription>
    <PaymentModeID>64</PaymentModeID>
    <PendingFPCost>34</PendingFPCost>
    <PriceLastUpdated>2025-05-11T11:49:17.9372372-04:00</PriceLastUpdated>
    <PriceLastUpdatedDays>1</PriceLastUpdatedDays>
    <PurchaseDate>2025-05-11T11:49:17.9372372-04:00</PurchaseDate>
    <PurchasePrice>32</PurchasePrice>
    <PushedVehicleID>31</PushedVehicleID>
    <ReducedPrice>19</ReducedPrice>
    <Removed>true</Removed>
    <RestockAmount>37</RestockAmount>
    <RetailPrice>17</RetailPrice>
    <SalePending>true</SalePending>
    <SnapshotKey>sample string 62</SnapshotKey>
    <SpotLight>true</SpotLight>
    <StockNumber>sample string 3</StockNumber>
    <SubTitle>sample string 65</SubTitle>
    <TitleNo>sample string 72</TitleNo>
    <TitleStatusID>Clean</TitleStatusID>
    <TotalExpense>36</TotalExpense>
    <TransactionDate>sample string 25</TransactionDate>
    <Transmission>sample string 66</Transmission>
    <Trim>sample string 7</Trim>
    <VIN>sample string 2</VIN>
    <Vehicle800Image>sample string 45</Vehicle800Image>
    <VehicleBrandedReconInfoCount>56</VehicleBrandedReconInfoCount>
    <VehicleID>1</VehicleID>
    <VehicleImage>sample string 44</VehicleImage>
    <VehicleImages>sample string 68</VehicleImages>
    <VehicleLeadCount>48</VehicleLeadCount>
    <VehicleLocationID>15</VehicleLocationID>
    <VehicleNADAValueID>1</VehicleNADAValueID>
    <VehicleTotalImages>1</VehicleTotalImages>
    <VehicleTransactionID>1</VehicleTransactionID>
    <WarrantyTypeID>No_Warranty</WarrantyTypeID>
    <WatermarkID>1</WatermarkID>
    <WholesaleLightID>64</WholesaleLightID>
    <WholesalePrice>18</WholesalePrice>
  </VehicleListingDTO>
  <VehicleListingDTO>
    <Age>12</Age>
    <AgeBand>13</AgeBand>
    <Bank>sample string 30</Bank>
    <BankID>1</BankID>
    <BankTypeID>Auction</BankTypeID>
    <BarcodeImage>sample string 69</BarcodeImage>
    <BodyStyle>sample string 8</BodyStyle>
    <BodyStyleID>1</BodyStyleID>
    <BoughtFrom>sample string 26</BoughtFrom>
    <BoughtFromID>1</BoughtFromID>
    <BoughtFromTypeID>Auction</BoughtFromTypeID>
    <BrandedReconNotes>sample string 71</BrandedReconNotes>
    <Buyer>sample string 27</Buyer>
    <BuyerID>1</BuyerID>
    <CarfaxURL>sample string 73</CarfaxURL>
    <Color>sample string 14</Color>
    <ColorCode>sample string 43</ColorCode>
    <CostOfCar>38</CostOfCar>
    <CreditApplicationCount>47</CreditApplicationCount>
    <CurbWeight>sample string 64</CurbWeight>
    <CurrentTransactionAmount>76</CurrentTransactionAmount>
    <CurtailPaid>72</CurtailPaid>
    <CurtailPrincipal>39</CurtailPrincipal>
    <CurtailmentCost>33</CurtailmentCost>
    <DealStatusID>64</DealStatusID>
    <DealerPack>41</DealerPack>
    <DetailViewCount>46</DetailViewCount>
    <DriveType>sample string 9</DriveType>
    <DriveTypeID>55</DriveTypeID>
    <Engine>sample string 63</Engine>
    <FPPaidCost>35</FPPaidCost>
    <Featured>true</Featured>
    <FeedExclusion>true</FeedExclusion>
    <FlagApplyCode>true</FlagApplyCode>
    <FlagColorCode>sample string 52</FlagColorCode>
    <FlagMemo>sample string 50</FlagMemo>
    <FuelType>sample string 67</FuelType>
    <HasCarFaxReport>true</HasCarFaxReport>
    <HaveTitle>true</HaveTitle>
    <InStockDate>sample string 11</InStockDate>
    <InternetPrice>16</InternetPrice>
    <IsBrandedRecon>true</IsBrandedRecon>
    <IsNew>true</IsNew>
    <IsPublished>true</IsPublished>
    <LiveAge>1</LiveAge>
    <LiveDate>sample string 60</LiveDate>
    <MMRRetailAvg>1</MMRRetailAvg>
    <MMRWholesaleAvg>1</MMRWholesaleAvg>
    <Make>sample string 5</Make>
    <MakeID>54</MakeID>
    <Mileage>10</Mileage>
    <Model>sample string 6</Model>
    <ModelID>53</ModelID>
    <ModelYear>4</ModelYear>
    <NADAMileageAdj>1</NADAMileageAdj>
    <NADAOptionalTradeIn>1</NADAOptionalTradeIn>
    <NADATradeIn>1</NADATradeIn>
    <NotesCount>74</NotesCount>
    <OwnerNo>1</OwnerNo>
    <PackExpense>75</PackExpense>
    <PayeeID>1</PayeeID>
    <PayerID>1</PayerID>
    <PaymentModeDescription>sample string 29</PaymentModeDescription>
    <PaymentModeID>64</PaymentModeID>
    <PendingFPCost>34</PendingFPCost>
    <PriceLastUpdated>2025-05-11T11:49:17.9372372-04:00</PriceLastUpdated>
    <PriceLastUpdatedDays>1</PriceLastUpdatedDays>
    <PurchaseDate>2025-05-11T11:49:17.9372372-04:00</PurchaseDate>
    <PurchasePrice>32</PurchasePrice>
    <PushedVehicleID>31</PushedVehicleID>
    <ReducedPrice>19</ReducedPrice>
    <Removed>true</Removed>
    <RestockAmount>37</RestockAmount>
    <RetailPrice>17</RetailPrice>
    <SalePending>true</SalePending>
    <SnapshotKey>sample string 62</SnapshotKey>
    <SpotLight>true</SpotLight>
    <StockNumber>sample string 3</StockNumber>
    <SubTitle>sample string 65</SubTitle>
    <TitleNo>sample string 72</TitleNo>
    <TitleStatusID>Clean</TitleStatusID>
    <TotalExpense>36</TotalExpense>
    <TransactionDate>sample string 25</TransactionDate>
    <Transmission>sample string 66</Transmission>
    <Trim>sample string 7</Trim>
    <VIN>sample string 2</VIN>
    <Vehicle800Image>sample string 45</Vehicle800Image>
    <VehicleBrandedReconInfoCount>56</VehicleBrandedReconInfoCount>
    <VehicleID>1</VehicleID>
    <VehicleImage>sample string 44</VehicleImage>
    <VehicleImages>sample string 68</VehicleImages>
    <VehicleLeadCount>48</VehicleLeadCount>
    <VehicleLocationID>15</VehicleLocationID>
    <VehicleNADAValueID>1</VehicleNADAValueID>
    <VehicleTotalImages>1</VehicleTotalImages>
    <VehicleTransactionID>1</VehicleTransactionID>
    <WarrantyTypeID>No_Warranty</WarrantyTypeID>
    <WatermarkID>1</WatermarkID>
    <WholesaleLightID>64</WholesaleLightID>
    <WholesalePrice>18</WholesalePrice>
  </VehicleListingDTO>
</ArrayOfVehicleListingDTO>