# Kart Etiket Bilgisi Güncelleme

Var olan kartın etiket (label) bilgisini güncellemek için kullanılan servistir.

{% hint style="success" %}
<https://api.paynet.com.tr/v1/subscription/card\\_info\\_label\\_update>
{% endhint %}

{% tabs %}
{% tab title="İstek Parametreleri" %}

| Parametre ismi | Tip    | Zorunlu | Açıklama                                        |
| -------------- | ------ | ------- | ----------------------------------------------- |
| **card\_id**   | string | Evet    | Kart ID’si                                      |
| **label**      | string | Evet    | Kartı sınıflandıracak yeni/güncellenecek etiket |
| {% endtab %}   |        |         |                                                 |

{% tab title="Dönüş Parametreleri" %}

| Parametre ismi    | Tip | Açıklama |
| ----------------- | --- | -------- |
| **Result Object** |     |          |
| {% endtab %}      |     |          |

{% tab title="Request" %}

```
{
"card_id":"3956",
"label":"bayikart"
}
```

{% endtab %}

{% tab title="Response" %}

```
{
    "object_name": "card_info_label_update",
    "code": 0,
    "message": "Güncelleme başarılı."
}
```

{% endtab %}

{% tab title="Service URL" %}

| Sistem           | URL                                                                          |
| ---------------- | ---------------------------------------------------------------------------- |
| **Canlı Sistem** | <https://api.paynet.com.tr/v1/subscription/card\\_info\\_label\\_update>     |
| **Test Sistemi** | <https://pts-api.paynet.com.tr/v1/subscription/card\\_info\\_label\\_update> |
| {% endtab %}     |                                                                              |
| {% endtabs %}    |                                                                              |


---

# 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://doc.paynet.com.tr/servisler/abonelik/kart-etiket-bilgisi-guencelleme.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.
