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

{
	ILotID: 0,
	VIN: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

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