Stok Depo Güncelle Toplu

PUT /api/StokDepo/updaterange

Birden fazla stok depo kaydını topluca günceller. Bu işlem, çok sayıda stok depo bilgisini aynı anda günceller ve işlemin başarılı olduğunu belirtir.

Body

Body

Body

Body

curl \
 -X PUT https://apiv3.bilsoft.com/api/StokDepo/updaterange \
 -H "Content-Type: application/*+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/StokDepo/updaterange \
 -H "Content-Type: application/json" \
 -d '[{"depo":"string","id":42,"kullaniciAdi":"string","subeAdi":"string"}]'
curl \
 -X PUT https://apiv3.bilsoft.com/api/StokDepo/updaterange \
 -H "Content-Type: application/json-patch+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/StokDepo/updaterange \
 -H "Content-Type: text/json"
Request examples
[
  {
    "depo": "string",
    "id": 42,
    "kullaniciAdi": "string",
    "subeAdi": "string"
  }
]
Request examples
[
  {
    "depo": "string",
    "id": 42,
    "kullaniciAdi": "string",
    "subeAdi": "string"
  }
]
Request examples
[
  {
    "depo": "string",
    "id": 42,
    "kullaniciAdi": "string",
    "subeAdi": "string"
  }
]
Request examples
[
  {
    "depo": "string",
    "id": 42,
    "kullaniciAdi": "string",
    "subeAdi": "string"
  }
]