Stok Grup Güncelle

PUT /api/StokGrup/update

Mevcut stok grup kaydını günceller. Bu işlem, belirtilen stok grup bilgilerini günceller ve işlemin başarılı olduğunu belirtir.

Body

Body

Body

Body

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