GetDataInterface | Creates an empty data structure for use with the DimensionsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetDimension | Retrieves a dimension.
The dimension is specified by its key (DimCode), which is contained in the DimensionParams object passed to the method. |
GetDimensionList | Retrieves the keys and names of all the dimensions. |
UpdateDimension | Updates an existing dimension.
The data for the dimension, including the key of the dimension to be updated, is contained in the Dimension object passed to the method. To update a dimension, you must first retrieve it using the GetDimension method. |