AccountRegistrationControllerApproveRequest Method

POST /AccountRegistration/Approve/{id} Approves the registration request.

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("Approve")]
public IActionResult ApproveRequest(
	Guid id,
	[FromBodyAttribute] ApproveRequestOptions options,
	Guid? sessionId = null
)

Parameters

id
Type: SystemGuid
The ID of the request to approve.
options
Type: Dundas.BI.WebApi.ModelsApproveRequestOptions
The options.
sessionId (Optional)
Type: SystemNullableGuid
The session ID.

Return Value

Type: IActionResult
A status code indicating whether the operation was successful.
See Also