Ayar Sil Toplu
Belirtilen aralıkta bulunan ayarları toplu olarak siler. Bu işlem, birden fazla ayarın aynı anda temizlenmesi gerektiğinde kullanılır.
application/*+json
POST /api/Ayar/deleterange
cURL (application/*+json)
curl \
-X POST https://apiv3.bilsoft.com/api/Ayar/deleterange \
-H "Content-Type: application/*+json"
curl \
-X POST https://apiv3.bilsoft.com/api/Ayar/deleterange \
-H "Content-Type: application/json" \
-d '[{"id":42,"yedek":"string"}]'
curl \
-X POST https://apiv3.bilsoft.com/api/Ayar/deleterange \
-H "Content-Type: application/json-patch+json"
curl \
-X POST https://apiv3.bilsoft.com/api/Ayar/deleterange \
-H "Content-Type: text/json"
Request examples
[
{
"id": 42,
"yedek": "string"
}
]
Request examples
[
{
"id": 42,
"yedek": "string"
}
]
Request examples
[
{
"id": 42,
"yedek": "string"
}
]
Request examples
[
{
"id": 42,
"yedek": "string"
}
]