Hello,
I have written an update procedure for my odata service in my hana xs project. I have 2 table import parameters and 1 export parameter:
My question is: How do I form the JSON data with which I would execute this update procedure from the odatamodel?
I tried this in the Postman app for Chrome with:
{
"xx" : "test 1"
....
},
{
"xx" : "test 2"
....
}
But this gave a Error 500 - Internal server error message.
Does anyone have a suggestion?
Thanks and kind regards,
Xana