GET api/van/{constructiondate}/models/{modelid}/types
All types of a specific van 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.VanTypeSet| Name | Description | Type | Additional information |
|---|---|---|---|
| Types | Collection of Kooijmans.Vehicle.RollsVanType |
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,
"SegmentCode": "sample string 3",
"Turbo": true,
"BodyType": "Other",
"BodyDescription": "sample string 5",
"Traction": "sample string 6",
"Transmission": "sample string 7",
"Wheelbase": 8,
"MaxLoadingWeight": 9,
"HeightLoadingSpace": 10,
"GVW": 11,
"CurrentValue": 12,
"CurrentValueExVatExBpm": 13,
"CurrentValueVatAmount": 14,
"CurrentValueBpmRemainderAmount": 15,
"SecuritySystemClass": "None",
"TypeID": 16,
"Source": "sample string 17",
"VehicleType": "sample string 18",
"TypeDescription": "sample string 19",
"TypeDescriptionLong": "sample string 20",
"ConsumerPrice": 21,
"BpmValue": 22,
"Vat": 23,
"NetPrice": 24,
"Co2Emissions": 25,
"ParticulatesEmissions": 26.0,
"Emissions": "sample string 27",
"Energylabel": "sample string 28",
"FuelType": "Other",
"FuelTypeDescription": "sample string 29",
"OriginalFuelTypeID": "sample string 30",
"OriginalFuelTypeDescription": "sample string 31",
"Hybrid": "Unknown",
"ExternallyRechargeable": true,
"Weight": 32,
"EnginePower": 33,
"CombustionEnginePower": 34,
"ElectricPower1": 35,
"ElectricPower2": 36,
"SystemCombinedPower": 37,
"EngineSize": 38,
"Acceleration": 39,
"Cylinders": 40,
"TopSpeed": 41,
"PhotoFront": "sample string 42",
"PhotoFrontThumb": "sample string 43",
"PhotoInterior": "sample string 44",
"PhotoInteriorThumb": "sample string 45",
"PhotoRear": "sample string 46",
"PhotoRearThumb": "sample string 47",
"VbVReplacementValue": 1,
"VbVRiskClass": 1,
"VbVInsurerRiskClass": 1,
"VbVAnnualRiskAmount": 1.0,
"VbVTheftRisk": 1.0,
"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,
"SegmentCode": "sample string 3",
"Turbo": true,
"BodyType": "Other",
"BodyDescription": "sample string 5",
"Traction": "sample string 6",
"Transmission": "sample string 7",
"Wheelbase": 8,
"MaxLoadingWeight": 9,
"HeightLoadingSpace": 10,
"GVW": 11,
"CurrentValue": 12,
"CurrentValueExVatExBpm": 13,
"CurrentValueVatAmount": 14,
"CurrentValueBpmRemainderAmount": 15,
"SecuritySystemClass": "None",
"TypeID": 16,
"Source": "sample string 17",
"VehicleType": "sample string 18",
"TypeDescription": "sample string 19",
"TypeDescriptionLong": "sample string 20",
"ConsumerPrice": 21,
"BpmValue": 22,
"Vat": 23,
"NetPrice": 24,
"Co2Emissions": 25,
"ParticulatesEmissions": 26.0,
"Emissions": "sample string 27",
"Energylabel": "sample string 28",
"FuelType": "Other",
"FuelTypeDescription": "sample string 29",
"OriginalFuelTypeID": "sample string 30",
"OriginalFuelTypeDescription": "sample string 31",
"Hybrid": "Unknown",
"ExternallyRechargeable": true,
"Weight": 32,
"EnginePower": 33,
"CombustionEnginePower": 34,
"ElectricPower1": 35,
"ElectricPower2": 36,
"SystemCombinedPower": 37,
"EngineSize": 38,
"Acceleration": 39,
"Cylinders": 40,
"TopSpeed": 41,
"PhotoFront": "sample string 42",
"PhotoFrontThumb": "sample string 43",
"PhotoInterior": "sample string 44",
"PhotoInteriorThumb": "sample string 45",
"PhotoRear": "sample string 46",
"PhotoRearThumb": "sample string 47",
"VbVReplacementValue": 1,
"VbVRiskClass": 1,
"VbVInsurerRiskClass": 1,
"VbVAnnualRiskAmount": 1.0,
"VbVTheftRisk": 1.0,
"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:
<VanTypeSet 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>
<RollsVanType>
<Acceleration>39</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>22</BpmValue>
<Co2Emissions>25</Co2Emissions>
<CombustionEnginePower>34</CombustionEnginePower>
<ConsumerPrice>21</ConsumerPrice>
<Cylinders>40</Cylinders>
<ElectricPower1>35</ElectricPower1>
<ElectricPower2>36</ElectricPower2>
<Emissions>sample string 27</Emissions>
<Energylabel>sample string 28</Energylabel>
<EnginePower>33</EnginePower>
<EngineSize>38</EngineSize>
<ExternallyRechargeable>true</ExternallyRechargeable>
<FuelType>Other</FuelType>
<FuelTypeDescription>sample string 29</FuelTypeDescription>
<Hybrid>Unknown</Hybrid>
<NetPrice>24</NetPrice>
<OriginalFuelTypeDescription>sample string 31</OriginalFuelTypeDescription>
<OriginalFuelTypeID>sample string 30</OriginalFuelTypeID>
<ParticulatesEmissions>26</ParticulatesEmissions>
<PhotoFront>sample string 42</PhotoFront>
<PhotoFrontThumb>sample string 43</PhotoFrontThumb>
<PhotoInterior>sample string 44</PhotoInterior>
<PhotoInteriorThumb>sample string 45</PhotoInteriorThumb>
<PhotoRear>sample string 46</PhotoRear>
<PhotoRearThumb>sample string 47</PhotoRearThumb>
<Source>sample string 17</Source>
<SystemCombinedPower>37</SystemCombinedPower>
<TopSpeed>41</TopSpeed>
<TypeDescription>sample string 19</TypeDescription>
<TypeDescriptionLong>sample string 20</TypeDescriptionLong>
<TypeID>16</TypeID>
<Vat>23</Vat>
<VbVAnnualRiskAmount>1</VbVAnnualRiskAmount>
<VbVInsurerRiskClass>1</VbVInsurerRiskClass>
<VbVReplacementValue>1</VbVReplacementValue>
<VbVRiskClass>1</VbVRiskClass>
<VbVTheftRisk>1</VbVTheftRisk>
<VehicleType>sample string 18</VehicleType>
<Weight>32</Weight>
<BodyDescription>sample string 5</BodyDescription>
<BodyType>Other</BodyType>
<CurrentValue>12</CurrentValue>
<CurrentValueBpmRemainderAmount>15</CurrentValueBpmRemainderAmount>
<CurrentValueExVatExBpm>13</CurrentValueExVatExBpm>
<CurrentValueVatAmount>14</CurrentValueVatAmount>
<Doors>1</Doors>
<GVW>11</GVW>
<HeightLoadingSpace>10</HeightLoadingSpace>
<MaxLoadingWeight>9</MaxLoadingWeight>
<Seats>2</Seats>
<SecuritySystemClass>None</SecuritySystemClass>
<SegmentCode>sample string 3</SegmentCode>
<Traction>sample string 6</Traction>
<Transmission>sample string 7</Transmission>
<Turbo>true</Turbo>
<Wheelbase>8</Wheelbase>
</RollsVanType>
<RollsVanType>
<Acceleration>39</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>22</BpmValue>
<Co2Emissions>25</Co2Emissions>
<CombustionEnginePower>34</CombustionEnginePower>
<ConsumerPrice>21</ConsumerPrice>
<Cylinders>40</Cylinders>
<ElectricPower1>35</ElectricPower1>
<ElectricPower2>36</ElectricPower2>
<Emissions>sample string 27</Emissions>
<Energylabel>sample string 28</Energylabel>
<EnginePower>33</EnginePower>
<EngineSize>38</EngineSize>
<ExternallyRechargeable>true</ExternallyRechargeable>
<FuelType>Other</FuelType>
<FuelTypeDescription>sample string 29</FuelTypeDescription>
<Hybrid>Unknown</Hybrid>
<NetPrice>24</NetPrice>
<OriginalFuelTypeDescription>sample string 31</OriginalFuelTypeDescription>
<OriginalFuelTypeID>sample string 30</OriginalFuelTypeID>
<ParticulatesEmissions>26</ParticulatesEmissions>
<PhotoFront>sample string 42</PhotoFront>
<PhotoFrontThumb>sample string 43</PhotoFrontThumb>
<PhotoInterior>sample string 44</PhotoInterior>
<PhotoInteriorThumb>sample string 45</PhotoInteriorThumb>
<PhotoRear>sample string 46</PhotoRear>
<PhotoRearThumb>sample string 47</PhotoRearThumb>
<Source>sample string 17</Source>
<SystemCombinedPower>37</SystemCombinedPower>
<TopSpeed>41</TopSpeed>
<TypeDescription>sample string 19</TypeDescription>
<TypeDescriptionLong>sample string 20</TypeDescriptionLong>
<TypeID>16</TypeID>
<Vat>23</Vat>
<VbVAnnualRiskAmount>1</VbVAnnualRiskAmount>
<VbVInsurerRiskClass>1</VbVInsurerRiskClass>
<VbVReplacementValue>1</VbVReplacementValue>
<VbVRiskClass>1</VbVRiskClass>
<VbVTheftRisk>1</VbVTheftRisk>
<VehicleType>sample string 18</VehicleType>
<Weight>32</Weight>
<BodyDescription>sample string 5</BodyDescription>
<BodyType>Other</BodyType>
<CurrentValue>12</CurrentValue>
<CurrentValueBpmRemainderAmount>15</CurrentValueBpmRemainderAmount>
<CurrentValueExVatExBpm>13</CurrentValueExVatExBpm>
<CurrentValueVatAmount>14</CurrentValueVatAmount>
<Doors>1</Doors>
<GVW>11</GVW>
<HeightLoadingSpace>10</HeightLoadingSpace>
<MaxLoadingWeight>9</MaxLoadingWeight>
<Seats>2</Seats>
<SecuritySystemClass>None</SecuritySystemClass>
<SegmentCode>sample string 3</SegmentCode>
<Traction>sample string 6</Traction>
<Transmission>sample string 7</Transmission>
<Turbo>true</Turbo>
<Wheelbase>8</Wheelbase>
</RollsVanType>
</Types>
</VanTypeSet>