---
title: "Patch an existing charge point sensor"
method: PATCH
path: "/api/v1/charge-point-sensors/{chargePointSensorId}"
tags: ["Charge Points Sensors"]
---

# Patch an existing charge point sensor

`PATCH /api/v1/charge-point-sensors/{chargePointSensorId}`

Required scope: `charge-points:write` </br>Organization authorization: `supported`</br></br>`Note`: Please be aware that this endpoint is currently in the BETA phase

## Path parameters

- `chargePointSensorId` integer, required

## Request body

- PatchChargePointSensor
  - `type` string, nullable — Type of the charge point sensor
  - `chargePointId` integer, nullable — The charge point id to which this charge point sensor is assigned to
  - `value` string, nullable — Value this sensor is reporting, this is sensor specific, this value is managed by you
  - `valueUpdatedAt` string, date-time, nullable — Indicates when the value for this sensor was last updated
  - `externalId` string, nullable — External Id of this sensor, ideally it references the sensor id in your system
  - `partnerExternalId` string, nullable — External Id of this entity, managed by you

## Response `200`

Charge point sensor updated

- ChargePointSensor
  - `id` integer — Id of this charge point sensor
  - `type` 'occupancy' | 'other', required — Various types of Charge Point Sensors. Definitions: * `occupancy` - The sensor is of type occupancy (presence). accept values for type occupancy are true, false or null
  - `operatorId` integer — The operator id to which this charge point sensor is belongs to
  - `chargePointId` integer, nullable — The charge point id to which this charge point sensor is assigned to
  - `externalId` string, nullable — External Id of this sensor, ideally it references the sensor id in your system
  - `partnerExternalId` string, nullable — External Id of this entity, managed by you
  - `value` string, nullable — Value this sensor is reporting, this is sensor specific, this value is managed by you
  - `valueUpdatedAt` string, date-time, nullable — Last date when charge point sensor was changed
  - `createdAt` string, date-time, required — Creation date of this charge point sensor
  - `updatedAt` string, date-time, required — Date this charge point sensor was last updated
  - `deletedAt` string, date-time, nullable — Date this charge point sensor was deleted

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
