GET quoteconfiguration/insurer/{insurerCode}/vehicleusageconfiguration

Read vehicle usage configurations by insurer code

Request Information

URI Parameters

NameDescriptionTypeAdditional information
insurerCode

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Lluni.Models.Common.Global.Quote.VehicleUsageConfigurationFull
NameDescriptionTypeAdditional information
InsurerVehicleUsageDescription

string

None.

VehicleUsageDescription

string

None.

InsurerVehicleUsageCode

integer

None.

VehicleUsageCode

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "InsurerVehicleUsageDescription": "sample string 1",
    "VehicleUsageDescription": "sample string 2",
    "InsurerVehicleUsageCode": 3,
    "VehicleUsageCode": 4
  },
  {
    "InsurerVehicleUsageDescription": "sample string 1",
    "VehicleUsageDescription": "sample string 2",
    "InsurerVehicleUsageCode": 3,
    "VehicleUsageCode": 4
  }
]

application/xml, text/xml

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