/lprVehicleLists/{id}/vehicles/{recordId}

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Id

uuid
required

Id of specific record

Body Params

Record to be updated.

date | null

Date from which this record is valid

date | null

Date upto which this record is valid

schedule
object | null

It signifies a week long alert schedule. This schedule is effective according to actor's (user/camera/account) timezone. It allows setting different times for different days.

string
enum
Allowed:
string | null
enum
deprecated

Indicates whether vehicle is

  • hotlist: Vehicle flagged for tracking

  • exempted: Vehicle is exempt from watchlist rule and other rules. This is useful, for instance, when an organization wishes to avoid alerts on known vehicles, like employee vehicles.

  • none: Empty value provided when no special consideration for the vehicle

Allowed:
userData
object | null
deprecated

Object containing all user information associated with the specific event. For example, for a plate read, this would contain user supplied attributes for the given plate like apartment number. the following are the guidelines for supplying User Data:

  • It is recommended to use camelCase for field names, but this is not required
  • Maximum of 5 unique keys.
  • Each key or value should have only 256 characters max.
  • The keys 'type' and 'creatorId' are reserved keys.
userTags
array of strings | null

Tags containing all user information associated with the specific vehicle entry.

  • Maximum of 10 Tags per vehicle.
  • Each Tag should have only 256 characters max.
userTags
string | null
enum

Enumerations of standard colors for vehicles.

string | null

Name of the vehicle model as defined by the manufacturer. Meant to be machine parsable, so should be in lowerCamelCase without spaces.

string | null
enum

Enumerations of standard makes/brands for vehicles.

Responses
204

Updated the vehicle record

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json