Data Modification API

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Data Modification API method summaries and descriptions.

    표 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.