ViewControllerTCloseVisit Method

Closes the usage tracking visit corresponding to the specified view. If the session and client ID are not provided, the values are inferred from the HTTP headers.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
[HttpPutAttribute("CloseVisit/{id}")]
[ProducesResponseTypeAttribute(440)]
public ActionResult CloseVisit(
	Guid id,
	Guid? sessionId = null,
	Guid? clientId = null
)

Parameters

id
Type: SystemGuid
The ID of the view to track the usage for.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.
clientId (Optional)
Type: SystemNullableGuid
The client ID.

Return Value

Type: ActionResult
See Also