UpsertObjRequest Data Type

Properties
name data type constraints description
systemGuidSourceId number  
systemGuid string  
parentClassId number  
objectId number  
parentObjectId number  
classId number  
params map of object  
tempGuid string  
addInStrictMode boolean required boolean

Example

{
  "systemGuidSourceId" : 12345,
  "systemGuid" : "...",
  "parentClassId" : 12345,
  "objectId" : 12345,
  "parentObjectId" : 12345,
  "classId" : 12345,
  "params" : {
    "property1" : { },
    "property2" : { }
  },
  "tempGuid" : "...",
  "addInStrictMode" : true
}