Firma Kod Güncelle Toplu

PUT /api/FirmaKodlar/updaterange

Belirtilen aralıkta bulunan firma kodu kayıtlarını toplu olarak günceller. Bu işlem, birden fazla firma kodu bilgisinin aynı anda güncellenmesi gerektiğinde kullanılır.

Body

Body

Body

Body

curl \
 -X PUT https://apiv3.bilsoft.com/api/FirmaKodlar/updaterange \
 -H "Content-Type: application/*+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/FirmaKodlar/updaterange \
 -H "Content-Type: application/json" \
 -d '[{"deger":"string","id":42,"kod":"string"}]'
curl \
 -X PUT https://apiv3.bilsoft.com/api/FirmaKodlar/updaterange \
 -H "Content-Type: application/json-patch+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/FirmaKodlar/updaterange \
 -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"
  }
]