E-ticaret Ayar Güncelle

PUT /api/Eticaretayarlar/update

Belirtilen ID'ye sahip e-ticaret ayarını günceller. Bu işlem, mevcut bir e-ticaret ayar bilgisindeki bilgileri güncellemek için kullanılır.

Body

Body

Body

Body

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