POST quoteresources/vehiclebrand/model/version
Vehicle versions of a Brand/Model
Request Information
URI Parameters
None.
Body Parameters
Lluni.Models.Common.Global.Quote.SIM.VehicleVersionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ConfigurationCodes | Collection of integer |
Required |
|
| BrandVehicle | string |
Required |
|
| VehicleModel | string |
Required |
|
| VehicleTypeCode | integer |
None. |
|
| FuelCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ConfigurationCodes": [
1,
2
],
"BrandVehicle": "sample string 1",
"VehicleModel": "sample string 2",
"VehicleTypeCode": 1,
"FuelCode": 1
}
application/xml, text/xml
Sample:
<VehicleVersionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Global.Quote.SIM">
<BrandVehicle>sample string 1</BrandVehicle>
<ConfigurationCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ConfigurationCodes>
<FuelCode>1</FuelCode>
<VehicleModel>sample string 2</VehicleModel>
<VehicleTypeCode>1</VehicleTypeCode>
</VehicleVersionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Lluni.Models.Common.Global.Quote.VehicleVersion| Name | Description | Type | Additional information |
|---|---|---|---|
| Brand | string |
None. |
|
| Model | string |
None. |
|
| Version | string |
None. |
|
| TylaCode | integer |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.