GET api/passengercar/afd/segmentcodes

Codelist Passengercar AFD Segments (ADNSGM)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Kooijmans.Vehicle.ADNSGM
NameDescriptionTypeAdditional information
OB

AFD Segment object

Collection of Kooijmans.Vehicle.ADNSGMOB

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ADNSGM 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_SEGMENT>sample string 3</OB_SEGMENT>
    <OB_SEGMNTT>sample string 4</OB_SEGMNTT>
  </OB>
  <OB>
    <OB_VOLGNUM>64</OB_VOLGNUM>
    <OB_OBJSRT>sample string 2</OB_OBJSRT>
    <OB_SEGMENT>sample string 3</OB_SEGMENT>
    <OB_SEGMNTT>sample string 4</OB_SEGMNTT>
  </OB>
</ADNSGM>