UpsertObjRequest Data Type

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

Example

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