Geofences REST Endpoints

Geofences
The geofences resource lets administrators manage geofences using the CREATE, UPDATE, and DELETE actions.
Create a geofence
Method: post
Path: /hcmRestApi/resources/11.13.18.05/timeGeofences
Delete a geofence
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/timeGeofences/{GeofenceId}
Get a geofence
Method: get
Path: /hcmRestApi/resources/11.13.18.05/timeGeofences/{GeofenceId}
Get all geofences
Method: get
Path: /hcmRestApi/resources/11.13.18.05/timeGeofences
Update a geofence
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/timeGeofences/{GeofenceId}