PUT quoteconfiguration/insurer/insurervehicleusage

Update a existent insurer vehicle usage

Request Information

URI Parameters

None.

Body Parameters

Lluni.Models.Common.Global.Quote.InsurerVehicleUsage
NameDescriptionTypeAdditional information
InsurerVehicleUsageCode

integer

None.

InsurerCode

integer

None.

VehicleUsageDescription

string

None.

VehicleUsageCodeDescription

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InsurerVehicleUsageCode": 1,
  "InsurerCode": 2,
  "VehicleUsageDescription": "sample string 3",
  "VehicleUsageCodeDescription": "sample string 4"
}

application/xml, text/xml

Sample:
<InsurerVehicleUsage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Global.Quote">
  <InsurerCode>2</InsurerCode>
  <InsurerVehicleUsageCode>1</InsurerVehicleUsageCode>
  <VehicleUsageCodeDescription>sample string 4</VehicleUsageCodeDescription>
  <VehicleUsageDescription>sample string 3</VehicleUsageDescription>
</InsurerVehicleUsage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.