Cari Not Sil

POST /api/CariNot/delete

Belirtilen ID'ye sahip cari notu siler. Bu işlem, kullanıcıların belirli müşteri notlarını sistemden kaldırmalarına olanak tanır.

Body

Body

Body

Body

Responses

curl \
 -X POST https://apiv3.bilsoft.com/api/CariNot/delete \
 -H "Content-Type: application/*+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/CariNot/delete \
 -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 POST https://apiv3.bilsoft.com/api/CariNot/delete \
 -H "Content-Type: application/json-patch+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/CariNot/delete \
 -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"
}