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

  • deger string | null

    Yetki değeri.

    Minimum length is 0, maximum length is 255.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kullaniciId integer(int32) | null
  • tag string | null

    Etiket bilgisi.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Body

  • deger string | null

    Yetki değeri.

    Minimum length is 0, maximum length is 255.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kullaniciId integer(int32) | null
  • tag string | null

    Etiket bilgisi.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Body

  • deger string | null

    Yetki değeri.

    Minimum length is 0, maximum length is 255.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kullaniciId integer(int32) | null
  • tag string | null

    Etiket bilgisi.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Body

  • deger string | null

    Yetki değeri.

    Minimum length is 0, maximum length is 255.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kullaniciId integer(int32) | null
  • tag string | null

    Etiket bilgisi.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Responses

  • 200

    Success

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