Click or drag to resize

ModelControllerT, UPatch Method

Updates an existing Record.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[RouteAttribute("Update")]
[HttpPatchAttribute]
public virtual IHttpActionResult Patch(
	[FromBodyAttribute] U record
)
View Source

Parameters

record  U
The U record to be updated.

Return Value

IHttpActionResult
IHttpActionResult containing the updated record or Exception
See Also