POST api/Inventory/SaveVehicleOptions?VehicleID={VehicleID}
Add/Update vehicle options.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
VehicleID | integer |
Required |
Body Parameters
Collection of integerRequest 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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.