Cube PutCellNote
Saves a cell note to the specified cube.
Request
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="001" Class="Cube" Method="PutCellNote">
<Alea:CellCoordinates Cube="SALES">
<Alea:Element Dimension="PROFIT" Name="Revenue" />
<Alea:Element Dimension="TIME" Name="2009" />
<Alea:Element Dimension="VERSION" Name="Actual" />
<Alea:Element Dimension="CURRTYPE" Name="EUR" />
<Alea:Element Dimension="LEVEL" Name="IFRS" />
<Alea:Element Dimension="UNIT" Name="C1101" />
<Alea:Element Dimension="INTERCO" Name="TotalPartner" />
<Alea:Element Dimension="PRODUCT" Name="AS600/175" Hierarchy="Tire Size" />
</Alea:CellCoordinates>
<Alea:CellNote>My Precious Cell Note</Alea:CellNote>
</Alea:Request>
</Alea:Document>
If no hierarchy is specified for an element, the default hierarchy is used.
You can also write the request like this:
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="001" Class="Cube" Method="PutCellNote">
<Alea:CellCoordinates Cube="SALES" Elements="2009[Actual[EUR[IFRS[C1101[TotalPartner[AS600/175[Revenue" Hierarchies="[[[[[[Tire Size[" />
<Alea:CellNote>My Precious Cell Note</Alea:CellNote>
</Alea:Request>
</Alea:Document>
Answer
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="001">
<Alea:Return />
</Alea:Request>
</Alea:Document>