Click or drag to resize

IAmiServiceContractCreate Method

Creates the specified resource

Namespace:  SanteDB.Rest.AMI
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
Object Create(
	string resourceType,
	Object data
)

Parameters

resourceType
Type: SystemString
The type of resource to be created
data
Type: SystemObject
The resource data to be created

Return Value

Type: Object
The stored resource
See Also