Click or drag to resize

IApiResourceHandlerCreate Method

Creates a resource.

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
Object Create(
	Object data,
	bool updateIfExists
)

Parameters

data
Type: SystemObject
The resource data to be created.
updateIfExists
Type: SystemBoolean
Updates the resource if the resource exists.

Return Value

Type: Object
Returns the created resource.
See Also