GET api/moped/{constructiondate}/models/{modelid}/types
All types of a specific moped model
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| constructiondate |
Constructiondate in format yyyy or yyyyMM or yyyyMMdd |
integer |
Required |
| modelid |
ModelID you want typeinfo of |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Kooijmans.Vehicle.MopedTypeSet| Name | Description | Type | Additional information |
|---|---|---|---|
| Types | Collection of Kooijmans.Vehicle.RollsMopedType |
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": [
{
"Gears": 1,
"TypeID": 2,
"Source": "sample string 3",
"VehicleType": "sample string 4",
"TypeDescription": "sample string 5",
"TypeDescriptionLong": "sample string 6",
"ConsumerPrice": 7,
"BpmValue": 8,
"Vat": 9,
"NetPrice": 10,
"Co2Emissions": 11,
"ParticulatesEmissions": 12.0,
"Emissions": "sample string 13",
"Energylabel": "sample string 14",
"FuelType": "Other",
"FuelTypeDescription": "sample string 15",
"OriginalFuelTypeID": "sample string 16",
"OriginalFuelTypeDescription": "sample string 17",
"Hybrid": "Unknown",
"ExternallyRechargeable": true,
"Weight": 18,
"EnginePower": 19,
"CombustionEnginePower": 20,
"ElectricPower1": 21,
"ElectricPower2": 22,
"SystemCombinedPower": 23,
"EngineSize": 24,
"Acceleration": 25,
"Cylinders": 26,
"TopSpeed": 27,
"PhotoFront": "sample string 28",
"PhotoFrontThumb": "sample string 29",
"PhotoInterior": "sample string 30",
"PhotoInteriorThumb": "sample string 31",
"PhotoRear": "sample string 32",
"PhotoRearThumb": "sample string 33",
"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"
}
]
},
{
"Gears": 1,
"TypeID": 2,
"Source": "sample string 3",
"VehicleType": "sample string 4",
"TypeDescription": "sample string 5",
"TypeDescriptionLong": "sample string 6",
"ConsumerPrice": 7,
"BpmValue": 8,
"Vat": 9,
"NetPrice": 10,
"Co2Emissions": 11,
"ParticulatesEmissions": 12.0,
"Emissions": "sample string 13",
"Energylabel": "sample string 14",
"FuelType": "Other",
"FuelTypeDescription": "sample string 15",
"OriginalFuelTypeID": "sample string 16",
"OriginalFuelTypeDescription": "sample string 17",
"Hybrid": "Unknown",
"ExternallyRechargeable": true,
"Weight": 18,
"EnginePower": 19,
"CombustionEnginePower": 20,
"ElectricPower1": 21,
"ElectricPower2": 22,
"SystemCombinedPower": 23,
"EngineSize": 24,
"Acceleration": 25,
"Cylinders": 26,
"TopSpeed": 27,
"PhotoFront": "sample string 28",
"PhotoFrontThumb": "sample string 29",
"PhotoInterior": "sample string 30",
"PhotoInteriorThumb": "sample string 31",
"PhotoRear": "sample string 32",
"PhotoRearThumb": "sample string 33",
"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:
<MopedTypeSet 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>
<RollsMopedType>
<Acceleration>25</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>8</BpmValue>
<Co2Emissions>11</Co2Emissions>
<CombustionEnginePower>20</CombustionEnginePower>
<ConsumerPrice>7</ConsumerPrice>
<Cylinders>26</Cylinders>
<ElectricPower1>21</ElectricPower1>
<ElectricPower2>22</ElectricPower2>
<Emissions>sample string 13</Emissions>
<Energylabel>sample string 14</Energylabel>
<EnginePower>19</EnginePower>
<EngineSize>24</EngineSize>
<ExternallyRechargeable>true</ExternallyRechargeable>
<FuelType>Other</FuelType>
<FuelTypeDescription>sample string 15</FuelTypeDescription>
<Hybrid>Unknown</Hybrid>
<NetPrice>10</NetPrice>
<OriginalFuelTypeDescription>sample string 17</OriginalFuelTypeDescription>
<OriginalFuelTypeID>sample string 16</OriginalFuelTypeID>
<ParticulatesEmissions>12</ParticulatesEmissions>
<PhotoFront>sample string 28</PhotoFront>
<PhotoFrontThumb>sample string 29</PhotoFrontThumb>
<PhotoInterior>sample string 30</PhotoInterior>
<PhotoInteriorThumb>sample string 31</PhotoInteriorThumb>
<PhotoRear>sample string 32</PhotoRear>
<PhotoRearThumb>sample string 33</PhotoRearThumb>
<Source>sample string 3</Source>
<SystemCombinedPower>23</SystemCombinedPower>
<TopSpeed>27</TopSpeed>
<TypeDescription>sample string 5</TypeDescription>
<TypeDescriptionLong>sample string 6</TypeDescriptionLong>
<TypeID>2</TypeID>
<Vat>9</Vat>
<VbVAnnualRiskAmount>1</VbVAnnualRiskAmount>
<VbVInsurerRiskClass>1</VbVInsurerRiskClass>
<VbVReplacementValue>1</VbVReplacementValue>
<VbVRiskClass>1</VbVRiskClass>
<VbVTheftRisk>1</VbVTheftRisk>
<VehicleType>sample string 4</VehicleType>
<Weight>18</Weight>
<Gears>1</Gears>
</RollsMopedType>
<RollsMopedType>
<Acceleration>25</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>8</BpmValue>
<Co2Emissions>11</Co2Emissions>
<CombustionEnginePower>20</CombustionEnginePower>
<ConsumerPrice>7</ConsumerPrice>
<Cylinders>26</Cylinders>
<ElectricPower1>21</ElectricPower1>
<ElectricPower2>22</ElectricPower2>
<Emissions>sample string 13</Emissions>
<Energylabel>sample string 14</Energylabel>
<EnginePower>19</EnginePower>
<EngineSize>24</EngineSize>
<ExternallyRechargeable>true</ExternallyRechargeable>
<FuelType>Other</FuelType>
<FuelTypeDescription>sample string 15</FuelTypeDescription>
<Hybrid>Unknown</Hybrid>
<NetPrice>10</NetPrice>
<OriginalFuelTypeDescription>sample string 17</OriginalFuelTypeDescription>
<OriginalFuelTypeID>sample string 16</OriginalFuelTypeID>
<ParticulatesEmissions>12</ParticulatesEmissions>
<PhotoFront>sample string 28</PhotoFront>
<PhotoFrontThumb>sample string 29</PhotoFrontThumb>
<PhotoInterior>sample string 30</PhotoInterior>
<PhotoInteriorThumb>sample string 31</PhotoInteriorThumb>
<PhotoRear>sample string 32</PhotoRear>
<PhotoRearThumb>sample string 33</PhotoRearThumb>
<Source>sample string 3</Source>
<SystemCombinedPower>23</SystemCombinedPower>
<TopSpeed>27</TopSpeed>
<TypeDescription>sample string 5</TypeDescription>
<TypeDescriptionLong>sample string 6</TypeDescriptionLong>
<TypeID>2</TypeID>
<Vat>9</Vat>
<VbVAnnualRiskAmount>1</VbVAnnualRiskAmount>
<VbVInsurerRiskClass>1</VbVInsurerRiskClass>
<VbVReplacementValue>1</VbVReplacementValue>
<VbVRiskClass>1</VbVRiskClass>
<VbVTheftRisk>1</VbVTheftRisk>
<VehicleType>sample string 4</VehicleType>
<Weight>18</Weight>
<Gears>1</Gears>
</RollsMopedType>
</Types>
</MopedTypeSet>