Adding data with USoft Table Resource |
To be able to add data through a REST service based on "USoft Table Resource" functionality, you first need to: •Define a predefined USoft REST service based on "USoft Table Resource", •Associate it with a server and a connection, •Publish it, and •Set up a test environment. These tasks are explained in help topic " Using Predefined REST services ". You can add data without committing. To add a record to a table:
http://<host-name>:<port-number>/<service-uri>/<connection-name>/<table-name>
http://localhost:8090/myservice/myconnection/RESERVATION
<table-name Column_A="Value_A" Column_B="Value_B"/>
<RESERVATION SCHEDTOUR_ID="58" NUM_PART="4"/>
See also Retrieving data with USoft Table Resource Updating data with USoft Table Resource Deleting data with USoft Table Resource |