Resource: dimensionitem.nv

HTTP-method: POST

Used to add new dimensions and edit existing ones.
Querystring parameters:

ParameterOccursDescriptionExample
method1add or edit. XML determines where new dimension is added in hierarchy or which dimension to editadd
updateparentreference0...1Always true. Used only when editing dimensions, enables changing the dimension hierarchytrue

Request:

LevelElementType and lengthOccursDescriptionExample
RootrootAggr.1  
1dimensionitemAggr.1  
2nameText1Header of the dimension, new dimensions are created under this
Dimension header 
2itemText1Name of the dimension
Dimension
2olditemText0...1If updating existing one, give old name hereDimension
2fatheridNumeric0...1Id of the existing dimension if adding new dimension under existing dimension (hierarchy)0
2fatheritemText0...1Name of the dimensionNew Dimension 
2ishiddenBoolean0...1Is dimension hidden: True or False. True=hidden, False=visibleTrue

Notes when adding and editing dimensions:

  • Aggregates fatherid and fathername are mandatory when new dimension is added in hierarchy (under existing dimension)
  • Aggregate olditem is mandatory when editing existing dimension (no matter where in hierarchy it is)


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.