---
title: "Replace officials for multiple Application List Entries."
method: POST
path: "/application-lists/{listId}/entries/officials"
tags: ["application-list-entries"]
---

# Replace officials for multiple Application List Entries.

`POST /application-lists/{listId}/entries/officials`

Atomically replaces the full officials array for each specified entry in the source list (path `listId`). If any entry cannot be updated, no officials are changed.   NOTE: Duplicate entryIds will result in an error

## Path parameters

- `listId` string, uuid, required

## Response `204`

Officials replaced for all entries. No response body.

## Other responses

- `400` — Invalid request parameters.
- `401` — Authentication required or token invalid.
- `403` — Authenticated but not permitted to perform this action.
- `404` — The requested resource was not found.
- `409` — Conflict with the current state of the resource.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/hm-courts-and-tribunals-service/apis/applications-register-api.md) · [All operations](https://skmtc.net/hm-courts-and-tribunals-service/apis/applications-register-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hm-courts-and-tribunals-service/applications-register-api/revisions/ea2dadd4450b/schema)
