Ajanda Not Ekle Toplu
Belirtilen aralıkta birden fazla ajanda notu ekler. Bu işlem, toplu not eklemeleri yapmak için kullanılır.
application/*+json
POST /api/AjandaNotlar/addrange
cURL (application/*+json)
curl \
-X POST https://apiv3.bilsoft.com/api/AjandaNotlar/addrange \
-H "Content-Type: application/*+json"
curl \
-X POST https://apiv3.bilsoft.com/api/AjandaNotlar/addrange \
-H "Content-Type: application/json" \
-d '[{"ajandaId":"string","id":42,"notlar":"string"}]'
curl \
-X POST https://apiv3.bilsoft.com/api/AjandaNotlar/addrange \
-H "Content-Type: application/json-patch+json"
curl \
-X POST https://apiv3.bilsoft.com/api/AjandaNotlar/addrange \
-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"
}
]