New Mobile Guy
Posts: 0
Joined: Tue Jan 29, 2013 9:09 pm

How to use rest service to update field

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!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to use rest service to update field

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.

New Mobile Guy
Posts: 0
Joined: Tue Jan 29, 2013 9:09 pm

How to use rest service to update field

Thanks, I'll give it a try.

Return to “Issues”