Body
-
ajandaId açıklaması.
Minimum length is
0, maximum length is10. -
Benzersiz kimlik numarası.
-
Ek notlar.
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.
ajandaId açıklaması.
Minimum length is 0, maximum length is 10.
Benzersiz kimlik numarası.
Ek notlar.
ajandaId açıklaması.
Minimum length is 0, maximum length is 10.
Benzersiz kimlik numarası.
Ek notlar.
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"
[
{
"ajandaId": "string",
"id": 42,
"notlar": "string"
}
]
[
{
"ajandaId": "string",
"id": 42,
"notlar": "string"
}
]
[
{
"ajandaId": "string",
"id": 42,
"notlar": "string"
}
]
[
{
"ajandaId": "string",
"id": 42,
"notlar": "string"
}
]