Creating an Object

Below is the example of using the CreateObject operation to create a repository object. The request contains basic information required to create an object: identifier, name and object class identifier. Also, the created object is indicated as permanent that enables the user to save the object right after it is created. The parent object is not specified in the object parameters. The object is created in the repository root, which moniker is sent in the tParent parameter of the operation. The response contains description and the created object moniker.

SOAP

JSON

C#

See also:

CreateObject: Operation