So as an web developer you've built your website, and created a form for the capture / submission of some data. Thats usually the easy bit done.
The difficult point comes then, in how to have an end-point for the webpage to send the data to, and how to write the code behind this to perform the required actions.
This then is an easy case to show how Rulevolution can make a large difference to flexibility and productivity.
To create a new project - from the Select Model screen, create a new project by picking New, select the category Project : New Project..., and specify a new Name…
From the Select Model screen, create a new model by New, select the previous Project, and specify a new model Name
The new model will appear in the Projects list (the default view) on the right hand side of the screen under the desired Project
Open new model by double clicking the model in the list
This will present you with an empty process screen on the the right, with a list of component categories on the left
By expanding categories and dragging components from left hand side, place them on the process canvas (then main part of the screen)
Left clicking on a component on the process canvas, and selecting Connect to, then clicking on the destination component, components are connected in a flow, it is convention to create a flow from left to right, but this is optional.
By the above mechanism create the following flow, using (in order)
This should create the following:

Right Click on the Rest Interface Node, and select Edit
On the left hand side of the screen you will see the properties (Prop) of the node, to edit a node property, just select the property, and a dialog will appear. The choice of what can then be done (selection of a value of input text), depends on the name of the data which that property will accept.
Once the model has been created, it may now be deployed for testing
Select Action (top right), and Deploy Model
Following confirmation, success should result in a Model Deployed message.
if not, then please check the Common Errors page
This may be selected from the users details page
Note: the contents of this field may be longer than is displayed within the dialog
This field may not be edited, if for any reason you need this key changing, then please raise a support request.
For this example, our key is:
C7******-**************-********E6C4 (for security some digits have be obscured)
The API is deployed, and you now have a valid authentication key.
if a redirect field is supplied, then on success return this will be invoked
An invocation can be made using a web-page or a common testing tool like Postman
Once deployed, and has been called, you can open the Cache Data node, and see the items submitted in the inputs tab on the left hand side of the screen
Note: Time stated in the inputs panel is server time
Additional behaviour can now be added to the model, like writing to a database table or similar.