Skip to main content
PATCH
Update an Additional Geofence for a Site

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string
default:en

The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.

Example:

"en"

Path Parameters

site-id
string
required

Site ID

id
string
required

Additional Geofence ID

Body

application/json
id
string<uuid>

Required if _destroy is set

geofence
object
moving_geofence
boolean
default:false
tag
enum<string>
Available options:
scaling,
site,
loading,
unloading,
check_in,
ticketing
geofence_type
enum<string> | null
Available options:
moving,
circle,
polygon
_destroy
integer

If this is provided with value of 1 like so _destroy: 1 then this model will be deleted. The id must be set.

Response

OK

data
NextBillionGeofence-Read · object
required