GET api/moped/{constructiondate}/type/{typeid}
Moped type information by typeid.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
constructiondate |
Constructiondate in format yyyy or yyyyMM or yyyyMMdd |
integer |
Required |
typeid |
Autotelex typeid |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MopedTypeSet containing one Type
Kooijmans.Vehicle.MopedTypeSetName | 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, "ElectricPower1": 20, "ElectricPower2": 21, "SystemCombinedPower": 22, "EngineSize": 23, "Acceleration": 24, "Cylinders": 25, "TopSpeed": 26, "PhotoFront": "sample string 27", "PhotoFrontThumb": "sample string 28", "PhotoInterior": "sample string 29", "PhotoInteriorThumb": "sample string 30", "PhotoRear": "sample string 31", "PhotoRearThumb": "sample string 32", "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, "ElectricPower1": 20, "ElectricPower2": 21, "SystemCombinedPower": 22, "EngineSize": 23, "Acceleration": 24, "Cylinders": 25, "TopSpeed": 26, "PhotoFront": "sample string 27", "PhotoFrontThumb": "sample string 28", "PhotoInterior": "sample string 29", "PhotoInteriorThumb": "sample string 30", "PhotoRear": "sample string 31", "PhotoRearThumb": "sample string 32", "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>24</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> <ConsumerPrice>7</ConsumerPrice> <Cylinders>25</Cylinders> <ElectricPower1>20</ElectricPower1> <ElectricPower2>21</ElectricPower2> <Emissions>sample string 13</Emissions> <Energylabel>sample string 14</Energylabel> <EnginePower>19</EnginePower> <EngineSize>23</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 27</PhotoFront> <PhotoFrontThumb>sample string 28</PhotoFrontThumb> <PhotoInterior>sample string 29</PhotoInterior> <PhotoInteriorThumb>sample string 30</PhotoInteriorThumb> <PhotoRear>sample string 31</PhotoRear> <PhotoRearThumb>sample string 32</PhotoRearThumb> <Source>sample string 3</Source> <SystemCombinedPower>22</SystemCombinedPower> <TopSpeed>26</TopSpeed> <TypeDescription>sample string 5</TypeDescription> <TypeDescriptionLong>sample string 6</TypeDescriptionLong> <TypeID>2</TypeID> <Vat>9</Vat> <VehicleType>sample string 4</VehicleType> <Weight>18</Weight> <Gears>1</Gears> </RollsMopedType> <RollsMopedType> <Acceleration>24</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> <ConsumerPrice>7</ConsumerPrice> <Cylinders>25</Cylinders> <ElectricPower1>20</ElectricPower1> <ElectricPower2>21</ElectricPower2> <Emissions>sample string 13</Emissions> <Energylabel>sample string 14</Energylabel> <EnginePower>19</EnginePower> <EngineSize>23</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 27</PhotoFront> <PhotoFrontThumb>sample string 28</PhotoFrontThumb> <PhotoInterior>sample string 29</PhotoInterior> <PhotoInteriorThumb>sample string 30</PhotoInteriorThumb> <PhotoRear>sample string 31</PhotoRear> <PhotoRearThumb>sample string 32</PhotoRearThumb> <Source>sample string 3</Source> <SystemCombinedPower>22</SystemCombinedPower> <TopSpeed>26</TopSpeed> <TypeDescription>sample string 5</TypeDescription> <TypeDescriptionLong>sample string 6</TypeDescriptionLong> <TypeID>2</TypeID> <Vat>9</Vat> <VehicleType>sample string 4</VehicleType> <Weight>18</Weight> <Gears>1</Gears> </RollsMopedType> </Types> </MopedTypeSet>