Accelerate the Value of Data

Examples

Some examples for partial override in DCR are included for your reference.

Partial Override for Simple Attributes with DCR

Initial Entity
[
    {
        "type": "configuration/entityTypes/HCP",
        "attributes": {
            "FirstName": [
                {
                    "value": "FirstNameValue1"
                },
                {
                    "value": "FirstNameValue2"
                }
            ],
            "LastName": [
                {
                    "value": "LastNameValue"
                }
            ],
            "License": [
                {
                    "value": {
                        "Category": [
                            {
                                "value": "CategoryValue1"
                            }
                        ],
                        "Number": [
                            {
                                "value": "NumberValue1"
                            }
                        ],
                        "State": [
                            {
                                "value": "StateValue1"
                            }
                        ],
                        "Status": [
                            {
                                "value": "StatusValue1"
                            }
                        ]
                    }
                },
                {
                    "value": {
                        "Category": [
                            {
                                "value": "CategoryValue2"
                            }
                        ],
                        "Number": [
                            {
                                "value": "NumberValue2"
                            }
                        ],
                        "State": [
                            {
                                "value": "StateValue2"
                            }
                        ],
                        "Status": [
                            {
                                "value": "StatusValue2"
                            }
                        ]
                    }
                }
            ],
            "Identifiers": [
                {
                    "value": {
                        "Type": [
                            {
                                "value": "TypeValue1"
                            }
                        ],
                        "ID": [
                            {
                                "value": "001"
                            }
                        ]
                    }
                }
            ]
        },
        "crosswalks": [
            {
                "type": "configuration/sources/HMS",
                "value": "123"
            }
        ]
    }
]
POST
[
    {
        "type": "configuration/entityTypes/HCP",
        "attributes": {
            "FirstName": [
                {
                    "value": "CHANGED first name"
                }
            ],
            "MiddleName": [
                {
                    "value": "New attribute - MiddleName"
                }
            ]
        },
        "crosswalks": [
            {
                "type": "configuration/sources/HMS",
                "value": "123"
            }
        ]
    }
]
Response
{
    "uri": "changeRequests/26g6VSl7",
    "createdBy": "ReltioUser",
    "createdTime": 1606070294095,
    "updatedBy": "ReltioUser",
    "updatedTime": 1606070294095,
    "changes": {
        "entities/17EAaHsa": [
            {
                "id": "26g6VX1N",
                "type": "INSERT_ATTRIBUTE",
                "createdTime": 1606070294095,
                "createdBy": "ReltioUser",
                "attributePath": "FirstName",
                "newValue": {
                    "value": "CHANGED first name"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/FirstName"
            },
            {
                "id": "26g6VbHd",
                "type": "DELETE_ATTRIBUTE",
                "createdTime": 1606070294095,
                "createdBy": "ReltioUser",
                "attributePath": "FirstName/2NQntXUJY",
                "oldValue": {
                    "value": "FirstNameValue1"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/FirstName"
            },
            {
                "id": "26g6VfXt",
                "type": "DELETE_ATTRIBUTE",
                "createdTime": 1606070294095,
                "createdBy": "ReltioUser",
                "attributePath": "FirstName/2NQntXYZo",
                "oldValue": {
                    "value": "FirstNameValue2"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/FirstName"
            },
            {
                "id": "26g6Vjo9",
                "type": "INSERT_ATTRIBUTE",
                "createdTime": 1606070294095,
                "createdBy": "ReltioUser",
                "attributePath": "MiddleName",
                "newValue": {
                    "value": "New attribute - MiddleName"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/MiddleName"
            }
        ]
    },
    "type": "configuration/changeRequestTypes/someChangeRequestType",
    "state": "AWAITING_REVIEW"
}
The Entity after DCR is applied
{
    "uri": "entities/17EAaHsa",
    "type": "configuration/entityTypes/HCP",
    "createdBy": "ReltioUser",
    "createdTime": 1606070166207,
    "updatedBy": "ReltioUser",
    "updatedTime": 1606070324280,
    "attributes": {
        "FirstName": [
            {
                "type": "configuration/entityTypes/HCP/attributes/FirstName",
                "ov": true,
                "value": "CHANGED first name",
                "uri": "entities/17EAaHsa/attributes/FirstName/2VOOXVXI6"
            }
        ],
        "LastName": [
            {
                "type": "configuration/entityTypes/HCP/attributes/LastName",
                "ov": true,
                "value": "LastNameValue",
                "uri": "entities/17EAaHsa/attributes/LastName/2NQntXcq4"
            }
        ],
        "MiddleName": [
            {
                "type": "configuration/entityTypes/HCP/attributes/MiddleName",
                "ov": true,
                "value": "New attribute - MiddleName",
                "uri": "entities/17EAaHsa/attributes/MiddleName/2VOOXVOla"
            }
        ],
        "License": [
            {
                "label": "NumberValue2, state StateValue2",
                "value": {
                    "Category": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Category",
                            "ov": true,
                            "value": "CategoryValue2",
                            "uri": "entities/17EAaHsa/attributes/License/2NQntY2Pc/Category/2NQntY6fs"
                        }
                    ],
                    "Number": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Number",
                            "ov": true,
                            "value": "NumberValue2",
                            "uri": "entities/17EAaHsa/attributes/License/2NQntY2Pc/Number/2NQntYAw8"
                        }
                    ],
                    "State": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/State",
                            "ov": true,
                            "value": "StateValue2",
                            "uri": "entities/17EAaHsa/attributes/License/2NQntY2Pc/State/2NQntYFCO"
                        }
                    ],
                    "Status": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Status",
                            "ov": true,
                            "value": "StatusValue2",
                            "uri": "entities/17EAaHsa/attributes/License/2NQntY2Pc/Status/2NQntYJSe"
                        }
                    ]
                },
                "ov": true,
                "uri": "entities/17EAaHsa/attributes/License/2NQntY2Pc"
            },
            {
                "label": "NumberValue1, state StateValue1",
                "value": {
                    "Category": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Category",
                            "ov": true,
                            "value": "CategoryValue1",
                            "uri": "entities/17EAaHsa/attributes/License/2NQntXh6K/Category/2NQntXlMa"
                        }
                    ],
                    "Number": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Number",
                            "ov": true,
                            "value": "NumberValue1",
                            "uri": "entities/17EAaHsa/attributes/License/2NQntXh6K/Number/2NQntXpcq"
                        }
                    ],
                    "State": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/State",
                            "ov": true,
                            "value": "StateValue1",
                            "uri": "entities/17EAaHsa/attributes/License/2NQntXh6K/State/2NQntXtt6"
                        }
                    ],
                    "Status": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Status",
                            "ov": true,
                            "value": "StatusValue1",
                            "uri": "entities/17EAaHsa/attributes/License/2NQntXh6K/Status/2NQntXy9M"
                        }
                    ]
                },
                "ov": true,
                "uri": "entities/17EAaHsa/attributes/License/2NQntXh6K"
            }
        ],
        "Identifiers": [
            {
                "label": "TypeValue1 001",
                "value": {
                    "Type": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/Identifiers/attributes/Type",
                            "ov": true,
                            "value": "TypeValue1",
                            "uri": "entities/17EAaHsa/attributes/Identifiers/2NQntYNiu/Type/2NQntYRzA"
                        }
                    ],
                    "ID": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/Identifiers/attributes/ID",
                            "ov": true,
                            "value": "001",
                            "uri": "entities/17EAaHsa/attributes/Identifiers/2NQntYNiu/ID/2NQntYWFQ"
                        }
                    ]
                },
                "ov": true,
                "uri": "entities/17EAaHsa/attributes/Identifiers/2NQntYNiu"
            }
        ]
    },
    "isFavorite": false,
    "crosswalks": [
        {
            "uri": "entities/17EAaHsa/crosswalks/2NQntYaVg",
            "type": "configuration/sources/HMS",
            "value": "123",
            "reltioLoadDate": "2020-11-22T18:38:44.280Z",
            "createDate": "2020-11-22T18:36:06.207Z",
            "updateDate": "2020-11-22T18:36:06.207Z",
            "attributes": [
                "entities/17EAaHsa/attributes/License/2NQntXh6K/Status/2NQntXy9M",
                "entities/17EAaHsa/attributes/License/2NQntY2Pc/State/2NQntYFCO",
                "entities/17EAaHsa/attributes/Identifiers/2NQntYNiu/Type/2NQntYRzA",
                "entities/17EAaHsa/attributes/License/2NQntXh6K/State/2NQntXtt6",
                "entities/17EAaHsa/attributes/License/2NQntY2Pc/Status/2NQntYJSe",
                "entities/17EAaHsa/attributes/Identifiers/2NQntYNiu",
                "entities/17EAaHsa/attributes/License/2NQntXh6K/Category/2NQntXlMa",
                "entities/17EAaHsa/attributes/License/2NQntXh6K/Number/2NQntXpcq",
                "entities/17EAaHsa/attributes/License/2NQntXh6K",
                "entities/17EAaHsa/attributes/License/2NQntY2Pc",
                "entities/17EAaHsa/attributes/License/2NQntY2Pc/Category/2NQntY6fs",
                "entities/17EAaHsa/attributes/License/2NQntY2Pc/Number/2NQntYAw8",
                "entities/17EAaHsa/attributes/Identifiers/2NQntYNiu/ID/2NQntYWFQ",
                "entities/17EAaHsa/attributes/LastName/2NQntXcq4",
                "entities/17EAaHsa/attributes/MiddleName/2VOOXVOla",
                "entities/17EAaHsa/attributes/FirstName/2VOOXVXI6"
            ],
            "singleAttributeUpdateDates": {
                "entities/17EAaHsa/attributes/MiddleName/2VOOXVOla": "2020-11-22T18:38:44.280Z",
                "entities/17EAaHsa/attributes/FirstName/2VOOXVXI6": "2020-11-22T18:38:44.280Z"
            }
        }
    ],
    "analyticsAttributes": {},
    "label": "CHANGED first name New attribute - MiddleName LastNameValue",
    "secondaryLabel": ""
}

Partial Override with NULL Values for Existing Attributes with DCR

Initial Entity
[
    {
        "type": "configuration/entityTypes/HCP",
        "attributes": {
            "FirstName": [
                {
                    "value": "FirstName"
                }
            ],
            "LastName": [
                {
                    "value": "LastName"
                }
            ],
            "License": [
                {
                    "value": {
                        "Category": [
                            {
                                "value": "Category1"
                            }
                        ],
                        "Number": [
                            {
                                "value": "Number1"
                            }
                        ],
                        "State": [
                            {
                                "value": "State1"
                            }
                        ],
                        "Status": [
                            {
                                "value": "Status1"
                            }
                        ]
                    }
                },
                {
                    "value": {
                        "Category": [
                            {
                                "value": "Category2"
                            }
                        ],
                        "Number": [
                            {
                                "value": "Number2"
                            }
                        ],
                        "State": [
                            {
                                "value": "State2"
                            }
                        ],
                        "Status": [
                            {
                                "value": "Status2"
                            }
                        ]
                    }
                }
            ],
            "Identifiers": [
                {
                    "value": {
                        "Type": [
                            {
                                "value": "Type1"
                            }
                        ],
                        "ID": [
                            {
                                "value": "001"
                            }
                        ]
                    }
                }
            ]
        },
        "crosswalks": [
            {
                "type": "configuration/sources/HMS",
                "value": "123"
            }
        ]
    }
]
POST
[
    {
        "type": "configuration/entityTypes/HCP",
        "attributes": {
             "FirstName": [
                {
                    "value": null
                }
            ],
            "LastName": [
                {
                    "value": "LastName"
                }
            ],
            "License": [
                {
                    "value": {
                        "Category": [
                            {
                                "value": null
                            }
                        ],
                        "Number": [
                            {
                                "value": "Number1"
                            }
                        ],
                        "State": [
                            {
                                "value": null
                            }
                        ],
                        "Status": [
                            {
                                "value": "Status1"
                            }
                        ]
                    }
                }
            ],
            "Identifiers": [
                {
                    "value":null
                }
            ]        
        },
        "crosswalks": [
            {
                "type": "configuration/sources/HMS",
                "value": "123"
            }
        ]
    }
]
Response
{
    "uri": "changeRequests/3YCoMS4v",
    "createdBy": "ReltioUser",
    "createdTime": 1605855392438,
    "updatedBy": "ReltioUser",
    "updatedTime": 1605855392438,
    "changes": {
        "entities/1bu7Li9u": [
            {
                "id": "3YCoMWLB",
                "type": "DELETE_ATTRIBUTE",
                "createdTime": 1605855392438,
                "createdBy": "ReltioUser",
                "attributePath": "License/4DqVSyqoo/Category/4DqVSyv54",
                "oldValue": {
                    "value": "Category1"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/License/attributes/Category"
            },
            {
                "id": "3YCoMabR",
                "type": "DELETE_ATTRIBUTE",
                "createdTime": 1605855392438,
                "createdBy": "ReltioUser",
                "attributePath": "License/4DqVSyqoo/State/4DqVSz3ba",
                "oldValue": {
                    "value": "State1"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/License/attributes/State"
            },
            {
                "id": "3YCoMerh",
                "type": "DELETE_ATTRIBUTE",
                "createdTime": 1605855392438,
                "createdBy": "ReltioUser",
                "attributePath": "FirstName/4DqVSyiII",
                "oldValue": {
                    "value": "FirstName"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/FirstName"
            },
            {
                "id": "3YCoMj7x",
                "type": "DELETE_ATTRIBUTE",
                "createdTime": 1605855392438,
                "createdBy": "ReltioUser",
                "attributePath": "Identifiers/3TIwmBPic",
                "oldValue": {
                    "value": {
                        "Type": [
                            {
                                "value": "Type1"
                            }
                        ],
                        "ID": [
                            {
                                "value": "001"
                            }
                        ]
                    }
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/Identifiers"
            }
        ]
    },
    "type": "configuration/changeRequestTypes/someChangeRequestType",
    "state": "AWAITING_REVIEW"
}
The Entity after DCR is applied
{
    "uri": "entities/1bu7Li9u",
    "type": "configuration/entityTypes/HCP",
    "createdBy": "ReltioUser",
    "createdTime": 1605854773670,
    "updatedBy": "ReltioUser",
    "updatedTime": 1605855567477,
    "attributes": {
        "LastName": [
            {
                "type": "configuration/entityTypes/HCP/attributes/LastName",
                "ov": true,
                "value": "LastName",
                "uri": "entities/1bu7Li9u/attributes/LastName/4DqVSymYY"
            }
        ],
        "License": [
            {
                "label": "Number2, state State2",
                "value": {
                    "Category": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Category",
                            "ov": true,
                            "value": "Category2",
                            "uri": "entities/1bu7Li9u/attributes/License/4DqVSzC86/Category/4DqVSzGOM"
                        }
                    ],
                    "Number": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Number",
                            "ov": true,
                            "value": "Number2",
                            "uri": "entities/1bu7Li9u/attributes/License/4DqVSzC86/Number/4DqVSzKec"
                        }
                    ],
                    "State": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/State",
                            "ov": true,
                            "value": "State2",
                            "uri": "entities/1bu7Li9u/attributes/License/4DqVSzC86/State/4DqVSzOus"
                        }
                    ],
                    "Status": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Status",
                            "ov": true,
                            "value": "Status2",
                            "uri": "entities/1bu7Li9u/attributes/License/4DqVSzC86/Status/4DqVSzTB8"
                        }
                    ]
                },
                "ov": true,
                "uri": "entities/1bu7Li9u/attributes/License/4DqVSzC86"
            },
            {
                "label": "Number1, state",
                "value": {
                    "Number": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Number",
                            "ov": true,
                            "value": "Number1",
                            "uri": "entities/1bu7Li9u/attributes/License/4DqVSyqoo/Number/4DqVSyzLK"
                        }
                    ],
                    "Status": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Status",
                            "ov": true,
                            "value": "Status1",
                            "uri": "entities/1bu7Li9u/attributes/License/4DqVSyqoo/Status/4DqVSz7rq"
                        }
                    ]
                },
                "ov": true,
                "uri": "entities/1bu7Li9u/attributes/License/4DqVSyqoo"
            }
        ]
    },
    "isFavorite": false,
    "crosswalks": [
        {
            "uri": "entities/1bu7Li9u/crosswalks/4DqVSzXRO",
            "type": "configuration/sources/HMS",
            "value": "123",
            "reltioLoadDate": "2020-11-20T06:59:27.477Z",
            "createDate": "2020-11-20T06:46:13.670Z",
            "updateDate": "2020-11-20T06:46:13.670Z",
            "attributes": [
                "entities/1bu7Li9u/attributes/License/4DqVSzC86/State/4DqVSzOus",
                "entities/1bu7Li9u/attributes/LastName/4DqVSymYY",
                "entities/1bu7Li9u/attributes/License/4DqVSzC86",
                "entities/1bu7Li9u/attributes/License/4DqVSyqoo",
                "entities/1bu7Li9u/attributes/License/4DqVSzC86/Category/4DqVSzGOM",
                "entities/1bu7Li9u/attributes/License/4DqVSyqoo/Status/4DqVSz7rq",
                "entities/1bu7Li9u/attributes/License/4DqVSzC86/Number/4DqVSzKec",
                "entities/1bu7Li9u/attributes/License/4DqVSzC86/Status/4DqVSzTB8",
                "entities/1bu7Li9u/attributes/License/4DqVSyqoo/Number/4DqVSyzLK"
            ],
            "singleAttributeUpdateDates": {}
        }
    ],
    "analyticsAttributes": {},
    "label": "LastName",
    "secondaryLabel": ""
}

Roles not Specified in Partial Override with DCR

Initial Entity
[
	{
		"type": "configuration/entityTypes/HCP",
		"attributes": {
			"FirstName": [
				{
					"value": "someValue"
				}
			]
		},
		"roles": [
			"configuration/roles/someRoleType"
		],
		"crosswalks": [
			{
				"type": "configuration/sources/HMS",
				"value": "123"
			}
		]
	}
]
Partial Override request
[
  {
    "type": "configuration/entityTypes/HCP",
    "attributes": {
      "FirstName": [
        {
          "value": "CHANGED Value"
        }
      ]
    },
    "crosswalks": [
      {
        "type": "configuration/sources/HMS",
        "value": "123"
      }
    ]
  }
]
Response
{
    "uri": "changeRequests/39f1qmqK",
    "createdBy": "ReltioUser",
    "createdTime": 1606210121492,
    "updatedBy": "ReltioUser",
    "updatedTime": 1606210121492,
    "changes": {
        "entities/1dD2bOtn": [
            {
                "id": "39f1qr6a",
                "type": "INSERT_ATTRIBUTE",
                "createdTime": 1606210121492,
                "createdBy": "ReltioUser",
                "attributePath": "FirstName",
                "newValue": {
                    "value": "CHANGED Value"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/FirstName"
            },
            {
                "id": "39f1qvMq",
                "type": "DELETE_ATTRIBUTE",
                "createdTime": 1606210121492,
                "createdBy": "ReltioUser",
                "attributePath": "FirstName/2Ty4Ciatv",
                "oldValue": {
                    "value": "someValue"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/FirstName"
            }
        ]
    },
    "type": "configuration/changeRequestTypes/someChangeRequestType",
    "state": "AWAITING_REVIEW"
}
The Entity after DCR is applied
{
    "uri": "entities/1dD2bOtn",
    "type": "configuration/entityTypes/HCP",
    "createdBy": "ReltioUser",
    "createdTime": 1606209899434,
    "updatedBy": "ReltioUser",
    "updatedTime": 1606210214834,
    "attributes": {
        "FirstName": [
            {
                "type": "configuration/entityTypes/HCP/attributes/FirstName",
                "ov": true,
                "value": "CHANGED Value",
                "uri": "entities/1dD2bOtn/attributes/FirstName/2NWqptYhI"
            }
        ]
    },
    "isFavorite": false,
    "roles": [
        "configuration/roles/someRoleType"
    ],
    "crosswalks": [
        {
            "uri": "entities/1dD2bOtn/crosswalks/2Ty4CifAB",
            "type": "configuration/sources/HMS",
            "value": "123",
            "reltioLoadDate": "2020-11-24T09:30:14.834Z",
            "createDate": "2020-11-24T09:24:59.434Z",
            "updateDate": "2020-11-24T09:24:59.434Z",
            "attributes": [
                "entities/1dD2bOtn/attributes/FirstName/2NWqptYhI"
            ],
            "singleAttributeUpdateDates": {
                "entities/1dD2bOtn/attributes/FirstName/2NWqptYhI": "2020-11-24T09:30:14.834Z"
            }
        }
    ],
    "analyticsAttributes": {},
    "label": "CHANGED Value",
    "secondaryLabel": ""
}

Attributes Changed with Partial Override with DCR having Several Crosswalks

Initial Entity
[
    {
        "type": "configuration/entityTypes/HCP",
        "attributes": {
            "FirstName": [
                {
                    "value": "FirstNameValue1"
                },
                {
                    "value": "FirstNameValue2"
                }
            ],
            "LastName": [
                {
                    "value": "LastNameValue"
                }
            ],
            "License": [
                {
                    "value": {
                        "Category": [
                            {
                                "value": "CategoryValue1"
                            }
                        ],
                        "Number": [
                            {
                                "value": "NumberValue1"
                            }
                        ],
                        "State": [
                            {
                                "value": "StateValue1"
                            }
                        ],
                        "Status": [
                            {
                                "value": "StatusValue1"
                            }
                        ]
                    }
                }
            ]
        },
        "crosswalks": [
            {
                "type": "configuration/sources/HMS",
                "value": "123"
            },
            {
                "type": "configuration/sources/HMS",
                "value": "987"
            }
        ]
    }
]
Request for Partial Override with DCR
[
    {
        "type": "configuration/entityTypes/HCP",
        "attributes": {
            "FirstName": [
                {
                    "value": "FirstNameValue NEW"
                }
            ],
            "MiddleName": [
                {
                    "value": "MiddleNameValue"
                }
            ],
            "License": [
                {
                    "value": {
                        "Category": [
                            {
                                "value": "CategoryValue1 NEW"
                            }
                        ],
                        "Number": [
                            {
                                "value": "NumberValue1"
                            }
                        ]
                    }
                },
                {
                    "value": {
                        "Number": [
                            {
                                "value": "NumberValue2"
                            }
                        ],
                        "State": [
                            {
                                "value": "StateValue2"
                            }
                        ]
                    }
                }
            ],
            "Identifiers": [
                {
                    "value": {
                        "Type": [
                            {
                                "value": "TypeValue"
                            }
                        ],
                        "ID": [
                            {
                                "value": "1001"
                            }
                        ]
                    }
                }
            ]
        },
        "crosswalks": [
            {
                "type": "configuration/sources/HMS",
                "value": "123"
            },
            {
                "type": "configuration/sources/HMS",
                "value": "987"
            }
        ]
    }
]
Response
{
    "uri": "changeRequests/39f1zRsq",
    "createdBy": "ReltioUser",
    "createdTime": 1606222667159,
    "updatedBy": "ReltioUser",
    "updatedTime": 1606222667159,
    "changes": {
        "entities/1dD32PxD": [
            {
                "id": "39f1zW96",
                "type": "INSERT_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "FirstName",
                "newValue": {
                    "value": "FirstNameValue NEW"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/FirstName"
            },
            {
                "id": "39f1zaPM",
                "type": "DELETE_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "FirstName/2Ty4H4cvb",
                "oldValue": {
                    "value": "FirstNameValue1"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/FirstName"
            },
            {
                "id": "39f1zefc",
                "type": "DELETE_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "FirstName/2Ty4H4hBr",
                "oldValue": {
                    "value": "FirstNameValue2"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/FirstName"
            },
            {
                "id": "39f1zivs",
                "type": "INSERT_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "License/2Ty4H4piN/Category",
                "newValue": {
                    "value": "CategoryValue1 NEW"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/License/attributes/Category"
            },
            {
                "id": "39f1znC8",
                "type": "DELETE_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "License/2Ty4H4piN/Category/2Ty4H4tyd",
                "oldValue": {
                    "value": "CategoryValue1"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/License/attributes/Category"
            },
            {
                "id": "39f1zrSO",
                "type": "INSERT_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "License",
                "newValue": {
                    "value": {
                        "Number": [
                            {
                                "value": "NumberValue2"
                            }
                        ],
                        "State": [
                            {
                                "value": "StateValue2"
                            }
                        ]
                    }
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/License"
            },
            {
                "id": "39f1zvie",
                "type": "INSERT_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "MiddleName",
                "newValue": {
                    "value": "MiddleNameValue"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/MiddleName"
            },
            {
                "id": "39f1zzyu",
                "type": "INSERT_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "Identifiers",
                "newValue": {
                    "value": {
                        "Type": [
                            {
                                "value": "TypeValue"
                            }
                        ],
                        "ID": [
                            {
                                "value": "1001"
                            }
                        ]
                    }
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "123",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/Identifiers"
            },
            {
                "id": "39f204FA",
                "type": "INSERT_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "FirstName",
                "newValue": {
                    "value": "FirstNameValue NEW"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "987",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/FirstName"
            },
            {
                "id": "39f208VQ",
                "type": "DELETE_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "FirstName/2Ty4H4cvb",
                "oldValue": {
                    "value": "FirstNameValue1"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "987",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/FirstName"
            },
            {
                "id": "39f20Clg",
                "type": "DELETE_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "FirstName/2Ty4H4hBr",
                "oldValue": {
                    "value": "FirstNameValue2"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "987",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/FirstName"
            },
            {
                "id": "39f20H1w",
                "type": "INSERT_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "License/2Ty4H4piN/Category",
                "newValue": {
                    "value": "CategoryValue1 NEW"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "987",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/License/attributes/Category"
            },
            {
                "id": "39f20LIC",
                "type": "DELETE_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "License/2Ty4H4piN/Category/2Ty4H4tyd",
                "oldValue": {
                    "value": "CategoryValue1"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "987",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/License/attributes/Category"
            },
            {
                "id": "39f20PYS",
                "type": "INSERT_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "License",
                "newValue": {
                    "value": {
                        "Number": [
                            {
                                "value": "NumberValue2"
                            }
                        ],
                        "State": [
                            {
                                "value": "StateValue2"
                            }
                        ]
                    }
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "987",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/License"
            },
            {
                "id": "39f20Toi",
                "type": "INSERT_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "MiddleName",
                "newValue": {
                    "value": "MiddleNameValue"
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "987",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/MiddleName"
            },
            {
                "id": "39f20Y4y",
                "type": "INSERT_ATTRIBUTE",
                "createdTime": 1606222667159,
                "createdBy": "ReltioUser",
                "attributePath": "Identifiers",
                "newValue": {
                    "value": {
                        "Type": [
                            {
                                "value": "TypeValue"
                            }
                        ],
                        "ID": [
                            {
                                "value": "1001"
                            }
                        ]
                    }
                },
                "crosswalk": {
                    "type": "configuration/sources/HMS",
                    "value": "987",
                    "dataProvider": true
                },
                "attributeType": "configuration/entityTypes/HCP/attributes/Identifiers"
            }
        ]
    },
    "type": "configuration/changeRequestTypes/someChangeRequestType",
    "state": "AWAITING_REVIEW"
}
The Entity after DCR is applied
{
    "uri": "entities/1dD32PxD",
    "type": "configuration/entityTypes/HCP",
    "createdBy": "ReltioUser",
    "createdTime": 1606222550848,
    "updatedBy": "ReltioUser",
    "updatedTime": 1606222747648,
    "attributes": {
        "FirstName": [
            {
                "type": "configuration/entityTypes/HCP/attributes/FirstName",
                "ov": true,
                "value": "FirstNameValue NEW",
                "uri": "entities/1dD32PxD/attributes/FirstName/2NWqsgSCK"
            }
        ],
        "LastName": [
            {
                "type": "configuration/entityTypes/HCP/attributes/LastName",
                "ov": true,
                "value": "LastNameValue",
                "uri": "entities/1dD32PxD/attributes/LastName/2Ty4H4lS7"
            }
        ],
        "MiddleName": [
            {
                "type": "configuration/entityTypes/HCP/attributes/MiddleName",
                "ov": true,
                "value": "MiddleNameValue",
                "uri": "entities/1dD32PxD/attributes/MiddleName/2NWqsgJfo"
            }
        ],
        "License": [
            {
                "label": "NumberValue2, state StateValue2",
                "value": {
                    "Number": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Number",
                            "ov": true,
                            "value": "NumberValue2",
                            "uri": "entities/1dD32PxD/attributes/License/2NWqsgw28/Number/2NWqsh0IO"
                        }
                    ],
                    "State": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/State",
                            "ov": true,
                            "value": "StateValue2",
                            "uri": "entities/1dD32PxD/attributes/License/2NWqsgw28/State/2NWqsh4Ye"
                        }
                    ]
                },
                "ov": true,
                "uri": "entities/1dD32PxD/attributes/License/2NWqsgw28"
            },
            {
                "label": "NumberValue1, state StateValue1",
                "value": {
                    "Category": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Category",
                            "ov": true,
                            "value": "CategoryValue1 NEW",
                            "uri": "entities/1dD32PxD/attributes/License/2Ty4H4piN/Category/2NWqsfhJU"
                        }
                    ],
                    "Number": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Number",
                            "ov": true,
                            "value": "NumberValue1",
                            "uri": "entities/1dD32PxD/attributes/License/2Ty4H4piN/Number/2Ty4H4yEt"
                        }
                    ],
                    "State": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/State",
                            "ov": true,
                            "value": "StateValue1",
                            "uri": "entities/1dD32PxD/attributes/License/2Ty4H4piN/State/2Ty4H52V9"
                        }
                    ],
                    "Status": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/License/attributes/Status",
                            "ov": true,
                            "value": "StatusValue1",
                            "uri": "entities/1dD32PxD/attributes/License/2Ty4H4piN/Status/2Ty4H56lP"
                        }
                    ]
                },
                "ov": true,
                "uri": "entities/1dD32PxD/attributes/License/2Ty4H4piN"
            }
        ],
        "Identifiers": [
            {
                "label": "TypeValue 1001",
                "value": {
                    "Type": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/Identifiers/attributes/Type",
                            "ov": true,
                            "value": "TypeValue",
                            "uri": "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa/Type/2NWqsgaiq"
                        }
                    ],
                    "ID": [
                        {
                            "type": "configuration/entityTypes/HCP/attributes/Identifiers/attributes/ID",
                            "ov": true,
                            "value": "1001",
                            "uri": "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa/ID/2NWqsgez6"
                        }
                    ]
                },
                "ov": true,
                "uri": "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa"
            }
        ]
    },
    "isFavorite": false,
    "crosswalks": [
        {
            "uri": "entities/1dD32PxD/crosswalks/2Ty4H5B1f",
            "type": "configuration/sources/HMS",
            "value": "123",
            "reltioLoadDate": "2020-11-24T12:59:07.648Z",
            "createDate": "2020-11-24T12:55:50.848Z",
            "updateDate": "2020-11-24T12:55:50.848Z",
            "attributes": [
                "entities/1dD32PxD/attributes/License/2Ty4H4piN/Number/2Ty4H4yEt",
                "entities/1dD32PxD/attributes/License/2NWqsgw28",
                "entities/1dD32PxD/attributes/License/2NWqsgw28/Number/2NWqsh0IO",
                "entities/1dD32PxD/attributes/License/2Ty4H4piN/Category/2NWqsfhJU",
                "entities/1dD32PxD/attributes/MiddleName/2NWqsgJfo",
                "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa/ID/2NWqsgez6",
                "entities/1dD32PxD/attributes/License/2Ty4H4piN/Status/2Ty4H56lP",
                "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa/Type/2NWqsgaiq",
                "entities/1dD32PxD/attributes/License/2Ty4H4piN",
                "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa",
                "entities/1dD32PxD/attributes/License/2Ty4H4piN/State/2Ty4H52V9",
                "entities/1dD32PxD/attributes/LastName/2Ty4H4lS7",
                "entities/1dD32PxD/attributes/License/2NWqsgw28/State/2NWqsh4Ye",
                "entities/1dD32PxD/attributes/FirstName/2NWqsgSCK"
            ],
            "singleAttributeUpdateDates": {
                "entities/1dD32PxD/attributes/License/2NWqsgw28": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/License/2NWqsgw28/Number/2NWqsh0IO": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/License/2Ty4H4piN/Category/2NWqsfhJU": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/MiddleName/2NWqsgJfo": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa/ID/2NWqsgez6": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa/Type/2NWqsgaiq": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/License/2Ty4H4piN": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/License/2NWqsgw28/State/2NWqsh4Ye": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/FirstName/2NWqsgSCK": "2020-11-24T12:59:07.648Z"
            }
        },
        {
            "uri": "entities/1dD32PxD/crosswalks/2Ty4H5FHv",
            "type": "configuration/sources/HMS",
            "value": "987",
            "reltioLoadDate": "2020-11-24T12:59:07.648Z",
            "createDate": "2020-11-24T12:55:50.848Z",
            "updateDate": "2020-11-24T12:55:50.848Z",
            "attributes": [
                "entities/1dD32PxD/attributes/License/2Ty4H4piN/Number/2Ty4H4yEt",
                "entities/1dD32PxD/attributes/License/2NWqsgw28",
                "entities/1dD32PxD/attributes/License/2NWqsgw28/Number/2NWqsh0IO",
                "entities/1dD32PxD/attributes/License/2Ty4H4piN/Category/2NWqsfhJU",
                "entities/1dD32PxD/attributes/MiddleName/2NWqsgJfo",
                "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa/ID/2NWqsgez6",
                "entities/1dD32PxD/attributes/License/2Ty4H4piN/Status/2Ty4H56lP",
                "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa/Type/2NWqsgaiq",
                "entities/1dD32PxD/attributes/License/2Ty4H4piN",
                "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa",
                "entities/1dD32PxD/attributes/License/2Ty4H4piN/State/2Ty4H52V9",
                "entities/1dD32PxD/attributes/LastName/2Ty4H4lS7",
                "entities/1dD32PxD/attributes/License/2NWqsgw28/State/2NWqsh4Ye",
                "entities/1dD32PxD/attributes/FirstName/2NWqsgSCK"
            ],
            "singleAttributeUpdateDates": {
                "entities/1dD32PxD/attributes/License/2NWqsgw28": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/License/2NWqsgw28/Number/2NWqsh0IO": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/License/2Ty4H4piN/Category/2NWqsfhJU": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa/ID/2NWqsgez6": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa/Type/2NWqsgaiq": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/License/2Ty4H4piN": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/Identifiers/2NWqsgWSa": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/License/2NWqsgw28/State/2NWqsh4Ye": "2020-11-24T12:59:07.648Z",
                "entities/1dD32PxD/attributes/FirstName/2NWqsgSCK": "2020-11-24T12:59:07.648Z"
            }
        }
    ],
    "analyticsAttributes": {},
    "label": "FirstNameValue NEW MiddleNameValue LastNameValue",
    "secondaryLabel": ""
}