---
title: "Batch put geofence in collection"
method: POST
path: "/v1/geofence-collection/{collection}/batch-put-geofence"
tags: ["Geofence Collection"]
---

# Batch put geofence in collection

`POST /v1/geofence-collection/{collection}/batch-put-geofence`

Add one or more geofences to an already created geofence collection.

## Path parameters

- `collection` string, required

## Request body

- BatchPutGeofenceInCollectionRequest
  - `entries` Entry2[], required
    - `GeofenceId` string, required
    - `Geometry` Geometry2, required
      - `Circle` Circle, required
        - `Center` number[], required
        - `Radius` number, required

## Response `200`

BatchPutGeofenceResponse

- string

## Other responses

- `400` — bad input parameter
- `403` — not authorized
- `500` — internal server error

---

[API](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api.md) · [All operations](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellantis/stellantis-connected-vehicle-api/revisions/1d2213b04fdb/schema)
