Tevkifat Oran Sil

POST /api/TevkifatOran/delete

Belirtilen tevkifat oranı kaydını sistemden siler. Bu işlem, mevcut bir tevkifat oranı bilgisini kaldırır ve işlemin başarılı olduğunu belirtir.

Body

Body

Body

Body

Responses

curl \
 --request POST https://apiv3.bilsoft.com/api/TevkifatOran/delete \
 --header "Content-Type: application/*+json"
curl \
 --request POST https://apiv3.bilsoft.com/api/TevkifatOran/delete \
 --header "Content-Type: application/json" \
 --data '{"id":42,"tevkifatOran1":"string"}'
curl \
 --request POST https://apiv3.bilsoft.com/api/TevkifatOran/delete \
 --header "Content-Type: application/json-patch+json"
curl \
 --request POST https://apiv3.bilsoft.com/api/TevkifatOran/delete \
 --header "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"
}