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 .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/VinDecodeStylesRequest HTTP/1.1 
Host: api.homenetiol.com 
Content-Type: text/jsv
Content-Length: length

{
	Vin: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
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: 
			[
				{
					
				}
			]
		}
	]
}