---
title: "Submits an aviation account reporting status"
method: POST
path: "/v1.0/aviation/accounts/reporting-status-history/{accountId}"
tags: ["Aviation account reporting status"]
---

# Submits an aviation account reporting status

`POST /v1.0/aviation/accounts/reporting-status-history/{accountId}`

## Path parameters

- `accountId` integer, required

## Request body

- AviationAccountReportingStatusHistoryCreationDTO — The aviation account reporting status submit dto
  - `status` 'REQUIRED_TO_REPORT' | 'EXEMPT_COMMERCIAL' | 'EXEMPT_NON_COMMERCIAL', required
  - `year` integer, required
  - `reason` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request Error Code | Description FORM1001 | Form validation failed ACCOUNT1014 | Aviation account reporting status is not changed
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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