REST Operations

Table and Form-over-Table capabilities are enabled for GET, PUT, PATCH, POST, and DELETE operations as follows:

For more information about Download, see Download Data. For more information about Upload, see Upload Changes.

Note: Even if the business object supports an operation, you can still choose to disable a layout’s capability by deselecting it in the Layout Designer’s Advanced tab.

Update Existing Rows with PUT

This section describes how to use the PUT operation to update existing rows.

This information is most relevant for ORDS since ORDS AutoREST provides only PUT (and not PATCH). Other frameworks, such as ADF REST, provide PATCH.

How it works:

How to use PUT:

Note: If the service cannot find the previously existing row, the PUT operation may create that row. If user A is working on an update of a given row while user B deletes that row, user A’s upload may recreate that row when PUT is used for the pending update.