---
title: "Change company information"
method: PUT
path: "/v2/user/customer/account/companyInfo"
tags: ["Customer - Account"]
---

# Change company information

`PUT /v2/user/customer/account/companyInfo`

## Request body

- CompanyInfo
  - `address` string, required — Your address
  - `postalCode` string, required — Your address postal code
  - `city` string, required — Your address city
  - `countryIsoCodeAlpha3` string, required — The country iso code alpha 3 <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3">(ISO 3166-1_alpha-3)</a>
  - `company` string, required — Your company name
  - `vatNumber` string — Your company VATNumber. Used for french company. This number is checked with official web service before being saved.
  - `accountingEmails` BeezUPCommonEmail[] — Your company accounting emails

## Response `204`

Company information saved

## Other responses

- `400` — Bad request or invalid VATNumber.
- `403` — User not found or unauthorized
- `default` — Occurs when something goes wrong

---

[API](https://skmtc.net/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.net/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/revisions/557b7feddf8a/schema)
