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
- MOD1
- MOD2
- event string required
License plate data
- file binary required
License plate file Actual multipart field name expected by backend is
event- Supported file formats:
json
- Supported file formats:
oneOf
Responses
- 200
- 400
- 401
- 403
OK
- Wrong JSON body
- Missed or wrong param
- application/json
- Schema
- Example (from schema)
Schema
- error string
error type/info
{
"error": "Wrong JSON body"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
No permission to process this request
- application/json
- Schema
- Example (from schema)
- Permission
Schema
- error string
error message
{
"error": "Permission"
}
{
"error": "Permission"
}
Loading...