Commands to run

These examples show how a database connection point can retrieve or insert data by using stored procedures. To retrieve data, run the command shown below. To insert new data, run the corresponding insert procedure and supply the required formatted input payload.

call GETORDERS()
call INSERT_ORDER('[Data]')