---
title: "Firma bilgilerini günceller."
method: PUT
path: "/Company"
tags: ["Company"]
---

# Firma bilgilerini günceller.

`PUT /Company`

## Request body

- CompanyResponseCommand
  - `TaxOffice` string, nullable
  - `Address` string, nullable
  - `District` string, nullable
  - `City` string, nullable
  - `Country` string, nullable
  - `PostalCode` string, nullable
  - `PhoneNumber` string, nullable
  - `Fax` string, nullable
  - `Email` string, nullable
  - `WebSite` string, nullable
  - `PayeeFinancialAccountID` string, nullable
  - `PaymentMeansChannelCode` string, nullable
  - `PaymentMeansCode` 'ODEMETIPIMUHTELIF' | 'NAKIT' | 'CEK' | 'BANKACEKI' | 'HAVALE_EFT' | 'KREDIKARTI_BANKAKARTI'

## Response `200`

Firma bilgilerini günceller.

- CompanyResponse
  - `Name` string, nullable
  - `TaxNumber` string, nullable
  - `TaxOffice` string, nullable
  - `Address` string, nullable
  - `District` string, nullable
  - `City` string, nullable
  - `Country` string, nullable
  - `PostalCode` string, nullable
  - `PhoneNumber` string, nullable
  - `Fax` string, nullable
  - `Email` string, nullable
  - `WebSite` string, nullable
  - `IsActive` boolean, nullable
  - `IsDeleted` boolean, nullable
  - `PayeeFinancialAccountID` string, nullable
  - `PaymentMeansChannelCode` string, nullable
  - `PaymentMeansCode` string, nullable
  - `Aliases` CompanyAliases[], nullable
    - `Alias` string, nullable
    - `AliasType` integer
    - `Type` integer

## Other responses

- `400` — Geçersiz İstek | Gönderdiğiniz istekte geçersiz veriler bulunduğu anlamında gelmektedir | Detaylar için <a target="_blank" href="https://developer.nilvera.com/hata-kodlari#badrequest-400">tıklayınız</a>
- `403` — Yetkisiz Erişim | Bu uca erişmek için gerekli yetkiye sahip olmadığınız durumda dönülür
- `404` — Parametrede belirtilen kayıt bulunamadığında dönülür | Detaylar için <a target="_blank" href="https://developer.nilvera.com/hata-kodlari#notfound-404">tıklayınız</a>

---

[API](https://skmtc.net/nilvera/apis/general-api.md) · [All operations](https://skmtc.net/nilvera/apis/general-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nilvera/general-api/versions/a9e2a6392384/schema)
