jamievkent / openesignforms

Automatically exported from code.google.com/p/openesignforms
0 stars 0 forks source link

Allow transactions to be updated via API #146

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There are needs for updating an existing transaction via the APIs.

Allow a transaction template to set an UPDATE API permission (or similar) so 
only those transactions that are allowed to be updated by the API can be 
updated.

Provide an UPDATE API based on standard HTTPS POST name-value pairs, with a 
selector to ensure which transaction(s) are updated. 

Include an ability to limit the update to a particular document or to all 
documents that have a given field present.

This will also allow one transaction to update a field in another transaction.

Original issue reported on code.google.com by yoz...@gmail.com on 15 Feb 2015 at 1:45