Tevkifat Oran Güncelle Toplu

PUT /api/TevkifatOran/updaterange

Birden fazla tevkifat oranı kaydını topluca günceller. Bu işlem, çok sayıda tevkifat oranı 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/TevkifatOran/updaterange \
 -H "Content-Type: application/*+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/TevkifatOran/updaterange \
 -H "Content-Type: application/json" \
 -d '[{"id":42,"tevkifatOran1":"string"}]'
curl \
 -X PUT https://apiv3.bilsoft.com/api/TevkifatOran/updaterange \
 -H "Content-Type: application/json-patch+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/TevkifatOran/updaterange \
 -H "Content-Type: text/json"
Request examples
[
  {
    "id": 42,
    "tevkifatOran1": "string"
  }
]
Request examples
[
  {
    "id": 42,
    "tevkifatOran1": "string"
  }
]
Request examples
[
  {
    "id": 42,
    "tevkifatOran1": "string"
  }
]
Request examples
[
  {
    "id": 42,
    "tevkifatOran1": "string"
  }
]