Genel Ayar Güncelle

PUT /api/Genelayar/update

Belirtilen ID'ye sahip genel ayar kaydını günceller. Bu işlem, mevcut genel ayar bilgisindeki bilgileri güncellemek için kullanılır.

Body

Body

Body

Body

curl \
 -X PUT https://apiv3.bilsoft.com/api/Genelayar/update \
 -H "Content-Type: application/*+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/Genelayar/update \
 -H "Content-Type: application/json" \
 -d '{"ayarAdi":"string","ayarDeger":"string","id":42,"kullaniciId":42}'
curl \
 -X PUT https://apiv3.bilsoft.com/api/Genelayar/update \
 -H "Content-Type: application/json-patch+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/Genelayar/update \
 -H "Content-Type: text/json"
Request examples
{
  "ayarAdi": "string",
  "ayarDeger": "string",
  "id": 42,
  "kullaniciId": 42
}
Request examples
{
  "ayarAdi": "string",
  "ayarDeger": "string",
  "id": 42,
  "kullaniciId": 42
}
Request examples
{
  "ayarAdi": "string",
  "ayarDeger": "string",
  "id": 42,
  "kullaniciId": 42
}
Request examples
{
  "ayarAdi": "string",
  "ayarDeger": "string",
  "id": 42,
  "kullaniciId": 42
}