The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/Criteria HTTP/1.1
Host: api.firstlook.biz
Content-Type: text/jsv
Content-Length: length
{
Ver: String,
VehicleHandle: 0,
DealerId: 0,
Vin: String,
Autogenerate: False,
ManualOverride: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Key: String,
Criteria:
{
vin: String,
inventoryId: 0,
appraisalId: 0,
dealerId: 0,
overallCount: 0,
precisionCount: 0,
maxMileage: 0,
minMileage: 0,
listings:
[
String
],
distance: 0,
certified: False,
notCertified: False,
trim:
[
String
],
driveTrain:
[
String
],
transmission:
[
String
],
engine:
[
String
],
fuel:
[
String
],
yearsFilter:
[
0
],
facet:
[
String
],
tierOneEquipment:
[
String
],
avgMileage: 0,
minPrice: 0,
maxPrice: 0,
avgPrice: 0,
bodyStyle:
[
String
],
packages:
[
String
],
stockType:
[
String
],
autogenerated: False,
migrated: False,
chromeStyleId: 0,
relatedChromeStyleIds:
[
0
],
vehicleHandle: 0
}
}