GET api/passengercar/afd/{constructiondate}/makes
All passengercar makes available on constructiondate in AFD format
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| constructiondate |
Constructiondate in format yyyy or yyyyMM or yyyyMMdd |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Passengercar makes
Kooijmans.Vehicle.VehicleAfdMake.VehicleAfdMake+AL| Name | Description | Type | Additional information |
|---|---|---|---|
| OB |
Afd Collection of makes |
Collection of Kooijmans.Vehicle.VehicleAfdMake.VehicleAfdMake+ALOBMERK |
None. |
Response Formats
application/json, text/json
Sample:
{
"OB": [
{
"OB_VOLGNUM": 64,
"OB_OBJSRT": "sample string 2",
"OB_MERKID": 3,
"OB_MERK": "sample string 4"
},
{
"OB_VOLGNUM": 64,
"OB_OBJSRT": "sample string 2",
"OB_MERKID": 3,
"OB_MERK": "sample string 4"
}
]
}
application/xml, text/xml
Sample:
<AL 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_MERKID>3</OB_MERKID>
<OB_MERK>sample string 4</OB_MERK>
</OB>
<OB>
<OB_VOLGNUM>64</OB_VOLGNUM>
<OB_OBJSRT>sample string 2</OB_OBJSRT>
<OB_MERKID>3</OB_MERKID>
<OB_MERK>sample string 4</OB_MERK>
</OB>
</AL>