GET api/van/afd/{constructiondate}/makes

All Van makes available on constructiondate in AFD format

Request Information

URI Parameters

NameDescriptionTypeAdditional information
constructiondate

Constructiondate in format yyyy or yyyyMM or yyyyMMdd

integer

Required

Body Parameters

None.

Response Information

Resource Description

Van makes

Kooijmans.Vehicle.VehicleAfdMake.VehicleAfdMake+AL
NameDescriptionTypeAdditional information
OB

Afd Collection of makes

Collection of Kooijmans.Vehicle.VehicleAfdMake.VehicleAfdMake+ALOBMERK

None.

Response Formats

application/json, text/json

Sample:
{
  "OB": [
    {
      "OB_VOLGNUM": 64,
      "OB_OBJSRT": "sample string 2",
      "OB_MERKID": 3,
      "OB_MERK": "sample string 4"
    },
    {
      "OB_VOLGNUM": 64,
      "OB_OBJSRT": "sample string 2",
      "OB_MERKID": 3,
      "OB_MERK": "sample string 4"
    }
  ]
}

application/xml, text/xml

Sample:
<AL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <OB>
    <OB_VOLGNUM>64</OB_VOLGNUM>
    <OB_OBJSRT>sample string 2</OB_OBJSRT>
    <OB_MERKID>3</OB_MERKID>
    <OB_MERK>sample string 4</OB_MERK>
  </OB>
  <OB>
    <OB_VOLGNUM>64</OB_VOLGNUM>
    <OB_OBJSRT>sample string 2</OB_OBJSRT>
    <OB_MERKID>3</OB_MERKID>
    <OB_MERK>sample string 4</OB_MERK>
  </OB>
</AL>