Create a Vehicle Geofence Alert
POST/geofences/vehicle/createAlert
This endpoint is designed for creating a geofence alert associated with a specific vehicle. It enables the monitoring of the vehicle's entry and exit at the defined geofence. Note that setting up a new geofence alert for a vehicle will automatically remove any previous geofence alerts for that vehicle. As such, only one geofence alert can be active for a vehicle at any given time. The entry and exit will be reported inside the GET /notifications API.
Request
Responses
- 200
- 401
- 403
- 422
- 500
Alert created successfully
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
Validation failed for the input parameters.
Internal server error.