Cari Kod Güncelle

PUT /api/CariKodlar/update

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

Body

Body

Body

Body

curl \
 -X PUT https://apiv3.bilsoft.com/api/CariKodlar/update \
 -H "Content-Type: application/*+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/CariKodlar/update \
 -H "Content-Type: application/json" \
 -d '{"cariId":42,"deger":"string","id":42,"kod":"string"}'
curl \
 -X PUT https://apiv3.bilsoft.com/api/CariKodlar/update \
 -H "Content-Type: application/json-patch+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/CariKodlar/update \
 -H "Content-Type: text/json"
Request examples
{
  "cariId": 42,
  "deger": "string",
  "id": 42,
  "kod": "string"
}
Request examples
{
  "cariId": 42,
  "deger": "string",
  "id": 42,
  "kod": "string"
}
Request examples
{
  "cariId": 42,
  "deger": "string",
  "id": 42,
  "kod": "string"
}
Request examples
{
  "cariId": 42,
  "deger": "string",
  "id": 42,
  "kod": "string"
}