Ayar Ek Modül Güncelle
Belirtilen ID'ye sahip ayar ek modülünü günceller. Bu işlem, mevcut bir modülde yapılan bilgileri güncellemek için kullanılır.
application/*+json
PUT /api/Ayarekmodul/update
cURL (application/*+json)
curl \
-X PUT https://apiv3.bilsoft.com/api/Ayarekmodul/update \
-H "Content-Type: application/*+json"
curl \
-X PUT https://apiv3.bilsoft.com/api/Ayarekmodul/update \
-H "Content-Type: application/json" \
-d '{"id":42,"yedek":"string"}'
curl \
-X PUT https://apiv3.bilsoft.com/api/Ayarekmodul/update \
-H "Content-Type: application/json-patch+json"
curl \
-X PUT https://apiv3.bilsoft.com/api/Ayarekmodul/update \
-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"
}