Send data from camera about license plate number
Allows to send data from camera to device, so device will be able to process data, and open lock. File is required to contain json object with "plateUTF8" string value. Required file format is json. This format and field name is used by AXIS cameras with ALPR
- multipart/form-data
Request Body required
- event objectLicense plate upload model 
Responses
- 200
- 400
- 401
- 403
OK
- Wrong JSON body
- Missed or wrong param
- application/json
- Schema
- Example (from schema)
Schema
- error stringerror type/info 
{
  "error": "Wrong JSON body"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
No permission to process this request
- application/json
- Schema
- Example (from schema)
- Permission
Schema
- error stringerror message 
{
  "error": "Permission"
}
{
  "error": "Permission"
}
Loading...