---
title: "Creates an aviation account"
method: POST
path: "/v1.0/aviation/accounts"
tags: ["Aviation accounts"]
---

# Creates an aviation account

`POST /v1.0/aviation/accounts`

## Request body

- AviationAccountCreationDTO — The aviation account creation dto
  - `name` string, required
  - `emissionTradingScheme` 'UK_ETS_INSTALLATIONS' | 'EU_ETS_INSTALLATIONS' | 'UK_ETS_AVIATION' | 'CORSIA', required
  - `sopId` integer
  - `crcoCode` string, required
  - `commencementDate` string, date, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request Error Code | Description FORM1001 | Form validation failed ACCOUNT1001 | Account name already exists ACCOUNT1012 | Central route charges office number already related with another account
- `403` — Forbidden
- `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)
