GET api/passengercar/afd/tractions

Codelist Passengercar AFD Tractions (ADNWAD)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Kooijmans.Vehicle.ADNWAD
NameDescriptionTypeAdditional information
OB

Collection of Kooijmans.Vehicle.ADNWADOB

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ADNWAD 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_SRTWAD>sample string 3</OB_SRTWAD>
    <OB_SRTWDT>sample string 4</OB_SRTWDT>
  </OB>
  <OB>
    <OB_VOLGNUM>64</OB_VOLGNUM>
    <OB_OBJSRT>sample string 2</OB_OBJSRT>
    <OB_SRTWAD>sample string 3</OB_SRTWAD>
    <OB_SRTWDT>sample string 4</OB_SRTWDT>
  </OB>
</ADNWAD>