---
title: "Update the organisation account"
method: POST
path: "/v1.0/organisation/accounts/{id}"
tags: ["Organisation account update"]
---

# Update the organisation account

`POST /v1.0/organisation/accounts/{id}`

## Path parameters

- `id` integer, required

## Request body

- OrganisationAccountUpdateDTO — The organisation account fields
  - `name` string, required
  - `type` 'SIC' | 'OTHER', required
  - `otherTypeName` string
  - `codes` string[], required
  - `line1` string, required
  - `line2` string
  - `city` string, required
  - `county` string
  - `postcode` string, required

## Response `204`

No Content

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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