Input Pages (Component REST)

This page describes the Input page layout of the Component REST AppBlock.

An Input page can serve one of two purposes:

  1. Add a new item
  2. Edit an existing item

If you want the page to add a new item, you should use POST as the request type.  If you want the page to edit an existing item, you should use PUT as the request type.

This is done on the REST Service URL step of the wizard:

 

Click here to learn more about creating a REST AppBlock with POST.

 

Click here to learn more about creating a REST AppBlock with PUT.