POST api/matchJingzuOdds/GetHistoryOddsList
Request Information
URI Parameters
None.
Body Parameters
JingzuHistoryOddsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| matchId | string |
None. |
|
| type | integer |
None. |
|
| param | string |
None. |
|
| requestTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"matchId": "sample string 1",
"type": 2,
"param": "sample string 3",
"requestTime": "2026-06-06 05:23:28"
}
application/xml, text/xml
Sample:
<JingzuHistoryOddsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Football.WebApi.Controllers"> <matchId>sample string 1</matchId> <param>sample string 3</param> <requestTime>2026-06-06T05:23:28.6451913+08:00</requestTime> <type>2</type> </JingzuHistoryOddsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/plain
Sample:
Sample not available.
Response Information
Resource Description
ResultMsg| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| message | string |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"message": "sample string 2",
"code": 3
}
application/xml, text/xml
Sample:
<ResultMsg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Football.Model"> <Code>3</Code> <Message>sample string 2</Message> <Success>true</Success> </ResultMsg>