---
title: "Updates the address of the account"
method: POST
path: "/v1.0/installation/accounts/{id}/address"
tags: ["Installation account update"]
---

# Updates the address of the account

`POST /v1.0/installation/accounts/{id}/address`

## Path parameters

- `id` integer, required

## Request body

- union — The address
  - LocationDTO
    - `type` 'ONSHORE' | 'OFFSHORE' | 'ONSHORE_STATE', required
  - LocationOffShoreDTO
    - `type` 'ONSHORE' | 'OFFSHORE' | 'ONSHORE_STATE', required
    - `latitude` CoordinatesDTO, required
      - `degree` integer, required
      - `minute` integer, required
      - `second` number, double, required
      - `cardinalDirection` 'EAST' | 'NORTH' | 'SOUTH' | 'WEST', required
    - `longitude` CoordinatesDTO, required
      - `degree` integer, required
      - `minute` integer, required
      - `second` number, double, required
      - `cardinalDirection` 'EAST' | 'NORTH' | 'SOUTH' | 'WEST', required
  - LocationOnShoreDTO
    - `type` 'ONSHORE' | 'OFFSHORE' | 'ONSHORE_STATE', required
    - `gridReference` string, required
    - `address` AddressDTO, required
      - `line1` string, required
      - `line2` string
      - `city` string, required
      - `country` string, required
      - `postcode` string, required
  - LocationOnShoreStateDTO
    - `type` 'ONSHORE' | 'OFFSHORE' | 'ONSHORE_STATE', required
    - `line1` string, required
    - `line2` string
    - `city` string, required
    - `state` string
    - `postcode` string
    - `country` string, required

## Response `200`

OK

## Other responses

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