Data Modification API
Data Modification API method summaries and descriptions.
| Method Summary | Description |
|---|---|
| insert | Creates a new record for the table targeted in the URL. |
| insertMultiple | Creates multiple new records for the table targeted in the URL. To enable multiple inserts, activate the Web service import sets. |
| update | Updates a existing record in the targeted table in the URL, identified by the mandatory sys_id field. |
| deleteRecord | Deletes a record from the targeted table by supplying its sys_id. |
| deleteMultiple | Delete multiple records from the targeted table by example values. |