Cari Kod Sil Toplu
Belirtilen aralıkta bulunan cari kodları toplu olarak siler. Bu işlem, birden fazla müşteri kodunun aynı anda kaldırılması gerektiğinde kullanılır.
application/*+json
POST
/api/CariKodlar/deleterange
cURL (application/*+json)
curl \
-X POST https://apiv3.bilsoft.com/api/CariKodlar/deleterange \
-H "Content-Type: application/*+json"
curl \
-X POST https://apiv3.bilsoft.com/api/CariKodlar/deleterange \
-H "Content-Type: application/json" \
-d '[{"cariId":42,"deger":"string","id":42,"kod":"string"}]'
curl \
-X POST https://apiv3.bilsoft.com/api/CariKodlar/deleterange \
-H "Content-Type: application/json-patch+json"
curl \
-X POST https://apiv3.bilsoft.com/api/CariKodlar/deleterange \
-H "Content-Type: text/json"
Request examples
[
{
"cariId": 42,
"deger": "string",
"id": 42,
"kod": "string"
}
]
Request examples
[
{
"cariId": 42,
"deger": "string",
"id": 42,
"kod": "string"
}
]
Request examples
[
{
"cariId": 42,
"deger": "string",
"id": 42,
"kod": "string"
}
]
Request examples
[
{
"cariId": 42,
"deger": "string",
"id": 42,
"kod": "string"
}
]