Problem
The relation attributes are removed when deleting the relation crosswalk delete date.
Cause
The issue is happening because the partial override is not taking effect during the update for deleting the relation crosswalk delete date. The payload contains only the relation start object, end object, and the relationship crosswalk.
Solution
We Should specify the partial override option as below :
"options=partialOverride"
Example API : https://<environment>.reltio.com/reltio/api/<tenant_ID>/relations?options=partialoverride
Comments
Please sign in to leave a comment.