The ID of the parent element
The key of the parent object
The element ID of the object to save
The object data to save (as a JSON string)
Optionalopts: SaveOptionsOptional save options
Observable resolving to saved object, including any updates made to the object during the save operation (such as assigning an objKey if the object is new), or the assignment of calculated values
saveRelatedObjectAsObservable saves a related object to the database. The objectToSave is saved, and its relationship to the parent object is established based on the relationship specified in the schema. The objectToSave must have a relationship to the parent object and the user must have scope access to the parent object.