---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Data Modification API

# Data Modification API {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Data Modification API method summaries and descriptions.
{#r_DataModificationAPI__id_yvy_cgt_3xb__entry__2}

| Method Summary | Description |
|-|-|
| [insert](https://servicenow-prod.fluidtopics.net/fPrjCXLHhIQT~Qr8Njmlig "Creates a new record for the table targeted in the URL.") | Creates a new record for the table targeted in the URL. |
| [insertMultiple](https://servicenow-prod.fluidtopics.net/AuSx75YXrxc9KBArAq3rvA "Creates multiple new records for the table targeted in the URL.") | Creates multiple new records for the table targeted in the URL. To enable multiple inserts, activate the [Web service import sets](https://www.servicenow.com/docs/access?context=c_WebServiceImportSets&version=xanadu&pubname=xanadu-integrate-applications&ft:locale=en-US). |
| [update](https://servicenow-prod.fluidtopics.net/_Toc1eHU69Zp_0lZo3jH8A "Updates an existing record in the targeted table in the URL, identified by the mandatory sys_id field.") | Updates a existing record in the targeted table in the URL, identified by the mandatory sys_id field. |
| [deleteRecord](https://servicenow-prod.fluidtopics.net/tuysqdOk1TDP7zyF6kWCag "Delete a record from the targeted table by supplying its sys_id.") | Deletes a record from the targeted table by supplying its `sys_id`. |
| [deleteMultiple](https://servicenow-prod.fluidtopics.net/zLh1ttpWj3MvhMqzo8oFXQ "Delete multiple records from the targeted table by example values.") | Delete multiple records from the targeted table by example values. |
[Table 1. Data Modification API]

{#r_DataModificationAPI__id_yvy_cgt_3xb}
* **[insert](https://servicenow-prod.fluidtopics.net/fPrjCXLHhIQT~Qr8Njmlig)**   
  Creates a new record for the table targeted in the URL.
* **[insertMultiple](https://servicenow-prod.fluidtopics.net/AuSx75YXrxc9KBArAq3rvA)**   
  Creates multiple new records for the table targeted in the URL.
* **[update](https://servicenow-prod.fluidtopics.net/_Toc1eHU69Zp_0lZo3jH8A)**   
  Updates an existing record in the targeted table in the URL, identified by the mandatory sys_id field.
* **[deleteRecord](https://servicenow-prod.fluidtopics.net/tuysqdOk1TDP7zyF6kWCag)**   
  Delete a record from the targeted table by supplying its sys_id.
* **[deleteMultiple](https://servicenow-prod.fluidtopics.net/zLh1ttpWj3MvhMqzo8oFXQ)**   
  Delete multiple records from the targeted table by example values.

**Related reference**   

* [Data Retrieval API](https://servicenow-prod.fluidtopics.net/ozcWm7XT3ZVB5FfxZW2sMA "Data Retrieval API method summaries and descriptions.")

