Body
-
Ayar adını belirtir.
-
Ayar değerini belirtir.
-
Benzersiz kimlik numarası.
-
Kullanıcı kimliği.
Belirtilen genel ayar bilgilerini sistemden siler. Bu işlem, genel ayarları kaldırmak için kullanılır.
curl \
--request POST 'https://apiv3.bilsoft.com/api/Genelayar/delete' \
--header "Content-Type: application/*+json"
curl \
--request POST 'https://apiv3.bilsoft.com/api/Genelayar/delete' \
--header "Content-Type: application/json" \
--data '{"ayarAdi":"string","ayarDeger":"string","id":42,"kullaniciId":42}'
curl \
--request POST 'https://apiv3.bilsoft.com/api/Genelayar/delete' \
--header "Content-Type: application/json-patch+json"
curl \
--request POST 'https://apiv3.bilsoft.com/api/Genelayar/delete' \
--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
}