PUT quoteconfiguration/insurer/insurervehicletype
Change Insurer Vehicle Type
Request Information
URI Parameters
None.
Body Parameters
Lluni.Models.Common.Global.Quote.InsurerVehicleType| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| InsurerId | integer |
None. |
|
| VehicleType | string |
Required |
|
| InsurerVehicleTypeInternalId | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"InsurerId": 2,
"VehicleType": "sample string 3",
"InsurerVehicleTypeInternalId": "sample string 4"
}
application/xml, text/xml
Sample:
<InsurerVehicleType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Global.Quote"> <Id>1</Id> <InsurerId>2</InsurerId> <InsurerVehicleTypeInternalId>sample string 4</InsurerVehicleTypeInternalId> <VehicleType>sample string 3</VehicleType> </InsurerVehicleType>
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.