PUT quoteconfiguration/vehicleusage
Updating a existent vehicle usage
Request Information
URI Parameters
None.
Body Parameters
Lluni.Models.Common.Global.Quote.VehicleUsage| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleUsageCode | integer |
None. |
|
| VehicleUsageDescription | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VehicleUsageCode": 1,
"VehicleUsageDescription": "sample string 2"
}
application/xml, text/xml
Sample:
<VehicleUsage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Global.Quote"> <VehicleUsageCode>1</VehicleUsageCode> <VehicleUsageDescription>sample string 2</VehicleUsageDescription> </VehicleUsage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.