Skip to main content

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

Request Body required
  • file object

    License plate upload model

Responses

  • Wrong file format
  • Wrong file
  • Missed json body or wrong param Response sample:
  "error": "Wrong JSON body"
  • Required field is not provided. Response sample:
  "error": "Wrong JSON body: no value for `param`"

where param - is a required field that was not provided

  • Field was of the wrong type. Response sample:
  "error": "Wrong JSON body: value `param` was of the wrong type"

where param - is a field of the wrong type


Schema
  • error string
Loading...