Click or drag to resize

IAmiServiceContractPatch Method

Updates the specified resource according to the instructions in the PATCH file

Namespace: SanteDB.Rest.AMI
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
void Patch(
	string resourceType,
	string id,
	Patch body
)

Parameters

resourceType  String

[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.AMI.IAmiServiceContract.Patch(System.String,System.String,SanteDB.Core.Model.Patch.Patch)"]

id  String

[Missing <param name="id"/> documentation for "M:SanteDB.Rest.AMI.IAmiServiceContract.Patch(System.String,System.String,SanteDB.Core.Model.Patch.Patch)"]

body  Patch

[Missing <param name="body"/> documentation for "M:SanteDB.Rest.AMI.IAmiServiceContract.Patch(System.String,System.String,SanteDB.Core.Model.Patch.Patch)"]

Return Value

See Also