Genel Ayar Sil Toplu

POST /api/Genelayar/deleterange

Belirtilen aralıkta bulunan genel ayar kayıtlarını toplu olarak siler. Bu işlem, birden fazla genel ayar bilgisinin aynı anda kaldırılması gerektiğinde kullanılır.

Body

Body

Body

Body

Responses

curl \
 -X POST https://apiv3.bilsoft.com/api/Genelayar/deleterange \
 -H "Content-Type: application/*+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/Genelayar/deleterange \
 -H "Content-Type: application/json" \
 -d '[{"ayarAdi":"string","ayarDeger":"string","id":42,"kullaniciId":42}]'
curl \
 -X POST https://apiv3.bilsoft.com/api/Genelayar/deleterange \
 -H "Content-Type: application/json-patch+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/Genelayar/deleterange \
 -H "Content-Type: text/json"
Request examples
[
  {
    "ayarAdi": "string",
    "ayarDeger": "string",
    "id": 42,
    "kullaniciId": 42
  }
]
Request examples
[
  {
    "ayarAdi": "string",
    "ayarDeger": "string",
    "id": 42,
    "kullaniciId": 42
  }
]
Request examples
[
  {
    "ayarAdi": "string",
    "ayarDeger": "string",
    "id": 42,
    "kullaniciId": 42
  }
]
Request examples
[
  {
    "ayarAdi": "string",
    "ayarDeger": "string",
    "id": 42,
    "kullaniciId": 42
  }
]