Tevkifat Oran Sil Toplu

POST /api/TevkifatOran/deleterange

Belirtilen aralıkta bulunan tevkifat oranı kayıtlarını topluca siler. Bu işlem, birden fazla tevkifat oranı bilgisini aynı anda kaldırır ve işlemin başarılı olduğunu belirtir.

Body

Body

Body

Body

Responses

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