GET api/passengercar/{constructiondate}/models/{modelid}/types
All types of a specific passengercar model
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
constructiondate |
Constructiondate in format yyyy or yyyyMM or yyyyMMdd |
integer |
Required |
modelid |
The modelID you want the types of |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Kooijmans.Vehicle.PassengercarTypeSetName | Description | Type | Additional information |
---|---|---|---|
Types | Collection of Kooijmans.Vehicle.RollsPassengercarType |
None. |
|
MakeID |
Autotelex MakeID |
integer |
None. |
BrandName |
Brand name |
string |
None. |
PathLogo |
Path where logo images can be found |
string |
None. |
PathPhoto |
Path where photo images can be found |
string |
None. |
BrandLogo |
Image path for brand logo |
string |
None. |
BrandLogoThumb |
Image path for small brand logo |
string |
None. |
ModelID |
Autotelex modelID |
integer |
None. |
ModelName |
Model name |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Types": [ { "Doors": 1, "Seats": 2, "BodyType": "Other", "BodyDescription": "sample string 3", "Traction": "sample string 4", "Transmission": "sample string 5", "Turbo": true, "MaxPowerRpm": 7, "Torque": 8, "MaxTorqueRpm": 9, "TankCapacity": 10, "FuelConsumptionUrban": 11, "FuelConsumptionExtraUrban": 12, "FuelConsumptionCombined": 13, "SegmentCode": "sample string 14", "CurrentValue": 15, "CurrentValueExVatExBpm": 16, "CurrentValueVatAmount": 17, "CurrentValueBpmRemainderAmount": 18, "SecuritySystemClass": "None", "TypeID": 19, "Source": "sample string 20", "VehicleType": "sample string 21", "TypeDescription": "sample string 22", "TypeDescriptionLong": "sample string 23", "ConsumerPrice": 24, "BpmValue": 25, "Vat": 26, "NetPrice": 27, "Co2Emissions": 28, "ParticulatesEmissions": 29.0, "Emissions": "sample string 30", "Energylabel": "sample string 31", "FuelType": "Other", "FuelTypeDescription": "sample string 32", "OriginalFuelTypeID": "sample string 33", "OriginalFuelTypeDescription": "sample string 34", "Hybrid": "Unknown", "ExternallyRechargeable": true, "Weight": 35, "EnginePower": 36, "ElectricPower1": 37, "ElectricPower2": 38, "SystemCombinedPower": 39, "EngineSize": 40, "Acceleration": 41, "Cylinders": 42, "TopSpeed": 43, "PhotoFront": "sample string 44", "PhotoFrontThumb": "sample string 45", "PhotoInterior": "sample string 46", "PhotoInteriorThumb": "sample string 47", "PhotoRear": "sample string 48", "PhotoRearThumb": "sample string 49", "Accessories": [ { "AccessoryID": 1, "AccessoryDescription": "sample string 2", "AccessorySafetyItemID": "sample string 3" }, { "AccessoryID": 1, "AccessoryDescription": "sample string 2", "AccessorySafetyItemID": "sample string 3" } ] }, { "Doors": 1, "Seats": 2, "BodyType": "Other", "BodyDescription": "sample string 3", "Traction": "sample string 4", "Transmission": "sample string 5", "Turbo": true, "MaxPowerRpm": 7, "Torque": 8, "MaxTorqueRpm": 9, "TankCapacity": 10, "FuelConsumptionUrban": 11, "FuelConsumptionExtraUrban": 12, "FuelConsumptionCombined": 13, "SegmentCode": "sample string 14", "CurrentValue": 15, "CurrentValueExVatExBpm": 16, "CurrentValueVatAmount": 17, "CurrentValueBpmRemainderAmount": 18, "SecuritySystemClass": "None", "TypeID": 19, "Source": "sample string 20", "VehicleType": "sample string 21", "TypeDescription": "sample string 22", "TypeDescriptionLong": "sample string 23", "ConsumerPrice": 24, "BpmValue": 25, "Vat": 26, "NetPrice": 27, "Co2Emissions": 28, "ParticulatesEmissions": 29.0, "Emissions": "sample string 30", "Energylabel": "sample string 31", "FuelType": "Other", "FuelTypeDescription": "sample string 32", "OriginalFuelTypeID": "sample string 33", "OriginalFuelTypeDescription": "sample string 34", "Hybrid": "Unknown", "ExternallyRechargeable": true, "Weight": 35, "EnginePower": 36, "ElectricPower1": 37, "ElectricPower2": 38, "SystemCombinedPower": 39, "EngineSize": 40, "Acceleration": 41, "Cylinders": 42, "TopSpeed": 43, "PhotoFront": "sample string 44", "PhotoFrontThumb": "sample string 45", "PhotoInterior": "sample string 46", "PhotoInteriorThumb": "sample string 47", "PhotoRear": "sample string 48", "PhotoRearThumb": "sample string 49", "Accessories": [ { "AccessoryID": 1, "AccessoryDescription": "sample string 2", "AccessorySafetyItemID": "sample string 3" }, { "AccessoryID": 1, "AccessoryDescription": "sample string 2", "AccessorySafetyItemID": "sample string 3" } ] } ], "MakeID": 1, "BrandName": "sample string 2", "PathLogo": "sample string 3", "PathPhoto": "sample string 4", "BrandLogo": "sample string 5", "BrandLogoThumb": "sample string 6", "ModelID": 7, "ModelName": "sample string 8" }
application/xml, text/xml
Sample:
<PassengercarTypeSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.kooijmans.nl/vehicledata"> <BrandLogo>sample string 5</BrandLogo> <BrandLogoThumb>sample string 6</BrandLogoThumb> <BrandName>sample string 2</BrandName> <MakeID>1</MakeID> <ModelID>7</ModelID> <ModelName>sample string 8</ModelName> <PathLogo>sample string 3</PathLogo> <PathPhoto>sample string 4</PathPhoto> <Types> <RollsPassengercarType> <Acceleration>41</Acceleration> <Accessories> <RollsAccessory> <AccessoryDescription>sample string 2</AccessoryDescription> <AccessoryID>1</AccessoryID> <AccessorySafetyItemID>sample string 3</AccessorySafetyItemID> </RollsAccessory> <RollsAccessory> <AccessoryDescription>sample string 2</AccessoryDescription> <AccessoryID>1</AccessoryID> <AccessorySafetyItemID>sample string 3</AccessorySafetyItemID> </RollsAccessory> </Accessories> <BpmValue>25</BpmValue> <Co2Emissions>28</Co2Emissions> <ConsumerPrice>24</ConsumerPrice> <Cylinders>42</Cylinders> <ElectricPower1>37</ElectricPower1> <ElectricPower2>38</ElectricPower2> <Emissions>sample string 30</Emissions> <Energylabel>sample string 31</Energylabel> <EnginePower>36</EnginePower> <EngineSize>40</EngineSize> <ExternallyRechargeable>true</ExternallyRechargeable> <FuelType>Other</FuelType> <FuelTypeDescription>sample string 32</FuelTypeDescription> <Hybrid>Unknown</Hybrid> <NetPrice>27</NetPrice> <OriginalFuelTypeDescription>sample string 34</OriginalFuelTypeDescription> <OriginalFuelTypeID>sample string 33</OriginalFuelTypeID> <ParticulatesEmissions>29</ParticulatesEmissions> <PhotoFront>sample string 44</PhotoFront> <PhotoFrontThumb>sample string 45</PhotoFrontThumb> <PhotoInterior>sample string 46</PhotoInterior> <PhotoInteriorThumb>sample string 47</PhotoInteriorThumb> <PhotoRear>sample string 48</PhotoRear> <PhotoRearThumb>sample string 49</PhotoRearThumb> <Source>sample string 20</Source> <SystemCombinedPower>39</SystemCombinedPower> <TopSpeed>43</TopSpeed> <TypeDescription>sample string 22</TypeDescription> <TypeDescriptionLong>sample string 23</TypeDescriptionLong> <TypeID>19</TypeID> <Vat>26</Vat> <VehicleType>sample string 21</VehicleType> <Weight>35</Weight> <BodyDescription>sample string 3</BodyDescription> <BodyType>Other</BodyType> <CurrentValue>15</CurrentValue> <CurrentValueBpmRemainderAmount>18</CurrentValueBpmRemainderAmount> <CurrentValueExVatExBpm>16</CurrentValueExVatExBpm> <CurrentValueVatAmount>17</CurrentValueVatAmount> <Doors>1</Doors> <FuelConsumptionCombined>13</FuelConsumptionCombined> <FuelConsumptionExtraUrban>12</FuelConsumptionExtraUrban> <FuelConsumptionUrban>11</FuelConsumptionUrban> <MaxPowerRpm>7</MaxPowerRpm> <MaxTorqueRpm>9</MaxTorqueRpm> <Seats>2</Seats> <SecuritySystemClass>None</SecuritySystemClass> <SegmentCode>sample string 14</SegmentCode> <TankCapacity>10</TankCapacity> <Torque>8</Torque> <Traction>sample string 4</Traction> <Transmission>sample string 5</Transmission> <Turbo>true</Turbo> </RollsPassengercarType> <RollsPassengercarType> <Acceleration>41</Acceleration> <Accessories> <RollsAccessory> <AccessoryDescription>sample string 2</AccessoryDescription> <AccessoryID>1</AccessoryID> <AccessorySafetyItemID>sample string 3</AccessorySafetyItemID> </RollsAccessory> <RollsAccessory> <AccessoryDescription>sample string 2</AccessoryDescription> <AccessoryID>1</AccessoryID> <AccessorySafetyItemID>sample string 3</AccessorySafetyItemID> </RollsAccessory> </Accessories> <BpmValue>25</BpmValue> <Co2Emissions>28</Co2Emissions> <ConsumerPrice>24</ConsumerPrice> <Cylinders>42</Cylinders> <ElectricPower1>37</ElectricPower1> <ElectricPower2>38</ElectricPower2> <Emissions>sample string 30</Emissions> <Energylabel>sample string 31</Energylabel> <EnginePower>36</EnginePower> <EngineSize>40</EngineSize> <ExternallyRechargeable>true</ExternallyRechargeable> <FuelType>Other</FuelType> <FuelTypeDescription>sample string 32</FuelTypeDescription> <Hybrid>Unknown</Hybrid> <NetPrice>27</NetPrice> <OriginalFuelTypeDescription>sample string 34</OriginalFuelTypeDescription> <OriginalFuelTypeID>sample string 33</OriginalFuelTypeID> <ParticulatesEmissions>29</ParticulatesEmissions> <PhotoFront>sample string 44</PhotoFront> <PhotoFrontThumb>sample string 45</PhotoFrontThumb> <PhotoInterior>sample string 46</PhotoInterior> <PhotoInteriorThumb>sample string 47</PhotoInteriorThumb> <PhotoRear>sample string 48</PhotoRear> <PhotoRearThumb>sample string 49</PhotoRearThumb> <Source>sample string 20</Source> <SystemCombinedPower>39</SystemCombinedPower> <TopSpeed>43</TopSpeed> <TypeDescription>sample string 22</TypeDescription> <TypeDescriptionLong>sample string 23</TypeDescriptionLong> <TypeID>19</TypeID> <Vat>26</Vat> <VehicleType>sample string 21</VehicleType> <Weight>35</Weight> <BodyDescription>sample string 3</BodyDescription> <BodyType>Other</BodyType> <CurrentValue>15</CurrentValue> <CurrentValueBpmRemainderAmount>18</CurrentValueBpmRemainderAmount> <CurrentValueExVatExBpm>16</CurrentValueExVatExBpm> <CurrentValueVatAmount>17</CurrentValueVatAmount> <Doors>1</Doors> <FuelConsumptionCombined>13</FuelConsumptionCombined> <FuelConsumptionExtraUrban>12</FuelConsumptionExtraUrban> <FuelConsumptionUrban>11</FuelConsumptionUrban> <MaxPowerRpm>7</MaxPowerRpm> <MaxTorqueRpm>9</MaxTorqueRpm> <Seats>2</Seats> <SecuritySystemClass>None</SecuritySystemClass> <SegmentCode>sample string 14</SegmentCode> <TankCapacity>10</TankCapacity> <Torque>8</Torque> <Traction>sample string 4</Traction> <Transmission>sample string 5</Transmission> <Turbo>true</Turbo> </RollsPassengercarType> </Types> </PassengercarTypeSet>