GET api/Inventory/GetVehicleOptionsInfo?VehicleID={VehicleID}
Gets single vehicle options.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
VehicleID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/xml, text/xml
Sample:
<ArrayOfshort xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <short>1</short> <short>2</short> </ArrayOfshort>