Open this page in the API Guide

DateMappingController.SaveDateMapping Method

Saves or updates a date mapping.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPutAttribute]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(409)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
[ProducesResponseTypeAttribute(500)]
[ProducesResponseTypeAttribute(503)]
public ActionResult SaveDateMapping(
	[FromBodyAttribute] SaveDateMappingOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.Controllers.SaveDateMappingOptions
The save date mapping options.
sessionId (Optional)
Type: System.Nullable<Guid>
The current session ID.

Return Value

Type: ActionResult
See Also