Example: a REST Service for adding new data (INSERT)

Previous Next

In this example, you add data about a new customer to the database.

This example shows how you can quickly generate a REST service from a SQL statement.

 

 

collapseDefining SQL
collapseGenerating a REST method based on SQL
collapsePublishing the solution
collapseTesting the implementation

 

 

See also

Generating a REST service from SQL

Example: a REST service for retrieving data (SELECT)

Example: a REST Service for manipulating data (UPDATE)

Example: a REST Service for returning manipulated data

Example: a REST Service for deleting data (DELETE)