Ajanda Notlarını Güncelle

PUT /api/AjandaNotlar/updaterange

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.

Body

Body

Body

Body

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"
  }
]