GET api/motorcycle/{constructiondate}/type/{typeid}

Motorcycle type information by typeid.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
constructiondate

Constructiondate in format yyyy or yyyyMM or yyyyMMdd

integer

Required

typeid

Autotelex typeid

integer

Required

Body Parameters

None.

Response Information

Resource Description

MotorCycleTypeSet containing one Type

Kooijmans.Vehicle.MotorCycleTypeSet
NameDescriptionTypeAdditional information
Types

Collection of Kooijmans.Vehicle.RollsMotorCycleType

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": [
    {
      "CurrentValue": 1,
      "CurrentValueExVatExBpm": 2,
      "CurrentValueVatAmount": 3,
      "CurrentValueBpmRemainderAmount": 4,
      "MaxPowerRpm": 5,
      "Gears": 6,
      "Stroke": 7,
      "TypeID": 8,
      "Source": "sample string 9",
      "VehicleType": "sample string 10",
      "TypeDescription": "sample string 11",
      "TypeDescriptionLong": "sample string 12",
      "ConsumerPrice": 13,
      "BpmValue": 14,
      "Vat": 15,
      "NetPrice": 16,
      "Co2Emissions": 17,
      "ParticulatesEmissions": 18.0,
      "Emissions": "sample string 19",
      "Energylabel": "sample string 20",
      "FuelType": "Other",
      "FuelTypeDescription": "sample string 21",
      "OriginalFuelTypeID": "sample string 22",
      "OriginalFuelTypeDescription": "sample string 23",
      "Hybrid": "Unknown",
      "ExternallyRechargeable": true,
      "Weight": 24,
      "EnginePower": 25,
      "ElectricPower1": 26,
      "ElectricPower2": 27,
      "SystemCombinedPower": 28,
      "EngineSize": 29,
      "Acceleration": 30,
      "Cylinders": 31,
      "TopSpeed": 32,
      "PhotoFront": "sample string 33",
      "PhotoFrontThumb": "sample string 34",
      "PhotoInterior": "sample string 35",
      "PhotoInteriorThumb": "sample string 36",
      "PhotoRear": "sample string 37",
      "PhotoRearThumb": "sample string 38",
      "Accessories": [
        {
          "AccessoryID": 1,
          "AccessoryDescription": "sample string 2",
          "AccessorySafetyItemID": "sample string 3"
        },
        {
          "AccessoryID": 1,
          "AccessoryDescription": "sample string 2",
          "AccessorySafetyItemID": "sample string 3"
        }
      ]
    },
    {
      "CurrentValue": 1,
      "CurrentValueExVatExBpm": 2,
      "CurrentValueVatAmount": 3,
      "CurrentValueBpmRemainderAmount": 4,
      "MaxPowerRpm": 5,
      "Gears": 6,
      "Stroke": 7,
      "TypeID": 8,
      "Source": "sample string 9",
      "VehicleType": "sample string 10",
      "TypeDescription": "sample string 11",
      "TypeDescriptionLong": "sample string 12",
      "ConsumerPrice": 13,
      "BpmValue": 14,
      "Vat": 15,
      "NetPrice": 16,
      "Co2Emissions": 17,
      "ParticulatesEmissions": 18.0,
      "Emissions": "sample string 19",
      "Energylabel": "sample string 20",
      "FuelType": "Other",
      "FuelTypeDescription": "sample string 21",
      "OriginalFuelTypeID": "sample string 22",
      "OriginalFuelTypeDescription": "sample string 23",
      "Hybrid": "Unknown",
      "ExternallyRechargeable": true,
      "Weight": 24,
      "EnginePower": 25,
      "ElectricPower1": 26,
      "ElectricPower2": 27,
      "SystemCombinedPower": 28,
      "EngineSize": 29,
      "Acceleration": 30,
      "Cylinders": 31,
      "TopSpeed": 32,
      "PhotoFront": "sample string 33",
      "PhotoFrontThumb": "sample string 34",
      "PhotoInterior": "sample string 35",
      "PhotoInteriorThumb": "sample string 36",
      "PhotoRear": "sample string 37",
      "PhotoRearThumb": "sample string 38",
      "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:
<MotorCycleTypeSet 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>
    <RollsMotorCycleType>
      <Acceleration>30</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>14</BpmValue>
      <Co2Emissions>17</Co2Emissions>
      <ConsumerPrice>13</ConsumerPrice>
      <Cylinders>31</Cylinders>
      <ElectricPower1>26</ElectricPower1>
      <ElectricPower2>27</ElectricPower2>
      <Emissions>sample string 19</Emissions>
      <Energylabel>sample string 20</Energylabel>
      <EnginePower>25</EnginePower>
      <EngineSize>29</EngineSize>
      <ExternallyRechargeable>true</ExternallyRechargeable>
      <FuelType>Other</FuelType>
      <FuelTypeDescription>sample string 21</FuelTypeDescription>
      <Hybrid>Unknown</Hybrid>
      <NetPrice>16</NetPrice>
      <OriginalFuelTypeDescription>sample string 23</OriginalFuelTypeDescription>
      <OriginalFuelTypeID>sample string 22</OriginalFuelTypeID>
      <ParticulatesEmissions>18</ParticulatesEmissions>
      <PhotoFront>sample string 33</PhotoFront>
      <PhotoFrontThumb>sample string 34</PhotoFrontThumb>
      <PhotoInterior>sample string 35</PhotoInterior>
      <PhotoInteriorThumb>sample string 36</PhotoInteriorThumb>
      <PhotoRear>sample string 37</PhotoRear>
      <PhotoRearThumb>sample string 38</PhotoRearThumb>
      <Source>sample string 9</Source>
      <SystemCombinedPower>28</SystemCombinedPower>
      <TopSpeed>32</TopSpeed>
      <TypeDescription>sample string 11</TypeDescription>
      <TypeDescriptionLong>sample string 12</TypeDescriptionLong>
      <TypeID>8</TypeID>
      <Vat>15</Vat>
      <VehicleType>sample string 10</VehicleType>
      <Weight>24</Weight>
      <CurrentValue>1</CurrentValue>
      <CurrentValueBpmRemainderAmount>4</CurrentValueBpmRemainderAmount>
      <CurrentValueExVatExBpm>2</CurrentValueExVatExBpm>
      <CurrentValueVatAmount>3</CurrentValueVatAmount>
      <Gears>6</Gears>
      <MaxPowerRpm>5</MaxPowerRpm>
      <Stroke>7</Stroke>
    </RollsMotorCycleType>
    <RollsMotorCycleType>
      <Acceleration>30</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>14</BpmValue>
      <Co2Emissions>17</Co2Emissions>
      <ConsumerPrice>13</ConsumerPrice>
      <Cylinders>31</Cylinders>
      <ElectricPower1>26</ElectricPower1>
      <ElectricPower2>27</ElectricPower2>
      <Emissions>sample string 19</Emissions>
      <Energylabel>sample string 20</Energylabel>
      <EnginePower>25</EnginePower>
      <EngineSize>29</EngineSize>
      <ExternallyRechargeable>true</ExternallyRechargeable>
      <FuelType>Other</FuelType>
      <FuelTypeDescription>sample string 21</FuelTypeDescription>
      <Hybrid>Unknown</Hybrid>
      <NetPrice>16</NetPrice>
      <OriginalFuelTypeDescription>sample string 23</OriginalFuelTypeDescription>
      <OriginalFuelTypeID>sample string 22</OriginalFuelTypeID>
      <ParticulatesEmissions>18</ParticulatesEmissions>
      <PhotoFront>sample string 33</PhotoFront>
      <PhotoFrontThumb>sample string 34</PhotoFrontThumb>
      <PhotoInterior>sample string 35</PhotoInterior>
      <PhotoInteriorThumb>sample string 36</PhotoInteriorThumb>
      <PhotoRear>sample string 37</PhotoRear>
      <PhotoRearThumb>sample string 38</PhotoRearThumb>
      <Source>sample string 9</Source>
      <SystemCombinedPower>28</SystemCombinedPower>
      <TopSpeed>32</TopSpeed>
      <TypeDescription>sample string 11</TypeDescription>
      <TypeDescriptionLong>sample string 12</TypeDescriptionLong>
      <TypeID>8</TypeID>
      <Vat>15</Vat>
      <VehicleType>sample string 10</VehicleType>
      <Weight>24</Weight>
      <CurrentValue>1</CurrentValue>
      <CurrentValueBpmRemainderAmount>4</CurrentValueBpmRemainderAmount>
      <CurrentValueExVatExBpm>2</CurrentValueExVatExBpm>
      <CurrentValueVatAmount>3</CurrentValueVatAmount>
      <Gears>6</Gears>
      <MaxPowerRpm>5</MaxPowerRpm>
      <Stroke>7</Stroke>
    </RollsMotorCycleType>
  </Types>
</MotorCycleTypeSet>