LPR Vehicle Lists
Add a new vehicleList to the user account
post/lprVehicleLists
Request body
Example request
{
"name": "EmployeesList",
"notes": "This is vehicle list of denied vehicles",
"resourceFilter": {
"actors": [
{
"id": "100b913c"
}
]
}
}Response
Successful creation of the new list
Example response
{
"name": "EmployeesList",
"notes": "This is vehicle list of denied vehicles",
"resourceFilter": {
"actors": [
{
"id": "100b913c"
}
]
},
"id": "ABC123-20221014123567",
"createTimestamp": "2017-02-27T10:44:13.423Z",
"updateTimestamp": "2017-02-27T10:44:13.423Z",
"createdByUserId": "ca0de584",
"vehicleCount": 10
}Changes
No recorded changes to this endpoint across all 1 revision of this API.