GET api/vehicles/features/{year}/{model}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
year | integer |
Required |
|
model | string |
Required |
Body Parameters
None.
Response Information
Resource Description
JsonResultOfIListOfFeatureName | Description | Type | Additional information |
---|---|---|---|
Content | Collection of Feature |
None. |
|
SerializerSettings | JsonSerializerSettings |
None. |
|
Encoding | Encoding |
None. |
|
Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.