Update Data

Updates existing Entries

Swagger

Swagger

Params

nameParameter typeData TypeValuesDescription
entryTypeIdPathstring or intcompany or 2011the unique identifier of the entry type
rowsBodyArray[Entries]-Any array of entries to update, limit to array size of no more than 1000

Requests

PUT {{host}}/api/rest/v4/data/entrydata/rows/{{entryTypeId}} HTTP/1.1
Authorization: {{auth}}
Content-Type: application/json
 
[{
  "EntryId": "2772624",
  "Subject": "Updated Interactions"
}]
 

Responses

HTTP/1.1 200 OK
 
[{
  "EntryId": "2772624",
  "Subject": "Updated Interactions"
}]