GET api/van/afd/{constructiondate}/models/{modelid}/fueltypes
Codelist VAN AFD Fueltypes (ADNBRS) for specific model at given constructiondate
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
constructiondate | integer |
Required |
|
modelid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Kooijmans.Vehicle.ADNBRSName | Description | Type | Additional information |
---|---|---|---|
OB |
AFD Fueltype object |
Collection of Kooijmans.Vehicle.ADNBRSOB |
None. |
Response Formats
application/json, text/json
Sample:
{ "OB": [ { "OB_VOLGNUM": 64, "OB_OBJSRT": "sample string 2", "OB_BRANSTO": "sample string 3", "OB_BRANTOE": "sample string 4" }, { "OB_VOLGNUM": 64, "OB_OBJSRT": "sample string 2", "OB_BRANSTO": "sample string 3", "OB_BRANTOE": "sample string 4" } ] }
application/xml, text/xml
Sample:
<ADNBRS 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_BRANSTO>sample string 3</OB_BRANSTO> <OB_BRANTOE>sample string 4</OB_BRANTOE> </OB> <OB> <OB_VOLGNUM>64</OB_VOLGNUM> <OB_OBJSRT>sample string 2</OB_OBJSRT> <OB_BRANSTO>sample string 3</OB_BRANSTO> <OB_BRANTOE>sample string 4</OB_BRANTOE> </OB> </ADNBRS>