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