Hello, when using the API to link a geofence with a device gives me the status 204 the same as checking the Traccar on the WEB, but when I use postman or swagger to do the POST, when giving GET the devices does not appear the geofence in the geofenceIds field, but when using TRACCAR WEB the geofence appears on the device when giving GET, is that right? or is something wrong? thanks.
FYI, the response 204 means "No contents". The server has done what you have requested, there is no data sent back. It is a normal response, not an error.
Hello, when using the API to link a geofence with a device gives me the status 204 the same as checking the Traccar on the WEB, but when I use postman or swagger to do the POST, when giving GET the devices does not appear the geofence in the geofenceIds field, but when using TRACCAR WEB the geofence appears on the device when giving GET, is that right? or is something wrong? thanks.