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

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Data Modification API

# Data Modification API {#ariaid-title1}

Release version: Yokohama  
Updated January 30, 2025  
![](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/SokPSZsolwJhJ5qyDAttyg "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/WghHL302N109gsRFGpXpjA "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=yokohama&pubname=yokohama-integrate-applications&ft:locale=en-US). |
| [update](https://servicenow-prod.fluidtopics.net/BuA4DFNpfMDE1gNZ_602tg "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/D8GrX20bdcQLAwtA4uQY~A "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/yr2UD6aSn8XosWvXCHjubA "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/SokPSZsolwJhJ5qyDAttyg)**   
  Creates a new record for the table targeted in the URL.
* **[insertMultiple](https://servicenow-prod.fluidtopics.net/WghHL302N109gsRFGpXpjA)**   
  Creates multiple new records for the table targeted in the URL.
* **[update](https://servicenow-prod.fluidtopics.net/BuA4DFNpfMDE1gNZ_602tg)**   
  Updates an existing record in the targeted table in the URL, identified by the mandatory sys_id field.
* **[deleteRecord](https://servicenow-prod.fluidtopics.net/D8GrX20bdcQLAwtA4uQY~A)**   
  Delete a record from the targeted table by supplying its sys_id.
* **[deleteMultiple](https://servicenow-prod.fluidtopics.net/yr2UD6aSn8XosWvXCHjubA)**   
  Delete multiple records from the targeted table by example values.

**Related reference**   

* [Data Retrieval API](https://servicenow-prod.fluidtopics.net/bs7u~1efBXprXEZc~kTziQ "Data Retrieval API method summaries and descriptions.")

