Full override would also remove any reference attributes if not sent again in the request.
Is there a reason why you would not want to use 'partialOverride' instead of a full override?
------------------------------
Bryant Barrenechea
Solution Architect | Professional Services
------------------------------
Original Message:
Sent: 06-04-2025 09:34
From: Anonymous Member
Subject: Full Override without affecting reference attribute
This message was posted by a user wishing to remain anonymous
We have requirement to insert/update HCP records via Rest API in full update mode but don't want to touch existing reference attribute (address).
I tried using the partialOverrideForReference parameter in API but its still removing the reference attribute (address) from HCP
https://test.reltio.com/reltio/api/<tenantid>/entities?options=partialOverrideForReference
What parameter should I used to achieve my requirement?