Firma Kod Güncelle

PUT /api/FirmaKodlar/update

Belirtilen ID'ye sahip firma kodunu günceller. Bu işlem, mevcut bir firma kodu bilgisindeki bilgileri güncellemek için kullanılır.

Body

Body

Body

Body

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