---
title: "Update the sector association sector contact"
method: POST
path: "/v1.0/sector-association/{id}/contact"
tags: ["Sector Association Details update"]
---

# Update the sector association sector contact

`POST /v1.0/sector-association/{id}/contact`

## Path parameters

- `id` integer, required

## Request body

- SectorAssociationContactDTO
  - `title` string
  - `firstName` string, required
  - `lastName` string, required
  - `jobTitle` string
  - `organisationName` string
  - `address` AddressDTO, required
    - `line1` string, required
    - `line2` string
    - `city` string, required
    - `county` string
    - `postcode` string, required
  - `phoneNumber` string
  - `email` string, required
  - `fullName` string

## Response `204`

No Content

## Other responses

- `400` — Bad Request Error Code | Description FORM1001 | Form validation failed SECTOR1002 | Sector association contact cannot be updated
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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