Data Modification API

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • Data Modification API method summaries and descriptions.

    Tableau 1. Data Modification API
    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.