Ayar Ekle

POST /api/Ayar/add

Yeni bir ayar ekler. Bu işlem, sistemde yeni ayarlar oluşturmak için kullanılır.

Body

Body

Body

Body

Responses

curl \
 -X POST https://apiv3.bilsoft.com/api/Ayar/add \
 -H "Content-Type: application/*+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/Ayar/add \
 -H "Content-Type: application/json" \
 -d '{"id":42,"yedek":"string"}'
curl \
 -X POST https://apiv3.bilsoft.com/api/Ayar/add \
 -H "Content-Type: application/json-patch+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/Ayar/add \
 -H "Content-Type: text/json"
Request examples
{
  "id": 42,
  "yedek": "string"
}
Request examples
{
  "id": 42,
  "yedek": "string"
}
Request examples
{
  "id": 42,
  "yedek": "string"
}
Request examples
{
  "id": 42,
  "yedek": "string"
}