---
title: "Locks/unlocks the account for reporting performance data for the specified target period"
method: PUT
path: "/v1.0/target-unit-accounts/{accountId}/performance-data-report/lock"
tags: ["Target Period Performance Data Report of the Account"]
---

# Locks/unlocks the account for reporting performance data for the specified target period

`PUT /v1.0/target-unit-accounts/{accountId}/performance-data-report/lock`

## Path parameters

- `accountId` integer, required

## Request body

- AccountPerformanceDataUpdateLockDTO
  - `locked` boolean, required
  - `targetPeriodType` 'TP5' | 'TP6' | 'TP7' | 'TP8' | 'TP9', required

## Response `204`

No Content

- AccountPerformanceDataUpdateLockDTO
  - `locked` boolean, required
  - `targetPeriodType` 'TP5' | 'TP6' | 'TP7' | 'TP8' | 'TP9', required

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-04-02** `0be05036d2c8` — 3 warning, 3 info
  - added the new `TP7` enum value to the `targetPeriodType` response property for the response status `204`
  - added the new `TP8` enum value to the `targetPeriodType` response property for the response status `204`
  - added the new `TP9` enum value to the `targetPeriodType` response property for the response status `204`
  - added the new `TP7` enum value to the request property `targetPeriodType`
  - …2 more
- **2025-09-11** `15b32331a1ac` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/target-unit-accounts/:accountId/performance-data-report/lock/put.md)

---

[API](https://skmtc.dev/beis/apis/api-documentation.md) · [All operations](https://skmtc.dev/beis/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beis/api-documentation/revisions/f5f4d893b86b/schema)
