Cari Not Güncelle

PUT /api/CariNot/update

Belirtilen ID'ye sahip cari notu günceller. Bu işlem, mevcut bir müşteri notundaki bilgileri güncellemek için kullanılır.

Body

Body

Body

Body

curl \
 -X PUT https://apiv3.bilsoft.com/api/CariNot/update \
 -H "Content-Type: application/*+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/CariNot/update \
 -H "Content-Type: application/json" \
 -d '{"aciklama":"string","cariId":42,"id":42,"kullaniciAdi":"string","subeAdi":"string","tarih":"2024-05-04T09:42:00+00:00"}'
curl \
 -X PUT https://apiv3.bilsoft.com/api/CariNot/update \
 -H "Content-Type: application/json-patch+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/CariNot/update \
 -H "Content-Type: text/json"
Request examples
{
  "aciklama": "string",
  "cariId": 42,
  "id": 42,
  "kullaniciAdi": "string",
  "subeAdi": "string",
  "tarih": "2024-05-04T09:42:00+00:00"
}
Request examples
{
  "aciklama": "string",
  "cariId": 42,
  "id": 42,
  "kullaniciAdi": "string",
  "subeAdi": "string",
  "tarih": "2024-05-04T09:42:00+00:00"
}
Request examples
{
  "aciklama": "string",
  "cariId": 42,
  "id": 42,
  "kullaniciAdi": "string",
  "subeAdi": "string",
  "tarih": "2024-05-04T09:42:00+00:00"
}
Request examples
{
  "aciklama": "string",
  "cariId": 42,
  "id": 42,
  "kullaniciAdi": "string",
  "subeAdi": "string",
  "tarih": "2024-05-04T09:42:00+00:00"
}