Page 1 of 1

API Rest Update Service has no request parameters

Posted: Sun Oct 30, 2016 11:00 am
by Deon

Hi
I have generated services with the Rest API generator.

The update service does not have any request parameters, only data paramaters. How do I tell the service in mappings, which record to update.

Thx


API Rest Update Service has no request parameters

Posted: Mon Oct 31, 2016 7:57 pm
by Serhii Kulibaba

Hello Deon,

You can set these properties directly to the parameter "data" of that service, using JS


API Rest Update Service has no request parameters

Posted: Tue Nov 01, 2016 5:43 am
by Deon

Oh, ok. Thank you.