HdcLink Data Type

Properties
name data type constraints description
success boolean required boolean
destination PairOfLongAndLong  
errorCode ErrorCode  
destinationSystemGuid string  
sourceSystemGuid string  
impSource HdcLinkImp  
destinationPerspectiveId number  
sourceOld PairOfLongAndString  
destinationClass number  
sourceClass number  
destinationOld PairOfLongAndString  
destinationValue number  
default boolean required boolean
source PairOfLongAndLong  
sourceValueAsStr string  
sourceValue number  

Example

{
  "success" : true,
  "destination" : {
    "second" : 12345,
    "first" : 12345,
    "value0" : 12345,
    "value1" : 12345
  },
  "errorCode" : "ReportsErroneouslyExist",
  "destinationSystemGuid" : "...",
  "sourceSystemGuid" : "...",
  "impSource" : {
    "destination" : {
      "second" : "...",
      "first" : 12345,
      "value0" : 12345,
      "value1" : "..."
    },
    "source" : {
      "second" : "...",
      "first" : 12345,
      "value0" : 12345,
      "value1" : "..."
    },
    "sourceValue" : "...",
    "destinationClassImp" : "...",
    "sourceClassEmpty" : true,
    "sourceClass" : 12345,
    "default" : true,
    "dstIdPairImp" : {
      "first" : "...",
      "value0" : "...",
      "value1" : "...",
      "second" : "..."
    },
    "destinationValue" : "...",
    "sourceClassImp" : "...",
    "destinationIdField" : "...",
    "destinationClass" : 12345,
    "sourceIdPairImp" : {
      "first" : "...",
      "value0" : "...",
      "value1" : "...",
      "second" : "..."
    }
  },
  "destinationPerspectiveId" : 12345,
  "sourceOld" : {
    "second" : "...",
    "first" : 12345,
    "value0" : 12345,
    "value1" : "..."
  },
  "destinationClass" : 12345,
  "sourceClass" : 12345,
  "destinationOld" : {
    "second" : "...",
    "first" : 12345,
    "value0" : 12345,
    "value1" : "..."
  },
  "destinationValue" : 12345,
  "default" : true,
  "source" : {
    "second" : 12345,
    "first" : 12345,
    "value0" : 12345,
    "value1" : 12345
  },
  "sourceValueAsStr" : "...",
  "sourceValue" : 12345
}