Method: Infusionsoft::Client::Data#data_update
- Defined in:
- lib/infusion-api/client/data.rb
#data_update(table, id, data) ⇒ Integer
Updates the specified record (indicated by ID) with the data provided.
35 36 37 |
# File 'lib/infusion-api/client/data.rb', line 35 def data_update(table, id, data) response = get('DataService.update', table, id, data) end |