2021.1

Table Of Contents
Update Data Record Values
Submits a request to update one or more values for a specific Data Record entity in the Server.
Request takes a JSON Record Content List (Fields Only) as content (the Data Record ID and
the new values), and on success returns a response containing no content.
Request
Method Type:
PUT
URI:
/rest/serverengine/entity/datarecords/{dataRecordId}/values
Content: JSON Record Content List (Fields Only) of the values for Data Record
Content
Type:
application/json
Add.
Headers:
If server security settings are enabled, then one of the following:
l Authorization Basic Authentication (Username and Password)
credentials (Base64 encoded)
l auth_token Authorization Token
Parameters
Path
Name Required Type Default
Value
Description
dataRecordId
ID of the Data Record entity
in Server
Response
Success
The following lists status codes indicative of a successful response:
Page 681