| IAmiServiceContractUpdate Method |
Updates the specified resource
Namespace:
SanteDB.Rest.AMI
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax Object Update(
string resourceType,
string key,
Object data
)
Function Update (
resourceType As String,
key As String,
data As Object
) As Object
Object^ Update(
String^ resourceType,
String^ key,
Object^ data
)
abstract Update :
resourceType : string *
key : string *
data : Object -> Object
Parameters
- resourceType
- Type: SystemString
The type of resource to be updated - key
- Type: SystemString
The key of the resource - data
- Type: SystemObject
The resource data to be updated
Return Value
Type:
ObjectThe updated resource
See Also