---
title: "PUT /linkedClient/company/{id}"
method: PUT
path: "/linkedClient/company/{id}"
---

# PUT /linkedClient/company/{id}

`PUT /linkedClient/company/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `friendlyName` string — User friendly name of the Linked Client for ease of identification or display purposes.
  - `company` object
    - `companyName` string — Company name of an Business Linked Client
    - `companyType` string — Legal Entity Type of the Business.<br>`LIMITED_LIABILITY`, `SOLE_TRADER`, `PARTNERSHIP`, `PUBLIC_LIMITED_COMPANY`, `JOINT_STOCK_COMPANY`, `CHARITY`
    - `contactName` string — Name of the primary contact of the Business Linked Client.
    - `email` string — Email of the Business Linked Client.
    - `industrySectorType` string — Optional Industry Sector of the Business Linked Client.
    - `industrySectorValue` string — Optional Industry Sector of the Business Linked Client, required if `industrySectorType` is `OTHER`
    - `phone` string — Phone Number of the Business Linked Client.
    - `registrationNumber` string — Registration Number of the Business.
    - `registeredAddress` object — Registered Address of the Business.
      - `addressLine1` string
      - `addressLine2` string
      - `city` string
      - `country` string — Two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code e.g. `GB`
      - `postCode` string
      - `state` string
    - `tradingAddress` object — Trading Address of the Business.
      - `addressLine1` string
      - `addressLine2` string
      - `city` string
      - `country` string — Two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code e.g. `GB`
      - `postCode` string
      - `state` string

## Response `200`

---

[API](https://skmtc.net/openpayd/apis/openpayd-authorization.md) · [All operations](https://skmtc.net/openpayd/apis/openpayd-authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openpayd/openpayd-authorization/versions/354ac572abda/schema)
