Personel Not Ekle

POST /api/Personelnot/add

Sisteme yeni bir Personel notu kaydı ekler. Bu işlem, sistemde yeni bir Personel notu kaydının oluşturulmasını sağlar.

Body

Body

Body

Body

Responses

curl \
 -X POST https://apiv3.bilsoft.com/api/Personelnot/add \
 -H "Content-Type: application/*+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/Personelnot/add \
 -H "Content-Type: application/json" \
 -d '{"baslik":"string","icerik":"string","id":42,"personid":"string","subeAdi":"string","tarih":"2024-05-04T09:42:00+00:00"}'
curl \
 -X POST https://apiv3.bilsoft.com/api/Personelnot/add \
 -H "Content-Type: application/json-patch+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/Personelnot/add \
 -H "Content-Type: text/json"
Request examples
{
  "baslik": "string",
  "icerik": "string",
  "id": 42,
  "personid": "string",
  "subeAdi": "string",
  "tarih": "2024-05-04T09:42:00+00:00"
}
Request examples
{
  "baslik": "string",
  "icerik": "string",
  "id": 42,
  "personid": "string",
  "subeAdi": "string",
  "tarih": "2024-05-04T09:42:00+00:00"
}
Request examples
{
  "baslik": "string",
  "icerik": "string",
  "id": 42,
  "personid": "string",
  "subeAdi": "string",
  "tarih": "2024-05-04T09:42:00+00:00"
}
Request examples
{
  "baslik": "string",
  "icerik": "string",
  "id": 42,
  "personid": "string",
  "subeAdi": "string",
  "tarih": "2024-05-04T09:42:00+00:00"
}