---
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

---

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