v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBLPR Vehicle Lists
Update given vehicle record in the given list. Specifically for the given record, create-only properties like plate cannot be edited. To edit those, the record would have to be deleted and a new one added.
patch/lprVehicleLists/{id}/vehicles/{recordId}
Path parameters
idstring required
Account ID. Use self as the Account ID to reference the account of the current session
recordIdstring uuid required
Id of specific record
Request body
Example request
{
"validFrom": "2022-01-24",
"validTo": "2022-02-25",
"securityStatus": "exempted",
"userData": {
"owner": "John Doe",
"apartmentNum": "105A"
},
"userTags": [
"105A",
"Jhon"
],
"color": "white",
"model": "camry",
"make": "volvo"
}Response
Updated the vehicle record