Click or drag to resize

SecurityEntityResourceHandlerTSecurityEntityCreate Method

Creates the specified object in the underlying data store

Namespace:  SanteDB.Rest.AMI.Resources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public virtual Object Create(
	Object data,
	bool updateIfExists
)

Parameters

data
Type: SystemObject
The data that is to be created
updateIfExists
Type: SystemBoolean
True if the data should be updated if it already exists

Return Value

Type: Object
The created object

Implements

IApiResourceHandlerCreate(Object, Boolean)
See Also