MapControllerGetMapBindings Method

POST /Map/GetMapBindings Gets suggested map bindings based on the requested data.

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("GetMapBindings")]
public IActionResult GetMapBindings(
	[FromBodyAttribute] GetMapBindingsOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsGetMapBindingsOptions
An object that carries all needed information about the request.
sessionId (Optional)
Type: SystemNullableGuid
ID of the session.

Return Value

Type: IActionResult
A RecommendedMapBindings object, or a status code indicating the problem.
See Also