HdcUpdateGuidRequest Data Type

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

Example

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