---
title: "Update an installer job charge point"
method: PATCH
path: "/api/v1/installer-jobs/{installerJobId}/charge-points/{chargePointId}"
tags: ["Installer Jobs"]
---

# Update an installer job charge point

`PATCH /api/v1/installer-jobs/{installerJobId}/charge-points/{chargePointId}`

Update a charge point of an installer job. Provide exactly one of: `serialNumber` (optionally with `connector`), `note`, or `isActive`.<br>Required scope: `installer-jobs:write`

## Path parameters

- `installerJobId` integer, required
- `chargePointId` integer, required

## Request body

- UpdateInstallerJobChargePointDto
  - `serialNumber` string, nullable — Serial number to set on the charge point. Mutually exclusive with note and isActive.
  - `connector` integer, nullable — Connector id to set on the charge point. Mutually exclusive with note and isActive.
  - `note` string, nullable — Operator note for the charge point. Mutually exclusive with serialNumber, connector and isActive.
  - `isActive` boolean, nullable — Activate or deactivate the charge point. Mutually exclusive with serialNumber, connector and note.

## Response `200`

Installer job charge point updated

- InstallerJobTask
  - `id` integer — Id of this installer job task
  - `installerJobId` integer — Id of the installer job of this installer job task
  - `chargePointId` integer — Id of the charge point to install
  - `serialNumber` string, nullable — Serial number of the charge point to install
  - `connector` integer — Connector ID of the charge point to install
  - `note` string, nullable — Note of this installer job task, will be visible to the installer
  - `installerNote` string, nullable — Note provided by installer during this installer job task
  - `activeAt` string, date-time, nullable — Date this installer job task was active
  - `createdAt` string, date-time, required — Creation date of this installer job task
  - `updatedAt` string, date-time, nullable — Date this installer job task was last updated
  - `deletedAt` string, date-time, nullable — Date this installer job task was deleted

## Other responses

- `400` — Charge point has an active charge
- `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
- `422` — Invalid or mutually exclusive fields

---

[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/revisions/517e18f11015/schema)
