Hello,
I'm writing a small custom app using the REST services for the first time. Everything was going great until I ran into a situation where I needed to call a local procedure. I can't seem to figure out how to pass the correct types into the Post call for the serialization to work. Does anyone have a code example for calling a local procedure with the REST services? Any help is greatly appreciated!
Thanks in advance,
Sean
Sean,
Task item 343 is an interceptor plugin written in C# that makes use of the Custom/Execute Rest call. Does pretty much the same thing as Nick's example when making the call.
Jon