Update Data Record Properties

Submits a request to update (and replace) the properties for a specific Data Record entity in the Server.

Request takes a JSON Name/Value List as content (the Data Record ID and the new properties), and on success returns a response containing the result of the request for update/replacement (“true”).

Type: PUT
URI: /rest/serverengine/entity/datarecords/{dataRecordId}/properties
Parameters:

Path:

  • dataRecordId – the ID of the Data Record entity in Server
Request:
Add. Headers: auth_token – Authorization Token (if server security settings enabled)
Content: JSON Name/Value List of properties for Data Record
Content Type: application/json
Response:
Add. Headers:
Content: Result of request to update Data Record
Content Type: text/plain
Status:
  • 200 OK – Update of Data Record properties successfully requested (response of “true” for success)
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired
  • 500 Internal Server Error – Server error or Data Record ID mismatch in JSON
 
   
  • Last Topic Update: Jan-22-2018 13:07
  • Last Published: 2018-05-14 : 9:58 AM