Ayar Güncelle Toplu
Belirtilen aralıkta bulunan ayarları toplu olarak günceller. Bu işlem, birden fazla ayarın aynı anda güncellenmesi gerektiğinde kullanılır.
application/*+json
PUT /api/Ayar/updaterange
cURL (application/*+json)
curl \
-X PUT https://apiv3.bilsoft.com/api/Ayar/updaterange \
-H "Content-Type: application/*+json"
curl \
-X PUT https://apiv3.bilsoft.com/api/Ayar/updaterange \
-H "Content-Type: application/json" \
-d '[{"id":42,"yedek":"string"}]'
curl \
-X PUT https://apiv3.bilsoft.com/api/Ayar/updaterange \
-H "Content-Type: application/json-patch+json"
curl \
-X PUT https://apiv3.bilsoft.com/api/Ayar/updaterange \
-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"
}
]