> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orkesta.com.tr/llms.txt
> Use this file to discover all available pages before exploring further.

# Bayi Güncelle

> Bir bayinin durumunu günceller (Aktif/Pasif)

## 🔄 Bayi Durumu Güncelle

Bir bayinin durumunu günceller (Aktif/Pasif).

**`POST`** `https://api-test.fincraft.com.tr/api/v1/general/merchant-members/settings/{merchantMemberId}/active`

## Path Parameters

| Parametre          | Tip  | Zorunlu | Açıklama     |
| ------------------ | ---- | ------- | ------------ |
| `merchantMemberId` | UUID | Evet    | Bayi kimliği |

## Query Parameters

| Parametre | Tip     | Zorunlu | Açıklama                  |
| --------- | ------- | ------- | ------------------------- |
| `active`  | boolean | Evet    | Aktif durumu (true/false) |

Request ve response body mevcut değildir.

## cURL Örneği

```bash theme={null}
curl -X POST "https://api-test.fincraft.com.tr/api/v1/general/merchant-members/settings/f6eca599-1f7f-4195-a2b2-79ef105a3e38/active?active=true" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
```
