My previous question was tagged as "answered" even though obviously it was still not.
So I am posting again (sorry).
Please see my previous question:
https://getsatisfaction.com/apperyio/...
How do I add a complex object as parameter to my service?
It fails because of the following reasons
I found out that in the function code__performParametersSubstitutions()/code of codeappery.js/code the code fails because
my codeparam/code object has a non string property (easily fixed but still annoying)
my codeparam/code object has a property of an array of objects
Any tips how can I include this complex object as param for my service?