update
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- API implementation
Updates an existing record in the targeted table in the URL, identified by the mandatory sys_id field.
Input fields
All fields from the targeted table, excluding system fields, which will be used for updating the existing record. The sys_id field is used to locate the existing record.
Output fields
Returns the sys_id of the record that was updated.
Sample SOAP messages
Example
Sample SOAP request
Example
Sample SOAP response
Language-specific sample messages
For language-specific update samples, refer to the following topics:
Java Apache Axis2
Microsoft .NET
Python