WebApi

<back to all web services

VinDecodeStylesRequest

The following routes are available for this service:
GET/vindecode/{VIN}/stylesGet Styles for a VIN.
OPTIONS/vindecode/{VIN}/styles

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /json/reply/VinDecodeStylesRequest HTTP/1.1 
Host: api.homenetiol.com 
Content-Type: application/json
Content-Length: length

{"Vin":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Styles":[{"VIN":"String","StyleID":"String","VINPattern":"String","HomeNetStyleCode":"String","StyleNameWithoutTrim":"String","Trim":"String","Year":"String","Make":"String","Model":"String","FuelType":"String","EngineDescription":"String","EngineDisplacement":"String","EngineBlockType":"String","EngineCylinders":"String","EngineAspiration":"String","EpaCityRating":"String","EpaHighwayRating":"String","TransmissionType":"String","TransmissionSpeed":"String","DriveTrain":"String","TransmissionDescription":"String","ExteriorColors":[{}],"InteriorColors":[{}]}]}