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/{timeGeofencesUniqID}
Get a geofence
Method: get
Path: /hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID}
Get all geofences
Method: get
Path: /hcmRestApi/resources/11.13.18.05/timeGeofences
Return geographic coordinates and formatted postal address for the location
Method: post
Path: /hcmRestApi/resources/11.13.18.05/timeGeofences/action/fetchGeocoordinatesAndFormattedAddresses
Update a geofence
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID}