GET api/van/{constructiondate}/models/{modelid}/types

All types of a specific van model

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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,
      "ElectricPower1": 34,
      "ElectricPower2": 35,
      "SystemCombinedPower": 36,
      "EngineSize": 37,
      "Acceleration": 38,
      "Cylinders": 39,
      "TopSpeed": 40,
      "PhotoFront": "sample string 41",
      "PhotoFrontThumb": "sample string 42",
      "PhotoInterior": "sample string 43",
      "PhotoInteriorThumb": "sample string 44",
      "PhotoRear": "sample string 45",
      "PhotoRearThumb": "sample string 46",
      "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,
      "ElectricPower1": 34,
      "ElectricPower2": 35,
      "SystemCombinedPower": 36,
      "EngineSize": 37,
      "Acceleration": 38,
      "Cylinders": 39,
      "TopSpeed": 40,
      "PhotoFront": "sample string 41",
      "PhotoFrontThumb": "sample string 42",
      "PhotoInterior": "sample string 43",
      "PhotoInteriorThumb": "sample string 44",
      "PhotoRear": "sample string 45",
      "PhotoRearThumb": "sample string 46",
      "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>38</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>
      <ConsumerPrice>21</ConsumerPrice>
      <Cylinders>39</Cylinders>
      <ElectricPower1>34</ElectricPower1>
      <ElectricPower2>35</ElectricPower2>
      <Emissions>sample string 27</Emissions>
      <Energylabel>sample string 28</Energylabel>
      <EnginePower>33</EnginePower>
      <EngineSize>37</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 41</PhotoFront>
      <PhotoFrontThumb>sample string 42</PhotoFrontThumb>
      <PhotoInterior>sample string 43</PhotoInterior>
      <PhotoInteriorThumb>sample string 44</PhotoInteriorThumb>
      <PhotoRear>sample string 45</PhotoRear>
      <PhotoRearThumb>sample string 46</PhotoRearThumb>
      <Source>sample string 17</Source>
      <SystemCombinedPower>36</SystemCombinedPower>
      <TopSpeed>40</TopSpeed>
      <TypeDescription>sample string 19</TypeDescription>
      <TypeDescriptionLong>sample string 20</TypeDescriptionLong>
      <TypeID>16</TypeID>
      <Vat>23</Vat>
      <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>38</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>
      <ConsumerPrice>21</ConsumerPrice>
      <Cylinders>39</Cylinders>
      <ElectricPower1>34</ElectricPower1>
      <ElectricPower2>35</ElectricPower2>
      <Emissions>sample string 27</Emissions>
      <Energylabel>sample string 28</Energylabel>
      <EnginePower>33</EnginePower>
      <EngineSize>37</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 41</PhotoFront>
      <PhotoFrontThumb>sample string 42</PhotoFrontThumb>
      <PhotoInterior>sample string 43</PhotoInterior>
      <PhotoInteriorThumb>sample string 44</PhotoInteriorThumb>
      <PhotoRear>sample string 45</PhotoRear>
      <PhotoRearThumb>sample string 46</PhotoRearThumb>
      <Source>sample string 17</Source>
      <SystemCombinedPower>36</SystemCombinedPower>
      <TopSpeed>40</TopSpeed>
      <TypeDescription>sample string 19</TypeDescription>
      <TypeDescriptionLong>sample string 20</TypeDescriptionLong>
      <TypeID>16</TypeID>
      <Vat>23</Vat>
      <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>