Kullanıcı Yetki Sil Toplu

POST /api/UsersYetki/deleterange

Belirtilen aralıkta bulunan kullanıcı yetkilerini topluca siler. Bu işlem, birden fazla kullanıcı yetkisi bilgisini aynı anda kaldırır ve işlemin başarılı olduğunu belirtir.

Body

Body

Body

Body

Responses

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