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