Kullanıcı Yetki Güncelle Toplu

PUT /api/UsersYetki/updaterange

Birden fazla kullanıcı yetkisini topluca günceller. Bu işlem, çok sayıda kullanıcı yetkisi bilgisini aynı anda günceller ve işlemin başarılı olduğunu belirtir.

Body

Body

Body

Body

curl \
 -X PUT https://apiv3.bilsoft.com/api/UsersYetki/updaterange \
 -H "Content-Type: application/*+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/UsersYetki/updaterange \
 -H "Content-Type: application/json" \
 -d '[{"deger":"string","id":42,"kullaniciId":42,"tag":"string"}]'
curl \
 -X PUT https://apiv3.bilsoft.com/api/UsersYetki/updaterange \
 -H "Content-Type: application/json-patch+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/UsersYetki/updaterange \
 -H "Content-Type: text/json"
Request examples
[
  {
    "deger": "string",
    "id": 42,
    "kullaniciId": 42,
    "tag": "string"
  }
]
Request examples
[
  {
    "deger": "string",
    "id": 42,
    "kullaniciId": 42,
    "tag": "string"
  }
]
Request examples
[
  {
    "deger": "string",
    "id": 42,
    "kullaniciId": 42,
    "tag": "string"
  }
]
Request examples
[
  {
    "deger": "string",
    "id": 42,
    "kullaniciId": 42,
    "tag": "string"
  }
]