MergeAudit

Structure

FieldTypeRequiredDescription
idIntegertrueid
chainIdIntegertruechain id
propertyIdIntegerfalseproperty id
targetIdIntegertruetarget element id
sourceIdIntegertruesource element id
sourceCodeStringfalsesource element code
sourceNameStringfalsesource element name
mergeDateLocalDateTimetruecreation localdatetime of the merge
previousMergeAuditArray of MergeAuditfalseEntites that merged with this one previously.

JSON representation

{
  "id": 1,
  "chainId": 1,
  "propertyId": null,
  "targetId": 20,
  "sourceId": 1363,
  "sourceCode": "TESIP1",
  "sourceName": "Tesipro1",
  "mergeDate": "2023-03-13T10:43:14.879Z",
  "previousMergeAudit": []
}