POST Profiles/InsertMetricGroupHierarchy

Request Information

URI Parameters

None.

Body Parameters

Collection of MetricGroupHierarchyType
NameDescriptionTypeAdditional information
MetricGroupId

integer

None.

MetricGroupName

string

None.

ReportDisplayName

string

None.

CurrencyExchangeMethod

string

None.

MetricGroupTypeId

integer

None.

Derivation

string

None.

IsStandard

boolean

None.

IsTab

boolean

None.

IsSelectable

boolean

None.

IsVisible

boolean

None.

ReportOrder

integer

None.

DisplayOrder

integer

None.

ParentMetricGroupId

integer

None.

MetricId

integer

None.

IsMetricGroup

boolean

None.

SortOrder

integer

None.

CreatedBy

integer

None.

UserName

string

None.

IsNewRecord

boolean

None.

MetricGroupDesc

string

None.

IsSelectAllGroup

boolean

None.

IsChildVisible

boolean

None.

FirstChildTabName

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "MetricGroupId": 1,
    "MetricGroupName": "sample string 2",
    "ReportDisplayName": "sample string 3",
    "CurrencyExchangeMethod": "sample string 4",
    "MetricGroupTypeId": 5,
    "Derivation": "sample string 6",
    "IsStandard": true,
    "IsTab": true,
    "IsSelectable": true,
    "IsVisible": true,
    "ReportOrder": 11,
    "DisplayOrder": 12,
    "ParentMetricGroupId": 13,
    "MetricId": 14,
    "IsMetricGroup": true,
    "SortOrder": 16,
    "CreatedBy": 17,
    "UserName": "sample string 18",
    "IsNewRecord": true,
    "MetricGroupDesc": "sample string 20",
    "IsSelectAllGroup": true,
    "IsChildVisible": true,
    "FirstChildTabName": "sample string 23"
  },
  {
    "MetricGroupId": 1,
    "MetricGroupName": "sample string 2",
    "ReportDisplayName": "sample string 3",
    "CurrencyExchangeMethod": "sample string 4",
    "MetricGroupTypeId": 5,
    "Derivation": "sample string 6",
    "IsStandard": true,
    "IsTab": true,
    "IsSelectable": true,
    "IsVisible": true,
    "ReportOrder": 11,
    "DisplayOrder": 12,
    "ParentMetricGroupId": 13,
    "MetricId": 14,
    "IsMetricGroup": true,
    "SortOrder": 16,
    "CreatedBy": 17,
    "UserName": "sample string 18",
    "IsNewRecord": true,
    "MetricGroupDesc": "sample string 20",
    "IsSelectAllGroup": true,
    "IsChildVisible": true,
    "FirstChildTabName": "sample string 23"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMetricGroupHierarchyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DUA.Data.Models">
  <MetricGroupHierarchyType>
    <CreatedBy>17</CreatedBy>
    <CurrencyExchangeMethod>sample string 4</CurrencyExchangeMethod>
    <Derivation>sample string 6</Derivation>
    <DisplayOrder>12</DisplayOrder>
    <FirstChildTabName>sample string 23</FirstChildTabName>
    <IsChildVisible>true</IsChildVisible>
    <IsMetricGroup>true</IsMetricGroup>
    <IsNewRecord>true</IsNewRecord>
    <IsSelectAllGroup>true</IsSelectAllGroup>
    <IsSelectable>true</IsSelectable>
    <IsStandard>true</IsStandard>
    <IsTab>true</IsTab>
    <IsVisible>true</IsVisible>
    <MetricGroupDesc>sample string 20</MetricGroupDesc>
    <MetricGroupId>1</MetricGroupId>
    <MetricGroupName>sample string 2</MetricGroupName>
    <MetricGroupTypeId>5</MetricGroupTypeId>
    <MetricId>14</MetricId>
    <ParentMetricGroupId>13</ParentMetricGroupId>
    <ReportDisplayName>sample string 3</ReportDisplayName>
    <ReportOrder>11</ReportOrder>
    <SortOrder>16</SortOrder>
    <UserName>sample string 18</UserName>
  </MetricGroupHierarchyType>
  <MetricGroupHierarchyType>
    <CreatedBy>17</CreatedBy>
    <CurrencyExchangeMethod>sample string 4</CurrencyExchangeMethod>
    <Derivation>sample string 6</Derivation>
    <DisplayOrder>12</DisplayOrder>
    <FirstChildTabName>sample string 23</FirstChildTabName>
    <IsChildVisible>true</IsChildVisible>
    <IsMetricGroup>true</IsMetricGroup>
    <IsNewRecord>true</IsNewRecord>
    <IsSelectAllGroup>true</IsSelectAllGroup>
    <IsSelectable>true</IsSelectable>
    <IsStandard>true</IsStandard>
    <IsTab>true</IsTab>
    <IsVisible>true</IsVisible>
    <MetricGroupDesc>sample string 20</MetricGroupDesc>
    <MetricGroupId>1</MetricGroupId>
    <MetricGroupName>sample string 2</MetricGroupName>
    <MetricGroupTypeId>5</MetricGroupTypeId>
    <MetricId>14</MetricId>
    <ParentMetricGroupId>13</ParentMetricGroupId>
    <ReportDisplayName>sample string 3</ReportDisplayName>
    <ReportOrder>11</ReportOrder>
    <SortOrder>16</SortOrder>
    <UserName>sample string 18</UserName>
  </MetricGroupHierarchyType>
</ArrayOfMetricGroupHierarchyType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.