2018.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.
Type: PUT
URI:
/rest/serverengine/entity/datarecords/{dataRecordId}/values
Parameters:
Path:
l dataRecordId the ID of the Data Record entity in Server
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content: JSON Record Content List (Fields Only) of the values for
Data Record
Content
Type:
application/json
Response:
Add.
Headers:
Content:
Content
Type:
Status:
l 200 OK Data Record entity values successfully
updated
l 401 Unauthorized Server authentication required
Page 375