POST /DataCube/ReplaceElementNames/{id}/

Replaces the element names on a select transform. This is used to change an element to use a different native column.
 

Request

Method Request URI
POST /API/DataCube/ReplaceElementNames/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the data cube to replace the element name on.

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.ReplaceElementNamesOptions

Response

Response Body

A Dundas.BI.WebApi.Models.DataCubeData object containing the updated data cube data, or a status code indicating the problem.