GET quoteconfiguration/insurer/{insurerid}/vehicletypeconfiguration
Get the List of vehicle Type Configuration
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| insurerid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
List of Coverages
Collection of Lluni.Models.Common.Global.Quote.VehicleTypeConfigurationFull| Name | Description | Type | Additional information |
|---|---|---|---|
| InsurerVehicleTypeDescription | string |
None. |
|
| VehicleTypeDescription | string |
None. |
|
| VehicleTypeId | integer |
None. |
|
| InsurerVehicleTypeId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"InsurerVehicleTypeDescription": "sample string 1",
"VehicleTypeDescription": "sample string 2",
"VehicleTypeId": 3,
"InsurerVehicleTypeId": 4
},
{
"InsurerVehicleTypeDescription": "sample string 1",
"VehicleTypeDescription": "sample string 2",
"VehicleTypeId": 3,
"InsurerVehicleTypeId": 4
}
]
application/xml, text/xml
Sample:
<ArrayOfVehicleTypeConfigurationFull xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Global.Quote">
<VehicleTypeConfigurationFull>
<InsurerVehicleTypeId>4</InsurerVehicleTypeId>
<VehicleTypeId>3</VehicleTypeId>
<InsurerVehicleTypeDescription>sample string 1</InsurerVehicleTypeDescription>
<VehicleTypeDescription>sample string 2</VehicleTypeDescription>
</VehicleTypeConfigurationFull>
<VehicleTypeConfigurationFull>
<InsurerVehicleTypeId>4</InsurerVehicleTypeId>
<VehicleTypeId>3</VehicleTypeId>
<InsurerVehicleTypeDescription>sample string 1</InsurerVehicleTypeDescription>
<VehicleTypeDescription>sample string 2</VehicleTypeDescription>
</VehicleTypeConfigurationFull>
</ArrayOfVehicleTypeConfigurationFull>