Updating data with USoft Table Resource |
To be able to update 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 " Predefined REST services ". You can update data without committing. To update a value in a table:
http://<host-name>:<port-number>/<service-uri>/<connection-name>/<table-name>;<primary-key>=<value>[;<primary-key>=<value>]
http://localhost:8090/myservice/myconnection/RESERVATION;reservation_id=1337
http://localhost:8090/myservice/myconnection/TOUR;destination=HOLLAND;tour_type=TULIPS
<table-name Column_A="Value_P"/>
<RESERVATION NUM_PART="6">
See also Retrieving data with USoft Table Resource Adding data with USoft Table Resource Deleting data with USoft Table Resource |