Click or drag to resize

IApiResourceHandlerUpdate Method

Updates a resource.

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
Object Update(
	Object data
)

Parameters

data
Type: SystemObject
The resource data to be updated.

Return Value

Type: Object
Returns the updated resource.
See Also