Copy
{
"kisiId": "123",
"uyeId": "456",
"adi": "xxx",
"soyadi": "yyy"
}
The
=toLong expression converts string values to Long type. If the value is not a valid number, an error may occur.Copy
[
{
"operation": "modify-overwrite-beta",
"spec": {
"kisiId": "=toLong",
"uyeId": "=toLong"
}
}
]
Copy
{
"kisiId": 123,
"uyeId": 456,
"adi": "xxx",
"soyadi": "yyy"
}

