LicenseActivationControllerActivateManual Method

POST /LicenseActivation/ActivateManual Triggers a refresh using the manual workflow with the activation response provided.

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]
public IActionResult ActivateManual(
	[FromBodyAttribute] string manualActivationResponse,
	Guid? sessionId = null
)

Parameters

manualActivationResponse
Type: SystemString
The serialized activation response for the manual activation.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: IActionResult
The result of the license activation, or a status code indicating the problem.
See Also