Open this page in the API Guide

DataRetrievalController.CancelRequest Method

Cancels a request with the given client data.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPostAttribute("CancelRequest")]
[ProducesResponseTypeAttribute(404)]
[ProducesResponseTypeAttribute(500)]
public ActionResult CancelRequest(
	[FromBodyAttribute] string clientData,
	Guid? sessionId = null
)

Parameters

clientData
Type: System.String
The client data of the request to cancel.
sessionId (Optional)
Type: System.Nullable<Guid>
ID of the session.

Return Value

Type: ActionResult
See Also