GET api/van/afd/transmissions
Codelist Van AFD Transmissions (ADNTRA)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Kooijmans.Vehicle.ADNTRA| Name | Description | Type | Additional 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>