Şube Güncelle

PUT /api/Subeler/update

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

Body

Body

Body

Body

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