Click or drag to resize

ModelControllerT, UPost Method

Adds a new Record.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[HttpPostAttribute]
[RouteAttribute("Add")]
public virtual IHttpActionResult Post(
	[FromBodyAttribute] JObject record
)
View Source

Parameters

record  JObject
The U record to be added.

Return Value

IHttpActionResult
IHttpActionResult containing the added record or Exception
See Also