---
title: "Populates the performance account template data of sector accounts"
method: POST
path: "/v1.0/sector-association/{sectorAssociationId}/performance-account-template-data-report"
tags: ["Sector-Level Performance Account Template Data View Pages"]
---

# Populates the performance account template data of sector accounts

`POST /v1.0/sector-association/{sectorAssociationId}/performance-account-template-data-report`

## Path parameters

- `sectorAssociationId` integer, required

## Request body

- SectorPerformanceAccountTemplateDataReportSearchCriteria — The search criteria
  - `targetUnitAccountBusinessId` string
  - `targetPeriodType` 'TP5' | 'TP6' | 'TP7' | 'TP8' | 'TP9', required
  - `status` 'SUBMITTED' | 'OUTSTANDING'
  - `submissionType` 'INTERIM' | 'FINAL'
  - `pageNumber` integer, required
  - `pageSize` integer, required

## Response `200`

OK

- SectorPerformanceAccountTemplateDataReportListDTO
  - `items` SectorPerformanceAccountTemplateDataReportItemDTO[]
    - `accountId` integer
    - `targetUnitAccountBusinessId` string
    - `operatorName` string
    - `submissionDate` string, date-time
    - `targetPeriodType` 'TP5' | 'TP6' | 'TP7' | 'TP8' | 'TP9'
    - `targetPeriodYear` integer
    - `status` 'SUBMITTED' | 'OUTSTANDING'
    - `submissionType` 'INTERIM' | 'FINAL'
  - `total` integer

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2026-04-02** `0be05036d2c8` — 3 warning, 3 info
  - added the new `TP7` enum value to the `items/items/targetPeriodType` response property for the response status `200`
  - added the new `TP8` enum value to the `items/items/targetPeriodType` response property for the response status `200`
  - added the new `TP9` enum value to the `items/items/targetPeriodType` response property for the response status `200`
  - 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/sector-association/:sectorAssociationId/performance-account-template-data-report/post.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)
