UpsertObjRequest Data Type

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

Example

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