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

  • entegrasyonTur string | null

    Entegrasyon türünü belirtir.

    Minimum length is 0, maximum length is 50.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kullaniciAdi string | null

    Kullanıcı adı.

    Minimum length is 0, maximum length is 50.

  • sifre string | null

    Kullanıcı şifresini belirtir.

    Minimum length is 0, maximum length is 50.

  • Additional properties are NOT allowed

Body

  • entegrasyonTur string | null

    Entegrasyon türünü belirtir.

    Minimum length is 0, maximum length is 50.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kullaniciAdi string | null

    Kullanıcı adı.

    Minimum length is 0, maximum length is 50.

  • sifre string | null

    Kullanıcı şifresini belirtir.

    Minimum length is 0, maximum length is 50.

  • Additional properties are NOT allowed

Body

  • entegrasyonTur string | null

    Entegrasyon türünü belirtir.

    Minimum length is 0, maximum length is 50.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kullaniciAdi string | null

    Kullanıcı adı.

    Minimum length is 0, maximum length is 50.

  • sifre string | null

    Kullanıcı şifresini belirtir.

    Minimum length is 0, maximum length is 50.

  • Additional properties are NOT allowed

Body

  • entegrasyonTur string | null

    Entegrasyon türünü belirtir.

    Minimum length is 0, maximum length is 50.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kullaniciAdi string | null

    Kullanıcı adı.

    Minimum length is 0, maximum length is 50.

  • sifre string | null

    Kullanıcı şifresini belirtir.

    Minimum length is 0, maximum length is 50.

  • Additional properties are NOT allowed

Responses

  • 200

    Success

curl \
 --request PUT 'https://apiv3.bilsoft.com/api/Eticaretayarlar/update' \
 --header "Content-Type: application/*+json"
curl \
 --request PUT 'https://apiv3.bilsoft.com/api/Eticaretayarlar/update' \
 --header "Content-Type: application/json" \
 --data '{"entegrasyonTur":"string","id":42,"kullaniciAdi":"string","sifre":"string"}'
curl \
 --request PUT 'https://apiv3.bilsoft.com/api/Eticaretayarlar/update' \
 --header "Content-Type: application/json-patch+json"
curl \
 --request PUT 'https://apiv3.bilsoft.com/api/Eticaretayarlar/update' \
 --header "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"
}