Kullanıcı Yetki Ekle

POST /api/UsersYetki/add

Sisteme yeni bir kullanıcı yetkisi ekler. Bu işlem, belirtilen kullanıcı yetkisi bilgilerini sisteme kaydeder ve işlemin başarılı olduğunu belirtir.

Body

Body

Body

Body

Responses

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