GET api/InstaQuote/GetYears?userId={userId}&make={make}&model={model}&aces={aces}&minYear={minYear}&maxYear={maxYear}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

make

string

Default value is

model

string

Default value is

aces

boolean

Default value is False

minYear

integer

None.

maxYear

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of integer

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/xml, text/xml

Sample:
<ArrayOfshort xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <short>1</short>
  <short>2</short>
</ArrayOfshort>