MDrivenWiki
Log in

Rest Post

From MDrivenWiki
Revision as of 07:03, 20 March 2023 by Stephanie (talk | contribs)

Rest Post is described in detail here Rest Services In MDriven - but one thing that was added after the initial implementation is the ability to execute actions in Rest Post.

Actions added before any attributes in the root ViewModelClass will be executed before the sent in values are applied.

Other actions in the root ViewModelClass will be executed after the values are applied.

This way, you can use top actions to look up things based on URL coded variables - then use actions at the bottom to act on applied data.

See details on the OCLOperators RestPost page.