HdcUpdateGuidRequest Data Type

Properties
name data type description
objectId number
sourceId number
newSystemGuid string
systemGuid string
classId number

Example

{
  "objectId" : 12345,
  "sourceId" : 12345,
  "newSystemGuid" : "...",
  "systemGuid" : "...",
  "classId" : 12345
}