locationservice_batch_put_geofence {paws.application.integration} | R Documentation |
A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request
Description
A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
See https://www.paws-r-sdk.com/docs/locationservice_batch_put_geofence/ for full documentation.
Usage
locationservice_batch_put_geofence(CollectionName, Entries)
Arguments
CollectionName |
[required] The geofence collection storing the geofences. |
Entries |
[required] The batch of geofences to be stored in a geofence collection. |
[Package paws.application.integration version 0.6.0 Index]