Click or drag to resize

AmiServiceBehaviorBaseCreate Method

Creates the specified resource for the AMI service

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

Parameters

resourceType
Type: SystemString
The type of resource being created
data
Type: SystemObject
The resource data being created

Return Value

Type: Object
The created the data

Implements

IAmiServiceContractCreate(String, Object)
See Also