Geofence Assignments REST Endpoints

Geofences/Geofence Assignments
The geofenceAssignments resource lets administrators add HCM Groups to the geofences during CREATE and UPDATE actions.
Create a geofence assignment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID}/child/geofenceAssignments
Delete a geofence assignment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID}/child/geofenceAssignments/{GeofenceAssignmentId}
Get a geofence assignment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID}/child/geofenceAssignments/{GeofenceAssignmentId}
Get all geofence assignments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID}/child/geofenceAssignments
Update a geofence assignment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID}/child/geofenceAssignments/{GeofenceAssignmentId}