Ajanda Notlarını Güncelle
Belirtilen aralıkta bulunan ajanda notlarını toplu olarak günceller. Bu işlem, birden fazla notun aynı anda güncellenmesi gerektiğinde kullanılır.
application/*+json
PUT /api/AjandaNotlar/updaterange
cURL (application/*+json)
curl \
-X PUT https://apiv3.bilsoft.com/api/AjandaNotlar/updaterange \
-H "Content-Type: application/*+json"
curl \
-X PUT https://apiv3.bilsoft.com/api/AjandaNotlar/updaterange \
-H "Content-Type: application/json" \
-d '[{"ajandaId":"string","id":42,"notlar":"string"}]'
curl \
-X PUT https://apiv3.bilsoft.com/api/AjandaNotlar/updaterange \
-H "Content-Type: application/json-patch+json"
curl \
-X PUT https://apiv3.bilsoft.com/api/AjandaNotlar/updaterange \
-H "Content-Type: text/json"
Request examples
[
{
"ajandaId": "string",
"id": 42,
"notlar": "string"
}
]
Request examples
[
{
"ajandaId": "string",
"id": 42,
"notlar": "string"
}
]
Request examples
[
{
"ajandaId": "string",
"id": 42,
"notlar": "string"
}
]
Request examples
[
{
"ajandaId": "string",
"id": 42,
"notlar": "string"
}
]