POST Report/GetRespectiveRegionStatistics

Request Information

URI Parameters

None.

Body Parameters

GetRespectiveRegionStatisticsParams

None.

Request Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<GetRespectiveRegionStatisticsParams 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

GetRespectiveRegionStatisticsResponse
NameDescriptionTypeAdditional information
Data

Collection of RespectiveRegionStatistics

None.

resultCode

string

None.

resultMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "Date": "2025-06-25T00:33:57.617024+08:00",
      "RegionText": "sample string 2",
      "RegionValue": 1,
      "NumberOfStadiumsg": 3,
      "NumberOfDevices": 4,
      "LastMonthNumberOfStadiumsg": 5,
      "LastMonthTotalNumberOfDevices": 6,
      "StadiumsgGrowthRate": 1.1,
      "DevicesGrowthRate": 1.1
    },
    {
      "Date": "2025-06-25T00:33:57.617024+08:00",
      "RegionText": "sample string 2",
      "RegionValue": 1,
      "NumberOfStadiumsg": 3,
      "NumberOfDevices": 4,
      "LastMonthNumberOfStadiumsg": 5,
      "LastMonthTotalNumberOfDevices": 6,
      "StadiumsgGrowthRate": 1.1,
      "DevicesGrowthRate": 1.1
    }
  ],
  "resultCode": "sample string 1",
  "resultMsg": "sample string 2"
}

application/xml, text/xml

Sample:
<GetRespectiveRegionStatisticsResponse 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:RespectiveRegionStatistics>
      <d2p1:Date>2025-06-25T00:33:57.617024+08:00</d2p1:Date>
      <d2p1:DevicesGrowthRate>1.1</d2p1:DevicesGrowthRate>
      <d2p1:LastMonthNumberOfStadiumsg>5</d2p1:LastMonthNumberOfStadiumsg>
      <d2p1:LastMonthTotalNumberOfDevices>6</d2p1:LastMonthTotalNumberOfDevices>
      <d2p1:NumberOfDevices>4</d2p1:NumberOfDevices>
      <d2p1:NumberOfStadiumsg>3</d2p1:NumberOfStadiumsg>
      <d2p1:RegionText>sample string 2</d2p1:RegionText>
      <d2p1:RegionValue>1</d2p1:RegionValue>
      <d2p1:StadiumsgGrowthRate>1.1</d2p1:StadiumsgGrowthRate>
    </d2p1:RespectiveRegionStatistics>
    <d2p1:RespectiveRegionStatistics>
      <d2p1:Date>2025-06-25T00:33:57.617024+08:00</d2p1:Date>
      <d2p1:DevicesGrowthRate>1.1</d2p1:DevicesGrowthRate>
      <d2p1:LastMonthNumberOfStadiumsg>5</d2p1:LastMonthNumberOfStadiumsg>
      <d2p1:LastMonthTotalNumberOfDevices>6</d2p1:LastMonthTotalNumberOfDevices>
      <d2p1:NumberOfDevices>4</d2p1:NumberOfDevices>
      <d2p1:NumberOfStadiumsg>3</d2p1:NumberOfStadiumsg>
      <d2p1:RegionText>sample string 2</d2p1:RegionText>
      <d2p1:RegionValue>1</d2p1:RegionValue>
      <d2p1:StadiumsgGrowthRate>1.1</d2p1:StadiumsgGrowthRate>
    </d2p1:RespectiveRegionStatistics>
  </Data>
</GetRespectiveRegionStatisticsResponse>