> ## Documentation Index
> Fetch the complete documentation index at: https://developer.embedly.ng/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Corporate Customer

> This endpoint enables you to update a corporate customer profile

***

## Request Parameters

<ParamField path="customerId" type="string" required />

<ParamField body="rcNumber" type="string">
  The RC number of the business. **Example:** `123456`
</ParamField>

<ParamField body="tin" type="string">
  The Tax Identification Number (TIN) of the business. **Example:**
  `01234567-0001`
</ParamField>

<ParamField body="fullBusinessName" type="string">
  The registered full business name. **Example:** `Acme Technologies Limited`
</ParamField>

<ParamField body="businessAddress" type="string">
  The physical address of the business. **Example:** `12 Adeola Odeku Street,
      Victoria Island, Lagos`
</ParamField>

<ParamField body="countryId" type="string">
  The unique identifier of the country. **Example:**
  `3fa85f64-5717-4562-b3fc-2c963f66afa6`
</ParamField>

<ParamField body="city" type="string">
  The city where the business is located. **Example:** `Lagos`
</ParamField>

<ParamField body="email" type="string">
  The official business email address. **Example:** `user@example.com`
</ParamField>

<ParamField body="walletPreferredName" type="string">
  The preferred display name for the business wallet. **Example:** `AcmeWallet`
</ParamField>

<ResponseExample>
  ```json 200 Success theme={null}
  {
    "code": "00",
    "success": true,
    "message": "Updated Successfully",
    "data": null
  }
  ```
</ResponseExample>
