Page 1 of 1

How to use rest service to update field

Posted: Sat Feb 02, 2013 7:15 pm
by New Mobile Guy

How do I use the database rest service to update a specific field for a specific record? There doesn't seem to be any examples anywhere. Dimitry replied elsewhere to check a "Compass" example, but I can't find that. Help!


How to use rest service to update field

Posted: Sat Feb 02, 2013 10:10 pm
by maxkatz

Updating an object is described here: http://docs.tiggzi.com/documentation/...

You can also automatically generate the service via Create New Database Services Update:

Image

Two things to keep in mind. The request has to be a PUT and you need to add the object id to the end of the URL -- that's the object you are updating.


How to use rest service to update field

Posted: Sun Feb 03, 2013 1:45 am
by New Mobile Guy

Thanks, I'll give it a try.