Ajanda Dosya Ekle

POST /api/AjandaDosya/add

Yeni bir ajanda dosyası ekler. Bu işlem, kullanıcıların ajandalarına dosya eklemelerini sağlar.

Body

Body

Body

Body

Responses

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