POST quoteconfiguration/vehicletypeconfiguration
Create vehicle Type Configuration
Request Information
URI Parameters
None.
Body Parameters
Lluni.Models.Common.Global.Quote.VehicleTypeConfiguration| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleTypeId | integer |
None. |
|
| InsurerVehicleTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"VehicleTypeId": 1,
"InsurerVehicleTypeId": 2
}
application/xml, text/xml
Sample:
<VehicleTypeConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Global.Quote"> <InsurerVehicleTypeId>2</InsurerVehicleTypeId> <VehicleTypeId>1</VehicleTypeId> </VehicleTypeConfiguration>
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.