Ajanda Dosya Güncelle

PUT /api/AjandaDosya/update

Belirtilen ID'ye sahip ajanda dosyasını günceller. Bu işlem, mevcut bir ajanda dosyasındaki bilgileri güncellemek için kullanılır.

Body

Body

Body

Body

curl \
 -X PUT https://apiv3.bilsoft.com/api/AjandaDosya/update \
 -H "Content-Type: application/*+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/AjandaDosya/update \
 -H "Content-Type: application/json" \
 -d '{"ajandaId":42,"dosyaAdi":"string","dosyaYolu":"string","id":42}'
curl \
 -X PUT https://apiv3.bilsoft.com/api/AjandaDosya/update \
 -H "Content-Type: application/json-patch+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/AjandaDosya/update \
 -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
}