 | AmiServiceBehaviorCreateUpdate Method |
Create or update the specific resource
Namespace: SanteDB.Rest.AMIAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic virtual Object CreateUpdate(
string resourceType,
string key,
Object data
)
Public Overridable Function CreateUpdate (
resourceType As String,
key As String,
data As Object
) As Object
public:
virtual Object^ CreateUpdate(
String^ resourceType,
String^ key,
Object^ data
)
abstract CreateUpdate :
resourceType : string *
key : string *
data : Object -> Object
override CreateUpdate :
resourceType : string *
key : string *
data : Object -> Object Parameters
- resourceType String
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.AMI.AmiServiceBehavior.CreateUpdate(System.String,System.String,System.Object)"]
- key String
[Missing <param name="key"/> documentation for "M:SanteDB.Rest.AMI.AmiServiceBehavior.CreateUpdate(System.String,System.String,System.Object)"]
- data Object
[Missing <param name="data"/> documentation for "M:SanteDB.Rest.AMI.AmiServiceBehavior.CreateUpdate(System.String,System.String,System.Object)"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Rest.AMI.AmiServiceBehavior.CreateUpdate(System.String,System.String,System.Object)"]
Implements
IAmiServiceContractCreateUpdate(String, String, Object)
See Also