3.1. openidm.create(id, value)

This function creates a new resource object.

Parameters

id

string

The identifier of the object to be created.

value

object

The value of the object to be created.

Returns

  • The created OpenIDM resource object.

Throws

  • An exception is thrown if the object could not be created.