POST Report/GetBusinessFormStatistics

Request Information

URI Parameters

None.

Body Parameters

GetBusinessFormStatisticsParams

None.

Request Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

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

GetBusinessFormStatisticsResponse
NameDescriptionTypeAdditional information
Data

Collection of BusinessFormStatistics

None.

TotalNumberOfStadiumsg

integer

None.

TotalNumberOfDevices

integer

None.

TotalLastMonthNumberOfStadiumsg

integer

None.

TotalLastMonthTotalNumberOfDevices

integer

None.

TotalStadiumsgGrowthRate

decimal number

None.

TotalDevicesGrowthRate

decimal number

None.

resultCode

string

None.

resultMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "ArenaTypeText": "sample string 1",
      "ArenaTypeValue": 1,
      "NumberOfStadiumsg": 2,
      "NumberOfDevices": 3,
      "LastMonthNumberOfStadiumsg": 4,
      "LastMonthTotalNumberOfDevices": 5,
      "StadiumsgGrowthRate": 1.1,
      "DevicesGrowthRate": 1.1
    },
    {
      "ArenaTypeText": "sample string 1",
      "ArenaTypeValue": 1,
      "NumberOfStadiumsg": 2,
      "NumberOfDevices": 3,
      "LastMonthNumberOfStadiumsg": 4,
      "LastMonthTotalNumberOfDevices": 5,
      "StadiumsgGrowthRate": 1.1,
      "DevicesGrowthRate": 1.1
    }
  ],
  "TotalNumberOfStadiumsg": 1,
  "TotalNumberOfDevices": 2,
  "TotalLastMonthNumberOfStadiumsg": 3,
  "TotalLastMonthTotalNumberOfDevices": 4,
  "TotalStadiumsgGrowthRate": 1.1,
  "TotalDevicesGrowthRate": 1.1,
  "resultCode": "sample string 5",
  "resultMsg": "sample string 6"
}

application/xml, text/xml

Sample:
<GetBusinessFormStatisticsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MKY.ERP.RG.WebApis.Models">
  <resultCode>sample string 5</resultCode>
  <resultMsg>sample string 6</resultMsg>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MKY.ERP.RG.Entity">
    <d2p1:BusinessFormStatistics>
      <d2p1:ArenaTypeText>sample string 1</d2p1:ArenaTypeText>
      <d2p1:ArenaTypeValue>1</d2p1:ArenaTypeValue>
      <d2p1:DevicesGrowthRate>1.1</d2p1:DevicesGrowthRate>
      <d2p1:LastMonthNumberOfStadiumsg>4</d2p1:LastMonthNumberOfStadiumsg>
      <d2p1:LastMonthTotalNumberOfDevices>5</d2p1:LastMonthTotalNumberOfDevices>
      <d2p1:NumberOfDevices>3</d2p1:NumberOfDevices>
      <d2p1:NumberOfStadiumsg>2</d2p1:NumberOfStadiumsg>
      <d2p1:StadiumsgGrowthRate>1.1</d2p1:StadiumsgGrowthRate>
    </d2p1:BusinessFormStatistics>
    <d2p1:BusinessFormStatistics>
      <d2p1:ArenaTypeText>sample string 1</d2p1:ArenaTypeText>
      <d2p1:ArenaTypeValue>1</d2p1:ArenaTypeValue>
      <d2p1:DevicesGrowthRate>1.1</d2p1:DevicesGrowthRate>
      <d2p1:LastMonthNumberOfStadiumsg>4</d2p1:LastMonthNumberOfStadiumsg>
      <d2p1:LastMonthTotalNumberOfDevices>5</d2p1:LastMonthTotalNumberOfDevices>
      <d2p1:NumberOfDevices>3</d2p1:NumberOfDevices>
      <d2p1:NumberOfStadiumsg>2</d2p1:NumberOfStadiumsg>
      <d2p1:StadiumsgGrowthRate>1.1</d2p1:StadiumsgGrowthRate>
    </d2p1:BusinessFormStatistics>
  </Data>
  <TotalDevicesGrowthRate>1.1</TotalDevicesGrowthRate>
  <TotalLastMonthNumberOfStadiumsg>3</TotalLastMonthNumberOfStadiumsg>
  <TotalLastMonthTotalNumberOfDevices>4</TotalLastMonthTotalNumberOfDevices>
  <TotalNumberOfDevices>2</TotalNumberOfDevices>
  <TotalNumberOfStadiumsg>1</TotalNumberOfStadiumsg>
  <TotalStadiumsgGrowthRate>1.1</TotalStadiumsgGrowthRate>
</GetBusinessFormStatisticsResponse>