Input ValueDocumentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
You can convert string type key values to numeric data type. This page includes an example of converting string values to Long type using modify-overwrite-beta operation with toLong function.
Input ValueDocumentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"kisiId": "123",
"uyeId": "456",
"adi": "xxx",
"soyadi": "yyy"
}
=toLong expression converts string values to Long type. If the value is not a valid number, an error may occur.[
{
"operation": "modify-overwrite-beta",
"spec": {
"kisiId": "=toLong",
"uyeId": "=toLong"
}
}
]
{
"kisiId": 123,
"uyeId": 456,
"adi": "xxx",
"soyadi": "yyy"
}
Was this page helpful?