---
title: "Notify submission outcome and send relevant email using chs-notification-api"
method: POST
path: "/fes/submissions/{barcode}/complete"
tags: ["events"]
---

# Notify submission outcome and send relevant email using chs-notification-api

`POST /fes/submissions/{barcode}/complete`

## Path parameters

- `barcode` string, required

## Request body

- FesStatusRequest
  - `status` 'ACCEPTED' | 'REJECTED'

## Response `200`

Resource updated

## Other responses

- `400` — Incomplete or malformed request
- `401` — Invalid or missing credentials
- `404` — Requested resource was not found
- `409` — Request valid but not consistent with state of resource

---

[API](https://skmtc.net/companies-house/apis/emergency-filing-service-api.md) · [All operations](https://skmtc.net/companies-house/apis/emergency-filing-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/companies-house/emergency-filing-service-api/revisions/7dbd2ded46b4/schema)
