Search Vehicle by Plain Text
Search for a vehicle by query string, returns all matching vehicles
Query parameters
searchstringRequiredExample:
The query by which to search for a specific vehicle
2019 Volkswagen Polo ScountintegerOptionalExample:
The number of vehicles to be returned (default:25)
25reference_idstringOptionalExample:
An optional reference id which will be stored against usage records if supplied
MY_REFERENCE_123Responses
200
Vehicle Search Response
application/json
successbooleanOptionalExample:
Whether or not the identify new owner transaction was successful
truetotalintegerOptionalExample:
Total number of vehicles found matching the search parameter
10400
Bad Request / Validation Failed
application/json
404
Resource for id cannot be found
application/json
500
Unknown error on the service side
application/json
get
/v1/vehicles/searchLast updated