Hierarchical Value Service API  future
api index

MergeScopeDataResult Object

since: 0.51
Container for successful result of a merge scope operation.

Fields

result
0.50required
Can not be null. The records field can be empty.

Related API Objects

Example - Result with records

    
    {
      "tableId": "bb18498a-3228-425a-816c-481bac1030ca",
      "key": [
        {
          "dimName": "SAMPLE_PRODUCTS",
          "nodeName": "0011491975135"
        },
        {
          "dimName": "LARGE_CITIES",
          "nodeName": "US-TX"
        }
      ],
      "records": [
        {
          "start": "2014-04-14T10:05:43",
          "end": "2015-05-10T20:14:21",
          "values": [
            {
              "name": "Price",
              "value": "20",
              "type": "DECIMAL",
              "unit": "Each",
              "currency": "USD",
              "perQuantity": 1
            }
          ]
        }
      ]
    }