Şube Güncelle Toplu
Birden fazla şube kaydını topluca günceller. Bu işlem, çok sayıda şube bilgisini aynı anda günceller ve işlemin başarılı olduğunu belirtir.
application/*+json
PUT /api/Subeler/updaterange
cURL (application/*+json)
curl \
-X PUT https://apiv3.bilsoft.com/api/Subeler/updaterange \
-H "Content-Type: application/*+json"
curl \
-X PUT https://apiv3.bilsoft.com/api/Subeler/updaterange \
-H "Content-Type: application/json" \
-d '[{"id":42,"subeAdi":"string"}]'
curl \
-X PUT https://apiv3.bilsoft.com/api/Subeler/updaterange \
-H "Content-Type: application/json-patch+json"
curl \
-X PUT https://apiv3.bilsoft.com/api/Subeler/updaterange \
-H "Content-Type: text/json"
Request examples
[
{
"id": 42,
"subeAdi": "string"
}
]
Request examples
[
{
"id": 42,
"subeAdi": "string"
}
]
Request examples
[
{
"id": 42,
"subeAdi": "string"
}
]
Request examples
[
{
"id": 42,
"subeAdi": "string"
}
]