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: 2.2.1
Syntax
void Patch(
	string resourceType,
	string id,
	Patch body
)

Parameters

resourceType
Type: SystemString

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

id
Type: SystemString

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

body
Type: SanteDB.Core.Model.PatchPatch

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

Return Value

Type: 
See Also