WebApi

<back to all web services

VehicleRequest

The following routes are available for this service:
PUT, POST/ilots/{InventoryLotId}/vehiclesQueues vehicle changes matched by a single ILot/VIN pair.This is an asynchronous operation. To verify changes have been persisted, use the returned StatusToken to check on caching status.
OPTIONS/ilots/{InventoryLotId}/vehicles
POST/proxy/v1/vehicle-sets/{InventoryLotId}/vehiclesQueues vehicle changes matched by a single ILot/VIN pair.This is an asynchronous operation. To verify changes have been persisted, use the returned StatusToken to check on caching status.

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

{"ILotID":0,"VIN":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"MasterVehicleId":0,"StatusTokenId":"00000000000000000000000000000000","ResponseMessageKind":"None"}