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 \
--request PUT https://apiv3.bilsoft.com/api/AjandaNotlar/updaterange \
--header "Content-Type: application/*+json"
curl \
--request PUT https://apiv3.bilsoft.com/api/AjandaNotlar/updaterange \
--header "Content-Type: application/json" \
--data '[{"ajandaId":"string","id":42,"notlar":"string"}]'
curl \
--request PUT https://apiv3.bilsoft.com/api/AjandaNotlar/updaterange \
--header "Content-Type: application/json-patch+json"
curl \
--request PUT https://apiv3.bilsoft.com/api/AjandaNotlar/updaterange \
--header "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"
}
]