UpsertObjRequest Data Type

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

Example

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