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

All moped 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

Moped makes

Kooijmans.Vehicle.VehicleAfdMake.VehicleMopedAfdMake+AL
NameDescriptionTypeAdditional information
BF

Afd Collection of makes

Collection of Kooijmans.Vehicle.VehicleAfdMake.VehicleMopedAfdMake+ALBFMERK

None.

Response Formats

application/json, text/json

Sample:
{
  "BF": [
    {
      "BF_VOLGNUM": 64,
      "BF_MERKID": 2,
      "BF_MERK": "sample string 3"
    },
    {
      "BF_VOLGNUM": 64,
      "BF_MERKID": 2,
      "BF_MERK": "sample string 3"
    }
  ]
}

application/xml, text/xml

Sample:
<AL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <BF>
    <BF_VOLGNUM>64</BF_VOLGNUM>
    <BF_MERKID>2</BF_MERKID>
    <BF_MERK>sample string 3</BF_MERK>
  </BF>
  <BF>
    <BF_VOLGNUM>64</BF_VOLGNUM>
    <BF_MERKID>2</BF_MERKID>
    <BF_MERK>sample string 3</BF_MERK>
  </BF>
</AL>