---
title: "Update the verification body"
method: PUT
path: "/v1.0/verification-bodies"
tags: ["Verification Bodies"]
---

# Update the verification body

`PUT /v1.0/verification-bodies`

## Request body

- VerificationBodyUpdateDTO — The verification body dto to update
  - `id` integer, required
  - `name` string, required
  - `accreditationReferenceNumber` string, required
  - `address` AddressDTO, required
    - `line1` string, required
    - `line2` string
    - `city` string, required
    - `county` string
    - `postcode` string, required
  - `emissionTradingSchemes` string[], required

## Response `200`

OK

## Other responses

- `400` — Bad Request Error Code | Description FORM1001 | Form validation failed VERBODY1001 | Accreditation reference number already exists
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2024-10-21** `a06468704cbe` — 2 breaking, 1 warning, 1 info
  - removed the enum value `DUMMY_EMISSION_TRADING_SCHEME` of the request property `emissionTradingSchemes/items/`
  - removed the enum value `DUMMY_EMISSION_TRADING_SCHEME_2` of the request property `emissionTradingSchemes/items/`
  - removed the request property `address/country`
  - added the new optional request property `address/county`

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/verification-bodies/put.md)

---

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