Sample:
{
"Title": "sample string 1",
"ShortTitle": "sample string 2",
"StartDate": "2025-05-06T08:53:34.2023102-05:00",
"EndDate": "2025-05-06T08:53:34.2023102-05:00",
"ValueType": "Percent",
"Sentiment": "Neutral",
"DateType": "Unknown",
"BenchmarkInfos": [
{
"Id": 1,
"Title": "sample string 2",
"StartDate": "2025-05-06T08:53:34.2023102-05:00",
"EndDate": "2025-05-06T08:53:34.2023102-05:00"
},
{
"Id": 1,
"Title": "sample string 2",
"StartDate": "2025-05-06T08:53:34.2023102-05:00",
"EndDate": "2025-05-06T08:53:34.2023102-05:00"
}
],
"UnitMeasures": [
{
"Skey": 1,
"ScoringCount": 2,
"nCount": 3,
"ResponseCount": 4,
"Value": 5.1,
"Formatted": "sample string 6",
"IsCutable": true,
"UnitName": "sample string 8",
"Benchmarks": [
{
"Id": 1,
"Skey": 2,
"ScoringCount": 3,
"nCount": 4,
"ResponseCount": 5,
"Value": 1.1,
"Formatted": "sample string 6"
},
{
"Id": 1,
"Skey": 2,
"ScoringCount": 3,
"nCount": 4,
"ResponseCount": 5,
"Value": 1.1,
"Formatted": "sample string 6"
}
]
},
{
"Skey": 1,
"ScoringCount": 2,
"nCount": 3,
"ResponseCount": 4,
"Value": 5.1,
"Formatted": "sample string 6",
"IsCutable": true,
"UnitName": "sample string 8",
"Benchmarks": [
{
"Id": 1,
"Skey": 2,
"ScoringCount": 3,
"nCount": 4,
"ResponseCount": 5,
"Value": 1.1,
"Formatted": "sample string 6"
},
{
"Id": 1,
"Skey": 2,
"ScoringCount": 3,
"nCount": 4,
"ResponseCount": 5,
"Value": 1.1,
"Formatted": "sample string 6"
}
]
}
]
}
Sample:
<UnitMeasureResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMG.Report.Contracts.Measures">
<BenchmarkInfos>
<UnitMeasureBenchmarkInfo>
<EndDate>2025-05-06T08:53:34.2023102-05:00</EndDate>
<Id>1</Id>
<StartDate>2025-05-06T08:53:34.2023102-05:00</StartDate>
<Title>sample string 2</Title>
</UnitMeasureBenchmarkInfo>
<UnitMeasureBenchmarkInfo>
<EndDate>2025-05-06T08:53:34.2023102-05:00</EndDate>
<Id>1</Id>
<StartDate>2025-05-06T08:53:34.2023102-05:00</StartDate>
<Title>sample string 2</Title>
</UnitMeasureBenchmarkInfo>
</BenchmarkInfos>
<DateType>Unknown</DateType>
<EndDate>2025-05-06T08:53:34.2023102-05:00</EndDate>
<Sentiment>Neutral</Sentiment>
<ShortTitle>sample string 2</ShortTitle>
<StartDate>2025-05-06T08:53:34.2023102-05:00</StartDate>
<Title>sample string 1</Title>
<UnitMeasures>
<UnitMeasure>
<Benchmarks>
<UnitMeasureBenchmark>
<Formatted>sample string 6</Formatted>
<Id>1</Id>
<ResponseCount>5</ResponseCount>
<ScoringCount>3</ScoringCount>
<Skey>2</Skey>
<Value>1.1</Value>
<nCount>4</nCount>
</UnitMeasureBenchmark>
<UnitMeasureBenchmark>
<Formatted>sample string 6</Formatted>
<Id>1</Id>
<ResponseCount>5</ResponseCount>
<ScoringCount>3</ScoringCount>
<Skey>2</Skey>
<Value>1.1</Value>
<nCount>4</nCount>
</UnitMeasureBenchmark>
</Benchmarks>
<Formatted>sample string 6</Formatted>
<IsCutable>true</IsCutable>
<ResponseCount>4</ResponseCount>
<ScoringCount>2</ScoringCount>
<Skey>1</Skey>
<UnitName>sample string 8</UnitName>
<Value>5.1</Value>
<nCount>3</nCount>
</UnitMeasure>
<UnitMeasure>
<Benchmarks>
<UnitMeasureBenchmark>
<Formatted>sample string 6</Formatted>
<Id>1</Id>
<ResponseCount>5</ResponseCount>
<ScoringCount>3</ScoringCount>
<Skey>2</Skey>
<Value>1.1</Value>
<nCount>4</nCount>
</UnitMeasureBenchmark>
<UnitMeasureBenchmark>
<Formatted>sample string 6</Formatted>
<Id>1</Id>
<ResponseCount>5</ResponseCount>
<ScoringCount>3</ScoringCount>
<Skey>2</Skey>
<Value>1.1</Value>
<nCount>4</nCount>
</UnitMeasureBenchmark>
</Benchmarks>
<Formatted>sample string 6</Formatted>
<IsCutable>true</IsCutable>
<ResponseCount>4</ResponseCount>
<ScoringCount>2</ScoringCount>
<Skey>1</Skey>
<UnitName>sample string 8</UnitName>
<Value>5.1</Value>
<nCount>3</nCount>
</UnitMeasure>
</UnitMeasures>
<ValueType>Percent</ValueType>
</UnitMeasureResponse>