POST Report/GetComprehensiveStrengthStatistics

Request Information

URI Parameters

None.

Body Parameters

GetComprehensiveStrengthStatisticsParams

None.

Request Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<GetComprehensiveStrengthStatisticsParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MKY.ERP.RG.WebApis.Models" />

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetComprehensiveStrengthStatisticsResponse
NameDescriptionTypeAdditional information
Data

Collection of ComprehensiveStrengthStatistics

None.

resultCode

string

None.

resultMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "ArenaTypeText": "sample string 1",
      "ArenaTypeValue": 1,
      "OpenNumbers": 2,
      "NumberOfPrivateRooms": 3,
      "LastMonthOpenNumbers": 4,
      "LastMonthNumberOfPrivateRooms": 5,
      "OpenNumbersGrowthRate": 1.1,
      "PrivateRoomsGrowthRate": 1.1,
      "NumberOfDevices": 6,
      "LastMonthNumberOfDevices": 7,
      "NumberOfDevicesGrowthRate": 1.1,
      "NumberOfStadiums": 8,
      "LastMonthNumberOfStadiums": 9,
      "NumberOfStadiumsGrowthRate": 1.1
    },
    {
      "ArenaTypeText": "sample string 1",
      "ArenaTypeValue": 1,
      "OpenNumbers": 2,
      "NumberOfPrivateRooms": 3,
      "LastMonthOpenNumbers": 4,
      "LastMonthNumberOfPrivateRooms": 5,
      "OpenNumbersGrowthRate": 1.1,
      "PrivateRoomsGrowthRate": 1.1,
      "NumberOfDevices": 6,
      "LastMonthNumberOfDevices": 7,
      "NumberOfDevicesGrowthRate": 1.1,
      "NumberOfStadiums": 8,
      "LastMonthNumberOfStadiums": 9,
      "NumberOfStadiumsGrowthRate": 1.1
    }
  ],
  "resultCode": "sample string 1",
  "resultMsg": "sample string 2"
}

application/xml, text/xml

Sample:
<GetComprehensiveStrengthStatisticsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MKY.ERP.RG.WebApis.Models">
  <resultCode>sample string 1</resultCode>
  <resultMsg>sample string 2</resultMsg>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MKY.ERP.RG.Entity">
    <d2p1:ComprehensiveStrengthStatistics>
      <d2p1:ArenaTypeText>sample string 1</d2p1:ArenaTypeText>
      <d2p1:ArenaTypeValue>1</d2p1:ArenaTypeValue>
      <d2p1:LastMonthNumberOfDevices>7</d2p1:LastMonthNumberOfDevices>
      <d2p1:LastMonthNumberOfPrivateRooms>5</d2p1:LastMonthNumberOfPrivateRooms>
      <d2p1:LastMonthNumberOfStadiums>9</d2p1:LastMonthNumberOfStadiums>
      <d2p1:LastMonthOpenNumbers>4</d2p1:LastMonthOpenNumbers>
      <d2p1:NumberOfDevices>6</d2p1:NumberOfDevices>
      <d2p1:NumberOfDevicesGrowthRate>1.1</d2p1:NumberOfDevicesGrowthRate>
      <d2p1:NumberOfPrivateRooms>3</d2p1:NumberOfPrivateRooms>
      <d2p1:NumberOfStadiums>8</d2p1:NumberOfStadiums>
      <d2p1:NumberOfStadiumsGrowthRate>1.1</d2p1:NumberOfStadiumsGrowthRate>
      <d2p1:OpenNumbers>2</d2p1:OpenNumbers>
      <d2p1:OpenNumbersGrowthRate>1.1</d2p1:OpenNumbersGrowthRate>
      <d2p1:PrivateRoomsGrowthRate>1.1</d2p1:PrivateRoomsGrowthRate>
    </d2p1:ComprehensiveStrengthStatistics>
    <d2p1:ComprehensiveStrengthStatistics>
      <d2p1:ArenaTypeText>sample string 1</d2p1:ArenaTypeText>
      <d2p1:ArenaTypeValue>1</d2p1:ArenaTypeValue>
      <d2p1:LastMonthNumberOfDevices>7</d2p1:LastMonthNumberOfDevices>
      <d2p1:LastMonthNumberOfPrivateRooms>5</d2p1:LastMonthNumberOfPrivateRooms>
      <d2p1:LastMonthNumberOfStadiums>9</d2p1:LastMonthNumberOfStadiums>
      <d2p1:LastMonthOpenNumbers>4</d2p1:LastMonthOpenNumbers>
      <d2p1:NumberOfDevices>6</d2p1:NumberOfDevices>
      <d2p1:NumberOfDevicesGrowthRate>1.1</d2p1:NumberOfDevicesGrowthRate>
      <d2p1:NumberOfPrivateRooms>3</d2p1:NumberOfPrivateRooms>
      <d2p1:NumberOfStadiums>8</d2p1:NumberOfStadiums>
      <d2p1:NumberOfStadiumsGrowthRate>1.1</d2p1:NumberOfStadiumsGrowthRate>
      <d2p1:OpenNumbers>2</d2p1:OpenNumbers>
      <d2p1:OpenNumbersGrowthRate>1.1</d2p1:OpenNumbersGrowthRate>
      <d2p1:PrivateRoomsGrowthRate>1.1</d2p1:PrivateRoomsGrowthRate>
    </d2p1:ComprehensiveStrengthStatistics>
  </Data>
</GetComprehensiveStrengthStatisticsResponse>