# Cep Telefonu Numarası Değiştirme

FORM POST /Index/ChangeCustomerGsmNo

Host: {SERVIS\_URL}

Content-Type: application/json

Kullanıcının **HASO** sisteminde bulunan Cep Telefonu bilgisini değiştirmeye olanak sağlar.

#### Giriş Parametreleri

<table data-full-width="true"><thead><tr><th width="138">Ad</th><th width="79">Tipi</th><th width="62">Z/O</th><th>Açıklama</th></tr></thead><tbody><tr><td>MerchantId</td><td>String</td><td>Z</td><td><strong>HASO</strong> tarafından verilen sabit parametredir.</td></tr><tr><td>CustomerId</td><td>String</td><td>Z</td><td><strong>HASO</strong> sisteminde müşterinin sahip olduğu unique değerdir. Transaction sonucunda okURL yada callBackURL sonunda iletilmiştir. Örn:5004</td></tr><tr><td>NewGsmNo</td><td>String</td><td>Z</td><td>Yeni cep telefonu numarası 0 içermeden 10 karakter olarak örn: 5536625050</td></tr></tbody></table>

Çıkış Parametreleri

<table data-full-width="true"><thead><tr><th width="195">Ad</th><th width="224">Tipi</th><th>Açıklama</th></tr></thead><tbody><tr><td>Success</td><td>bool</td><td>Yapılan isteğin başarılı sonuç dönüp dönmediğini bildirir. False dönerse Errors parametresi doludur. True dönerse Data parametresi doludur.</td></tr><tr><td>Errors</td><td>List&#x3C;string></td><td>Success=false ise işlem ile ilgili hataları liste şeklinde getirir.</td></tr><tr><td>Data</td><td>Dictionary&#x3C;string, object></td><td>Eğer success=true ise key-value şeklinde data döner.</td></tr><tr><td>Data[“message”]</td><td>String</td><td>İşleminin başarılı olduğuna dair mesaj bulunur. <strong>RS100</strong> kodu işlemin başarılı olduğunu bildirir. <strong>RS115</strong> kodu cep telefonu kullanılamaz “<strong>KkbPhones</strong>” verisi doludur. <strong>H311</strong> kodu değiştirilmek istenen Cep Telefonu zaten aynıdır <strong>H223</strong> Müşteri bulunamadı.</td></tr><tr><td>Data[“KkbPhones”]</td><td>List&#x3C;string></td><td>Değiştirilmek istenen Cep Telefonu numarası KKB sisteminde uyuşmuyorsa. Kullanılabilecek formatlı telefon listesi dönüşü. Örn: KkbPhones": ["553*****20" ]</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.haso.com.tr/cep-telefonu-numarasi-degistirme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
