# Cari Adres Güncelle **PUT /api/CariAdresler/update** Belirtilen ID'ye sahip cari adresi günceller. Bu işlem, mevcut bir müşteri adresindeki bilgileri güncellemek için kullanılır. ## Servers - SwaggerHub API Auto Mocking: https://apiv3.bilsoft.com (SwaggerHub API Auto Mocking) ## Parameters ### Body: application/json (object) - **cariId** (integer(int32) | null) Cari hesabın benzersiz kimlik numarası. - **cep** (string | null) Kullanıcının cep telefonu numarası. - **id** (integer(int32)) Benzersiz kimlik numarası. - **il** (string | null) İl bilgisi. - **ilce** (string | null) İlçe bilgisi. - **mail** (string | null) E-posta adresi. - **postaKodu** (string | null) Posta kodu. - **sevkAdres** (string | null) Sevk adresi. - **tel** (string | null) Telefon numarası. - **ulke** (string | null) Ülke bilgisi. - **yetkili** (string | null) Yetkili kişinin adı. - **Additional properties are NOT allowed** () ## Responses ### 200 Success [Powered by Bump.sh](https://bump.sh)