---
title: "Mark an installer job as complete"
method: POST
path: "/api/v1/installer-jobs/{installerJobId}/mark-complete"
tags: ["Installer Jobs"]
---

# Mark an installer job as complete

`POST /api/v1/installer-jobs/{installerJobId}/mark-complete`

Mark an installer job as complete. Activates the site's charge points when the job is configured to do so.<br>Required scope: `installer-jobs:write`

## Path parameters

- `installerJobId` integer, required

## Response `200`

Installer job marked as complete

- InstallerJob
  - `id` integer — Id of this installer job
  - `siteId` integer — Id of the site related to this installer job
  - `operator` Operator, required
    - `id` integer — ID of the operator
    - `name` string, required — Name of operator
    - `identifier` string, required — Identifier of operator
    - `partnerId` integer, nullable — Id of the partner
    - `vatNumber` string, nullable — VAT number
  - `teamId` integer — Id of the team of this installer job
  - `description` string, nullable — Description of this installer job, will be visible to the installer
  - `publicLink` string, required — Public link of this installer job, shareable with the installer
  - `chargePointCount` integer — Number of charge points included in this installer job
  - `chargePointActiveCount` integer — Number of active (finished) charge points in this installer job
  - `email` string, nullable — Email of the installer assigned to this job.
  - `tasks` InstallerJobTask[], required — List of tasks of this installer job
    - `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
  - `completedAt` string, date-time, nullable — Date this installer job was completed
  - `createdAt` string, date-time, required — Date this installer job was created
  - `updatedAt` string, date-time, nullable — Date this installer job was updated
  - `deletedAt` string, date-time, nullable — Date this installer job was deleted

## Other responses

- `400` — Installer job already completed
- `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/revisions/517e18f11015/schema)
