GET api/moped/afd/makes
All moped makes in AFD Format
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Moped makes
Kooijmans.Vehicle.VehicleAfdMake.VehicleMopedAfdMake+AL| Name | Description | Type | Additional information |
|---|---|---|---|
| BF |
Afd Collection of makes |
Collection of Kooijmans.Vehicle.VehicleAfdMake.VehicleMopedAfdMake+ALBFMERK |
None. |
Response Formats
application/json, text/json
Sample:
{
"BF": [
{
"BF_VOLGNUM": 64,
"BF_MERKID": 2,
"BF_MERK": "sample string 3"
},
{
"BF_VOLGNUM": 64,
"BF_MERKID": 2,
"BF_MERK": "sample string 3"
}
]
}
application/xml, text/xml
Sample:
<AL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<BF>
<BF_VOLGNUM>64</BF_VOLGNUM>
<BF_MERKID>2</BF_MERKID>
<BF_MERK>sample string 3</BF_MERK>
</BF>
<BF>
<BF_VOLGNUM>64</BF_VOLGNUM>
<BF_MERKID>2</BF_MERKID>
<BF_MERK>sample string 3</BF_MERK>
</BF>
</AL>