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
}
]
}