FirstLookServices

<back to all web services

ChromeStyles

The following routes are available for this service:
GET/{ver}/getChromeStyles/vin/{vin}
GET/getChromeStyles/vin/{vin}

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/ChromeStyles HTTP/1.1 
Host: api.firstlook.biz 
Content-Type: text/jsv
Content-Length: length

{
	Vin: String,
	Ver: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	chromeStyles: 
	[
		{
			trim: String,
			chromeStyleName: String,
			chromeStyleId: 0
		}
	]
}