DataInputControllerInsertDataStorageRecord Method

POST /DataInput/DataStorageRecord/ Inserts a data storage record.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("DataStorageRecord")]
public IActionResult InsertDataStorageRecord(
	[FromBodyAttribute] DataStorageInsertRecordOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsDataStorageInsertRecordOptions
The data to be provided for inserting of the record.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: IActionResult
A Guid containing the ID of the newly inserted record, or a status code indicating the reason for failure.
See Also