For the developer
©

For the developer

Parameters:
RegistrationToken
typeString
The point registration token. You can add them in the preview your checkpoint
Answers:
Successful response
{
  "status":"Ok", 
  "message":"Success", 
  "result":"token" 
}
Error Response
{
  "status":"Error", 
  "message":"Exception message", 
  "result":null 
}
Parameters:
cameraEvent
typecameraEvent
The accepted parameter, its attributes are listed below
plateNumber
typeString
Recognized GRNZ
dateTime
typeString
Date and time of the commit
fullImage
typeString
An array of bytes of the full image of the vehicle from the camera in a text string (selection of objects by third-party software is available)
plateImage
typeString
An array of bytes of a camera image cropped along the contour of the GRNZ in a text string
cleanImage
typeString
An array of bytes of a pure full image of the vehicle from the camera in a text string (without highlighting objects by third-party software)
recognitionConfidence
typeDecimal
Percentage of accuracy of recognition of the returned GRNZ
relatedPlateNumbers
typeString[]
Array of all GRNZ considered by recognition
direction
typeString
The direction of travel of the vehicle
vehicleClass
typeString
Recognized transport class
vehicleModel
typeString
Recognized transport model
vehicleMark
typeString
Recognized brand of transport
Answers:
Code 200: Successful response
{
  "status":"Ok", 
  "message":"Success", 
  "result":"string" 
}
Code 200: Error Response
{
  "status":"Error", 
  "message":"Exception message", 
  "result":null 
}
Code 401
Error: Unauthorized
Parameters:
There are no parameters.
Answers:
Code 200: Successful response
{
  "status":"Ok", 
  "message":"Success", 
  "result":[ 
    {
      "name":"string"  =>  "{ApplicationId}:{ApplicationDate}-{OrdinalNumber}" 
      "number":"string"  =>  "{TruckNumber}" 
    }
  ]
}
Code 200: Error Response
{
  "status":"Error", 
  "message":"Exception message", 
  "result":null 
}
Code 401
Error: Unauthorized

©
12