POST Report/GetStadiumDataByAreaProvinceCity
Request Information
URI Parameters
None.
Body Parameters
GetStadiumDataByAreaProvinceCityParamsName | Description | Type | Additional information |
---|---|---|---|
QueryDate | date |
None. |
|
RespectiveRegionValue | integer |
None. |
|
Province1Text | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "QueryDate": "2025-06-25T01:30:31.9231301+08:00", "RespectiveRegionValue": 1, "Province1Text": "sample string 2" }
application/xml, text/xml
Sample:
<GetStadiumDataByAreaProvinceCityParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MKY.ERP.RG.WebApis.Models"> <Province1Text>sample string 2</Province1Text> <QueryDate>2025-06-25T01:30:31.9231301+08:00</QueryDate> <RespectiveRegionValue>1</RespectiveRegionValue> </GetStadiumDataByAreaProvinceCityParams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetStadiumDataByAreaProvinceCityResponseName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of USP_Statistics_GetStadiumDataByAreaProvinceCity_Result |
None. |
|
ProvinceTotalCount | integer |
None. |
|
CityTotalCount | integer |
None. |
|
resultCode | string |
None. |
|
resultMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "date": "2025-06-25T01:30:31.9270344+08:00", "respectiveRegionValue": 1, "respectiveRegionText": "sample string 1", "province1Value": 1, "province1Text": "sample string 2", "city1Value": 1, "city1Text": "sample string 3", "project": "sample string 4", "arenaType06": 1, "arenaType07": 1, "arenaType08": 1, "arenaType09": 1, "arenaType10": 1, "arenaType11": 1, "arenaType12": 1, "arenaType13": 1, "arenaType14": 1, "total": 1 }, { "date": "2025-06-25T01:30:31.9270344+08:00", "respectiveRegionValue": 1, "respectiveRegionText": "sample string 1", "province1Value": 1, "province1Text": "sample string 2", "city1Value": 1, "city1Text": "sample string 3", "project": "sample string 4", "arenaType06": 1, "arenaType07": 1, "arenaType08": 1, "arenaType09": 1, "arenaType10": 1, "arenaType11": 1, "arenaType12": 1, "arenaType13": 1, "arenaType14": 1, "total": 1 } ], "ProvinceTotalCount": 1, "CityTotalCount": 2, "resultCode": "sample string 3", "resultMsg": "sample string 4" }
application/xml, text/xml
Sample:
<GetStadiumDataByAreaProvinceCityResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MKY.ERP.RG.WebApis.Models"> <resultCode>sample string 3</resultCode> <resultMsg>sample string 4</resultMsg> <CityTotalCount>2</CityTotalCount> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MKY.ERP.RG.Entity.DBContext"> <d2p1:USP_Statistics_GetStadiumDataByAreaProvinceCity_Result> <d2p1:arenaType06>1</d2p1:arenaType06> <d2p1:arenaType07>1</d2p1:arenaType07> <d2p1:arenaType08>1</d2p1:arenaType08> <d2p1:arenaType09>1</d2p1:arenaType09> <d2p1:arenaType10>1</d2p1:arenaType10> <d2p1:arenaType11>1</d2p1:arenaType11> <d2p1:arenaType12>1</d2p1:arenaType12> <d2p1:arenaType13>1</d2p1:arenaType13> <d2p1:arenaType14>1</d2p1:arenaType14> <d2p1:city1Text>sample string 3</d2p1:city1Text> <d2p1:city1Value>1</d2p1:city1Value> <d2p1:date>2025-06-25T01:30:31.9270344+08:00</d2p1:date> <d2p1:project>sample string 4</d2p1:project> <d2p1:province1Text>sample string 2</d2p1:province1Text> <d2p1:province1Value>1</d2p1:province1Value> <d2p1:respectiveRegionText>sample string 1</d2p1:respectiveRegionText> <d2p1:respectiveRegionValue>1</d2p1:respectiveRegionValue> <d2p1:total>1</d2p1:total> </d2p1:USP_Statistics_GetStadiumDataByAreaProvinceCity_Result> <d2p1:USP_Statistics_GetStadiumDataByAreaProvinceCity_Result> <d2p1:arenaType06>1</d2p1:arenaType06> <d2p1:arenaType07>1</d2p1:arenaType07> <d2p1:arenaType08>1</d2p1:arenaType08> <d2p1:arenaType09>1</d2p1:arenaType09> <d2p1:arenaType10>1</d2p1:arenaType10> <d2p1:arenaType11>1</d2p1:arenaType11> <d2p1:arenaType12>1</d2p1:arenaType12> <d2p1:arenaType13>1</d2p1:arenaType13> <d2p1:arenaType14>1</d2p1:arenaType14> <d2p1:city1Text>sample string 3</d2p1:city1Text> <d2p1:city1Value>1</d2p1:city1Value> <d2p1:date>2025-06-25T01:30:31.9270344+08:00</d2p1:date> <d2p1:project>sample string 4</d2p1:project> <d2p1:province1Text>sample string 2</d2p1:province1Text> <d2p1:province1Value>1</d2p1:province1Value> <d2p1:respectiveRegionText>sample string 1</d2p1:respectiveRegionText> <d2p1:respectiveRegionValue>1</d2p1:respectiveRegionValue> <d2p1:total>1</d2p1:total> </d2p1:USP_Statistics_GetStadiumDataByAreaProvinceCity_Result> </Data> <ProvinceTotalCount>1</ProvinceTotalCount> </GetStadiumDataByAreaProvinceCityResponse>