---
title: "Update organization details"
method: POST
path: "/website/companies/update/"
tags: ["Website (Companies)"]
---

# Update organization details

`POST /website/companies/update/`

## Headers

- `Content-Language` unknown

## Request body

- WebsiteCompaniesUpdateRequest
  - `Credentials` CoreAPICredentials, required
    - `CompanyID` integer, required — Company identifier
    - `APIKey` string, required — API key secret
  - `Company` WebsiteTypedCompany, required
    - `Name` string, nullable — Organization name
    - `EmailAddress` string, nullable — Organization email address This email will be used for communication made by SUMIT to the company.
    - `DocumentsEmailAddress` string, nullable — Documents email address This email address will be shown on generated documents. Defaults to the company email address.
    - `Country` string, nullable — Organization country (Optional field)
    - `Address` string, nullable — Organization address (Optional field)
    - `Phone` string, nullable — Organization phone number (Optional field)
    - `Fax` string, nullable — Organization fax number (Optional field)
    - `Title` string, nullable — Organization title (Optional field)
    - `CorporateNumber` string, nullable — Organization TAX identifier (Optional field)
    - `English_Name` string, nullable — English organization name (Optional field)
    - `English_Address` string, nullable — English organization address (Optional field)
    - `English_Country` string, nullable — English organization country (Optional field)
    - `English_Phone` string, nullable — English organization phone (Optional field)
    - `English_Fax` string, nullable — English organization fax number (Optional field)
    - `English_Title` string, nullable — English organization title
    - `CompanyType` 'CompanyWithVAT (0)' | 'VATExemptDealer (1)' | 'LicensedDealer (2)' | 'Fellowship (3)' | 'Partnership (4)' | 'CommunityInterestCompany (5)' | 'Cooperative (6)' | 'HouseCommittee (7)' | 'ElectionGroup (8)' | 'Party (9)' | 'SelfEmployed (10)' | 'PublicTrust (11)'
    - `Logo` string, nullable — Logo image file (Base64) File should be a standard PNG/JPG/GIF file
    - `Website` string, nullable — Website URL

## Response `200`

OK

- ResponseWebsiteCompaniesUpdateResponse
  - `Status` 'Success (0)' | 'BusinessError (1)' | 'TechnicalError (2)'
  - `UserErrorMessage` string, nullable — Error message, in a user readable format
  - `TechnicalErrorDetails` string, nullable — Technical error details, let us know if you received this.
  - `Data` WebsiteCompaniesUpdateResponse

---

[API](https://skmtc.net/myofficeguy/apis/sumit-api-full.md) · [All operations](https://skmtc.net/myofficeguy/apis/sumit-api-full/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myofficeguy/sumit-api-full/versions/2691e6cffa0c/schema)
