Body
-
Benzersiz kimlik numarası.
-
Şube adı.
Minimum length is
0
, maximum length is255
.
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.
curl \
--request PUT 'https://apiv3.bilsoft.com/api/Subeler/updaterange' \
--header "Content-Type: application/*+json"
curl \
--request PUT 'https://apiv3.bilsoft.com/api/Subeler/updaterange' \
--header "Content-Type: application/json" \
--data '[{"id":42,"subeAdi":"string"}]'
curl \
--request PUT 'https://apiv3.bilsoft.com/api/Subeler/updaterange' \
--header "Content-Type: application/json-patch+json"
curl \
--request PUT 'https://apiv3.bilsoft.com/api/Subeler/updaterange' \
--header "Content-Type: text/json"
[
{
"id": 42,
"subeAdi": "string"
}
]
[
{
"id": 42,
"subeAdi": "string"
}
]
[
{
"id": 42,
"subeAdi": "string"
}
]
[
{
"id": 42,
"subeAdi": "string"
}
]