Kullanıcı Yetki Ekle Toplu

POST /api/UsersYetki/addrange

Birden fazla kullanıcı yetkisini topluca ekler. Bu işlem, çok sayıda kullanıcı yetkisi bilgisini aynı anda sisteme ekler 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/addrange' \
 --header "Content-Type: application/*+json"
curl \
 --request POST 'https://apiv3.bilsoft.com/api/UsersYetki/addrange' \
 --header "Content-Type: application/json" \
 --data '[{"deger":"string","id":42,"kullaniciId":42,"tag":"string"}]'
curl \
 --request POST 'https://apiv3.bilsoft.com/api/UsersYetki/addrange' \
 --header "Content-Type: application/json-patch+json"
curl \
 --request POST 'https://apiv3.bilsoft.com/api/UsersYetki/addrange' \
 --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"
  }
]