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

# Populates the target period performance data of sector accounts

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

## Path parameters

- `sectorAssociationId` integer, required

## Request body

- SectorAccountPerformanceDataReportSearchCriteria — The search criteria
  - `accountId` integer
  - `targetUnitAccountBusinessId` string
  - `targetPeriodType` 'TP5' | 'TP6' | 'TP7' | 'TP8' | 'TP9', required
  - `performanceOutcome` 'TARGET_MET' | 'BUY_OUT_REQUIRED' | 'SURPLUS_USED_BUY_OUT_REQUIRED' | 'SURPLUS_USED' | 'OUTSTANDING'
  - `submissionType` 'PRIMARY' | 'SECONDARY'
  - `pageNumber` integer, required
  - `pageSize` integer, required

## Response `200`

OK

- SectorAccountPerformanceDataReportListDTO
  - `performanceDataReportItems` SectorAccountPerformanceDataReportItemDTO[]
    - `accountId` integer
    - `targetUnitAccountBusinessId` string
    - `operatorName` string
    - `submissionDate` string, date-time
    - `reportVersion` integer
    - `performanceOutcome` 'TARGET_MET' | 'BUY_OUT_REQUIRED' | 'SURPLUS_USED_BUY_OUT_REQUIRED' | 'SURPLUS_USED' | 'OUTSTANDING'
    - `submissionType` 'PRIMARY' | 'SECONDARY'
    - `locked` boolean
  - `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)
