Cari Not Ekle Toplu

POST /api/CariNot/addrange

Belirtilen aralıkta birden fazla cari not ekler. Bu işlem, toplu müşteri notları eklemek için kullanılır.

Body

Body

Body

Body

Responses

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