E-ticaret Ayar Güncelle Toplu

PUT /api/Eticaretayarlar/updaterange

Belirtilen aralıkta bulunan e-ticaret ayarlarını toplu olarak günceller. Bu işlem, birden fazla e-ticaret ayar bilgisinin aynı anda güncellenmesi gerektiğinde kullanılır.

Body

Body

Body

Body

curl \
 -X PUT https://apiv3.bilsoft.com/api/Eticaretayarlar/updaterange \
 -H "Content-Type: application/*+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/Eticaretayarlar/updaterange \
 -H "Content-Type: application/json" \
 -d '[{"entegrasyonTur":"string","id":42,"kullaniciAdi":"string","sifre":"string"}]'
curl \
 -X PUT https://apiv3.bilsoft.com/api/Eticaretayarlar/updaterange \
 -H "Content-Type: application/json-patch+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/Eticaretayarlar/updaterange \
 -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"
  }
]