Body
-
Ayar adını belirtir.
-
Ayar değerini belirtir.
-
Benzersiz kimlik numarası.
-
Kullanıcı kimliği.
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.
curl \
--request PUT 'https://apiv3.bilsoft.com/api/Genelayar/update' \
--header "Content-Type: application/*+json"
curl \
--request PUT 'https://apiv3.bilsoft.com/api/Genelayar/update' \
--header "Content-Type: application/json" \
--data '{"ayarAdi":"string","ayarDeger":"string","id":42,"kullaniciId":42}'
curl \
--request PUT 'https://apiv3.bilsoft.com/api/Genelayar/update' \
--header "Content-Type: application/json-patch+json"
curl \
--request PUT 'https://apiv3.bilsoft.com/api/Genelayar/update' \
--header "Content-Type: text/json"
{
"ayarAdi": "string",
"ayarDeger": "string",
"id": 42,
"kullaniciId": 42
}
{
"ayarAdi": "string",
"ayarDeger": "string",
"id": 42,
"kullaniciId": 42
}
{
"ayarAdi": "string",
"ayarDeger": "string",
"id": 42,
"kullaniciId": 42
}
{
"ayarAdi": "string",
"ayarDeger": "string",
"id": 42,
"kullaniciId": 42
}