HdcUpdateGuidRequest Data Type

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

Example

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