Cari Kod Güncelle Toplu
Belirtilen aralıkta bulunan cari kodları toplu olarak günceller. Bu işlem, birden fazla müşteri kodunun aynı anda güncellenmesi gerektiğinde kullanılır.
application/*+json
PUT /api/CariKodlar/updaterange
cURL (application/*+json)
curl \
-X PUT https://apiv3.bilsoft.com/api/CariKodlar/updaterange \
-H "Content-Type: application/*+json"
curl \
-X PUT https://apiv3.bilsoft.com/api/CariKodlar/updaterange \
-H "Content-Type: application/json" \
-d '[{"cariId":42,"deger":"string","id":42,"kod":"string"}]'
curl \
-X PUT https://apiv3.bilsoft.com/api/CariKodlar/updaterange \
-H "Content-Type: application/json-patch+json"
curl \
-X PUT https://apiv3.bilsoft.com/api/CariKodlar/updaterange \
-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"
}
]