GET api/van/afd/bodytypes

Codelist Van AFD Bodytypes (ADNUMR)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Kooijmans.Vehicle.ADNUMR
NameDescriptionTypeAdditional information
OB

AFD Bodytype object

Collection of Kooijmans.Vehicle.ADNUMROB

None.

Response Formats

application/json, text/json

Sample:
{
  "OB": [
    {
      "OB_VOLGNUM": 64,
      "OB_OBJSRT": "sample string 2",
      "OB_CARRESS": 3,
      "OB_CARREST": "sample string 4",
      "OB_DAKSRT": "sample string 5",
      "OB_DAKSRTT": "sample string 6"
    },
    {
      "OB_VOLGNUM": 64,
      "OB_OBJSRT": "sample string 2",
      "OB_CARRESS": 3,
      "OB_CARREST": "sample string 4",
      "OB_DAKSRT": "sample string 5",
      "OB_DAKSRTT": "sample string 6"
    }
  ]
}

application/xml, text/xml

Sample:
<ADNUMR 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_CARRESS>3</OB_CARRESS>
    <OB_CARREST>sample string 4</OB_CARREST>
    <OB_DAKSRT>sample string 5</OB_DAKSRT>
    <OB_DAKSRTT>sample string 6</OB_DAKSRTT>
  </OB>
  <OB>
    <OB_VOLGNUM>64</OB_VOLGNUM>
    <OB_OBJSRT>sample string 2</OB_OBJSRT>
    <OB_CARRESS>3</OB_CARRESS>
    <OB_CARREST>sample string 4</OB_CARREST>
    <OB_DAKSRT>sample string 5</OB_DAKSRT>
    <OB_DAKSRTT>sample string 6</OB_DAKSRTT>
  </OB>
</ADNUMR>