Update Records in Table
Updates records in a table in Zoho Sheet.
Query
Comma-separated response fields to include.
Body
The workbook resource ID.
Name of the table whose records needs to be updated
Optional parameter. Can be used to filter records. Provide this value as a valid JSON string.
Required when more than 1 criteria is available under criteria_json
Optional parameter. If true and if there are multiple records on the specified criteria, records will be updated for first match alone. Otherwise, all the matched records will be updated.
Optional parameter. By default it is true. Can be set as false for case insensitive search.
The JSON data that needs to be updated. Example:{"Month":"May","Amount":50} Provide this value as a valid JSON string.
Alternatively table_id can be used instead of table_name