Click or drag to resize

EntityResourceHandlerCreate Method

Creates an entity.

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

Parameters

data
Type: SystemObject
The entity to be created.
updateIfExists
Type: SystemBoolean
Whether to update the entity if it exits.

Return Value

Type: Object
Returns the created entity.s

Implements

IApiResourceHandlerCreate(Object, Boolean)
See Also