E-ticaret Ayar Ekle

POST /api/Eticaretayarlar/add

Yeni bir e-ticaret ayarı ekler. Bu işlem, sisteme yeni e-ticaret ayar bilgileri eklemek için kullanılır.

Body

Body

Body

Body

Responses

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