Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Data Modification API

Data Modification API method summaries and descriptions.

Method SummaryDescription
insertCreates a new record for the table targeted in the URL.
insertMultipleCreates multiple new records for the table targeted in the URL. To enable multiple inserts, activate the Web service import sets.
updateUpdates a existing record in the targeted table in the URL, identified by the mandatory sys_id field.
deleteRecordDeletes a record from the targeted table by supplying its sys_id.
deleteMultipleDelete multiple records from the targeted table by example values.
  • insert
    Creates a new record for the table targeted in the URL.
  • insertMultiple
    Creates multiple new records for the table targeted in the URL.
  • update
    Updates an existing record in the targeted table in the URL, identified by the mandatory sys_id field.
  • deleteRecord
    Delete a record from the targeted table by supplying its sys_id.
  • deleteMultiple
    Delete multiple records from the targeted table by example values.

Parent Topic:SOAP direct web service API functions

Related topics

Data Retrieval API