GET quoteconfiguration/insurer/insurervehicletype/{insurervehicletypeid}

Get the insurer Vehicle Type

Request Information

URI Parameters

NameDescriptionTypeAdditional information
insurervehicletypeid

integer

Required

Body Parameters

None.

Response Information

Resource Description

List of Coverages

Lluni.Models.Common.Global.Quote.InsurerVehicleType
NameDescriptionTypeAdditional information
Id

integer

None.

InsurerId

integer

None.

VehicleType

string

Required

InsurerVehicleTypeInternalId

string

Required

Response 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>