GET api/passengercar/afd/{constructiondate}/models/{modelid}/fueltypes

Codelist Passengercar AFD Fueltypes (ADNBRS) for specific model at given constructiondate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
constructiondate

integer

Required

modelid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Kooijmans.Vehicle.ADNBRS
NameDescriptionTypeAdditional information
OB

AFD Fueltype object

Collection of Kooijmans.Vehicle.ADNBRSOB

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ADNBRS 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_BRANSTO>sample string 3</OB_BRANSTO>
    <OB_BRANTOE>sample string 4</OB_BRANTOE>
  </OB>
  <OB>
    <OB_VOLGNUM>64</OB_VOLGNUM>
    <OB_OBJSRT>sample string 2</OB_OBJSRT>
    <OB_BRANSTO>sample string 3</OB_BRANSTO>
    <OB_BRANTOE>sample string 4</OB_BRANTOE>
  </OB>
</ADNBRS>