Ajanda Not Silme Toplu
Belirtilen aralıkta bulunan ajanda notlarını toplu olarak siler. Bu işlem, birden fazla notun aynı anda temizlenmesi gerektiğinde kullanılır.
application/*+json
POST /api/AjandaNotlar/deleterange
cURL (application/*+json)
curl \
-X POST https://apiv3.bilsoft.com/api/AjandaNotlar/deleterange \
-H "Content-Type: application/*+json"
curl \
-X POST https://apiv3.bilsoft.com/api/AjandaNotlar/deleterange \
-H "Content-Type: application/json" \
-d '[{"ajandaId":"string","id":42,"notlar":"string"}]'
curl \
-X POST https://apiv3.bilsoft.com/api/AjandaNotlar/deleterange \
-H "Content-Type: application/json-patch+json"
curl \
-X POST https://apiv3.bilsoft.com/api/AjandaNotlar/deleterange \
-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"
}
]