UpsertObjRequest Data Type

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

Example

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