Genel Ayar Ekle

POST /api/Genelayar/add

Sisteme yeni bir genel ayar kaydı ekler. Bu işlem, sistemde genel ayar bilgilerini güncellemek için kullanılır.

Body

Body

Body

Body

Responses

curl \
 -X POST https://apiv3.bilsoft.com/api/Genelayar/add \
 -H "Content-Type: application/*+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/Genelayar/add \
 -H "Content-Type: application/json" \
 -d '{"ayarAdi":"string","ayarDeger":"string","id":42,"kullaniciId":42}'
curl \
 -X POST https://apiv3.bilsoft.com/api/Genelayar/add \
 -H "Content-Type: application/json-patch+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/Genelayar/add \
 -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
}