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

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

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