WebApi

<back to all web services

VehicleStatusRequest

The following routes are available for this service:
GET/proxy/vehicles/status/{TokenID}View caching status of queued vehicle update by status token.
GET/vehicles/status/{TokenID}View caching status of queued vehicle update by status token.
OPTIONS/vehicles/status/{TokenID}

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

{
	TokenID: 00000000000000000000000000000000
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	TokenID: 00000000000000000000000000000000,
	VIN: String,
	ILotID: 0,
	MasterVehicleID: 0,
	CachedVehicleID: 0,
	DataProcessingComplete: False,
	CachingComplete: False,
	ResponseMessageKind: None
}