AccountRegistrationControllerDenyRequest Method

POST /AccountRegistration/Deny/{id} Denies 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("Deny")]
public IActionResult DenyRequest(
	Guid id,
	[FromBodyAttribute] DenyRequestOptions options,
	Guid? sessionId = null
)

Parameters

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

Return Value

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