TransferControllerImport Method

POST /Transfer/Import/ Import the selected projects from the ImportConfigData object.

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("Import")]
public IActionResult Import(
	[FromBodyAttribute] ImportOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsImportOptions
The ImportOptions object that contains all the information for the import process.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: IActionResult
A TransferResultData object, or a status code indicating the reason for failure.
See Also