# Müşteri Limit Bilgilerini Getir

FORM POST /Index/GetCustomerInformation

Host: {SERVIS\_URL}

Content-Type: application/json

**HASO** sisteminde tanımlı bir müşterinin limit bilgilerini bu method ile alabilirsiniz. **Giriş** ve **Çıkış** parametreleri aşağıda detaylı olarak listelenmiştir.

#### Giriş Parametreleri

<table data-full-width="true"><thead><tr><th width="135">Ad</th><th width="78">Tipi</th><th width="65">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></tbody></table>

Çıkış Parametreleri

<table data-full-width="true"><thead><tr><th width="214">Ad</th><th width="222">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ön</td></tr><tr><td>Data[“CustomerInfo”]</td><td>Dictionary&#x3C;string, object></td><td>Müşteri limit bilgilerini içeren nesne. Eğer null değeri atanmışsa ilgili customerId’ye sahip müşteri <strong>HASO</strong> sisteminde bulunmuyordur.</td></tr></tbody></table>

#### CustomerInfo Model içeriği şöyledir.

<table data-full-width="true"><thead><tr><th width="337">Ad</th><th width="98">Tipi</th><th>Açıklama</th></tr></thead><tbody><tr><td>CustomerInfo.CustomerLimit</td><td>Decimal</td><td>Müşterinin <strong>HASO</strong> limiti</td></tr><tr><td>CustomerInfo.CustomerLimitFormatter</td><td>String</td><td>Müşterinin <strong>HASO</strong> limiti formatlanmış biçimde</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/musteri-limit-bilgilerini-getir.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.
