---
title: "Add/update details for the company"
method: PUT
path: "/submission/{submission-id}/company"
tags: ["company", "update"]
---

# Add/update details for the company

`PUT /submission/{submission-id}/company`

## Request body

- Company — Company number and name
  - `company_name` string, required — Existing or proposed company name
  - `company_number` string, required — Existing company number

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