Genel Ayar Ekle Toplu

POST /api/Genelayar/addrange

Birden fazla genel ayar kaydını toplu olarak sisteme ekler. Bu işlem, çok sayıda genel ayar bilgisinin aynı anda eklenmesi gerektiğinde kullanılır.

Body

Body

Body

Body

Responses

curl \
 -X POST https://apiv3.bilsoft.com/api/Genelayar/addrange \
 -H "Content-Type: application/*+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/Genelayar/addrange \
 -H "Content-Type: application/json" \
 -d '[{"ayarAdi":"string","ayarDeger":"string","id":42,"kullaniciId":42}]'
curl \
 -X POST https://apiv3.bilsoft.com/api/Genelayar/addrange \
 -H "Content-Type: application/json-patch+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/Genelayar/addrange \
 -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
  }
]