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 (9.0.0.1000)
Syntax
[HttpPostAttribute]
public HttpResponseMessage ActivateManual(
	string manualActivationResponse,
	Nullable<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: HttpResponseMessage
The result of the license activation, or a status code indicating the problem.
See Also