Ajanda Dosya Güncelle Toplu

PUT /api/AjandaDosya/updaterange

Belirtilen aralıkta bulunan ajanda dosyalarını toplu olarak günceller. Bu işlem, birden fazla dosyanın aynı anda güncellenmesi gerektiğinde kullanılır.

Body

Body

Body

Body

curl \
 -X PUT https://apiv3.bilsoft.com/api/AjandaDosya/updaterange \
 -H "Content-Type: application/*+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/AjandaDosya/updaterange \
 -H "Content-Type: application/json" \
 -d '[{"ajandaId":42,"dosyaAdi":"string","dosyaYolu":"string","id":42}]'
curl \
 -X PUT https://apiv3.bilsoft.com/api/AjandaDosya/updaterange \
 -H "Content-Type: application/json-patch+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/AjandaDosya/updaterange \
 -H "Content-Type: text/json"
Request examples
[
  {
    "ajandaId": 42,
    "dosyaAdi": "string",
    "dosyaYolu": "string",
    "id": 42
  }
]
Request examples
[
  {
    "ajandaId": 42,
    "dosyaAdi": "string",
    "dosyaYolu": "string",
    "id": 42
  }
]
Request examples
[
  {
    "ajandaId": 42,
    "dosyaAdi": "string",
    "dosyaYolu": "string",
    "id": 42
  }
]
Request examples
[
  {
    "ajandaId": 42,
    "dosyaAdi": "string",
    "dosyaYolu": "string",
    "id": 42
  }
]