POST api/Database/GetSizeBallList
足球赛事大小球统计
Request Information
URI Parameters
None.
Body Parameters
SizeBallQueryName | Description | Type | Additional information |
---|---|---|---|
EventPK |
赛事编码 |
string |
Required |
Season |
赛季 |
string |
Required |
EventType |
赛事类型 |
EventsEnum |
Required |
SizeBallType |
大小球类型(如果不填默认主场路榜) |
SizeBallTypeEnum |
None. |
Request Formats
application/json, text/json
Sample:
{ "EventPK": "sample string 1", "Season": "sample string 2", "EventType": 1, "SizeBallType": 1 }
application/xml, text/xml
Sample:
<SizeBallQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Berry.SOA.API.ParameterModel.Query"> <EventPK>sample string 1</EventPK> <EventType>WorldCupEvents</EventType> <Season>sample string 2</Season> <SizeBallType>总盘路榜</SizeBallType> </SizeBallQuery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
足球赛事大小球统计
BaseJsonResultOfListOfSizeBallListDTOName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Data | Collection of SizeBallListDTO |
None. |
|
Message | string |
None. |
|
BackUrl | string |
None. |
|
ExecutionTime | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "<Status>k__BackingField": 1, "<Data>k__BackingField": [ { "PK": "sample string 1", "TeamName": "sample string 2", "Sum": 1, "LargeNum": 1, "GoNum": 1, "SmallNum": 1, "LargePercentage": 1.1, "GoPercentage": 1.1, "SmallPercentage": 1.1, "Sort": 1 }, { "PK": "sample string 1", "TeamName": "sample string 2", "Sum": 1, "LargeNum": 1, "GoNum": 1, "SmallNum": 1, "LargePercentage": 1.1, "GoPercentage": 1.1, "SmallPercentage": 1.1, "Sort": 1 } ], "<Message>k__BackingField": "sample string 2", "<BackUrl>k__BackingField": "sample string 3", "<ExecutionTime>k__BackingField": "sample string 4" }
application/xml, text/xml
Sample:
<BaseJsonResultOfArrayOfSizeBallListDTOdUyn_SNwT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Berry.Entity"> <_x003C_BackUrl_x003E_k__BackingField>sample string 3</_x003C_BackUrl_x003E_k__BackingField> <_x003C_Data_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/Berry.SOA.API.ParameterModel.DTO"> <d2p1:SizeBallListDTO> <d2p1:GoNum>1</d2p1:GoNum> <d2p1:GoPercentage>1.1</d2p1:GoPercentage> <d2p1:LargeNum>1</d2p1:LargeNum> <d2p1:LargePercentage>1.1</d2p1:LargePercentage> <d2p1:PK>sample string 1</d2p1:PK> <d2p1:SmallNum>1</d2p1:SmallNum> <d2p1:SmallPercentage>1.1</d2p1:SmallPercentage> <d2p1:Sort>1</d2p1:Sort> <d2p1:Sum>1</d2p1:Sum> <d2p1:TeamName>sample string 2</d2p1:TeamName> </d2p1:SizeBallListDTO> <d2p1:SizeBallListDTO> <d2p1:GoNum>1</d2p1:GoNum> <d2p1:GoPercentage>1.1</d2p1:GoPercentage> <d2p1:LargeNum>1</d2p1:LargeNum> <d2p1:LargePercentage>1.1</d2p1:LargePercentage> <d2p1:PK>sample string 1</d2p1:PK> <d2p1:SmallNum>1</d2p1:SmallNum> <d2p1:SmallPercentage>1.1</d2p1:SmallPercentage> <d2p1:Sort>1</d2p1:Sort> <d2p1:Sum>1</d2p1:Sum> <d2p1:TeamName>sample string 2</d2p1:TeamName> </d2p1:SizeBallListDTO> </_x003C_Data_x003E_k__BackingField> <_x003C_ExecutionTime_x003E_k__BackingField>sample string 4</_x003C_ExecutionTime_x003E_k__BackingField> <_x003C_Message_x003E_k__BackingField>sample string 2</_x003C_Message_x003E_k__BackingField> <_x003C_Status_x003E_k__BackingField>1</_x003C_Status_x003E_k__BackingField> </BaseJsonResultOfArrayOfSizeBallListDTOdUyn_SNwT>