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

Codelist Passengercar AFD Transmissions (ADNTRA) 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.ADNTRA
NameDescriptionTypeAdditional information
OB

Collection of Kooijmans.Vehicle.ADNTRAOB

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ADNTRA 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_TRSOORT>sample string 3</OB_TRSOORT>
    <OB_TRSRTT>sample string 4</OB_TRSRTT>
  </OB>
  <OB>
    <OB_VOLGNUM>64</OB_VOLGNUM>
    <OB_OBJSRT>sample string 2</OB_OBJSRT>
    <OB_TRSOORT>sample string 3</OB_TRSOORT>
    <OB_TRSRTT>sample string 4</OB_TRSRTT>
  </OB>
</ADNTRA>