POST api/GatherJinglan/AddMatchHistoryOdds
Request Information
URI Parameters
None.
Body Parameters
AddCollectJinglanResultReq| Name | Description | Type | Additional information |
|---|---|---|---|
| matchId | string |
None. |
|
| listMatchJinglanOddsHdc | Collection of MatchJinglanOddsHdc |
None. |
|
| listMatchJinglanOddsHilo | Collection of MatchJinglanOddsHilo |
None. |
|
| listMatchJinglanOddsMnl | Collection of MatchJinglanOddsMnl |
None. |
|
| listMatchJinglanOddsWnm | Collection of MatchJinglanOddsWnm |
None. |
|
| matchResult | MatchJinglanResult |
None. |
|
| sectionsNo999 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"matchId": "sample string 1",
"listMatchJinglanOddsHdc": [
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:21:57",
"updateTime": "05:21:57",
"updateDate": "2026-06-06",
"a": 5.0,
"af": 6,
"h": 7.0,
"hf": 8,
"goalLine": "sample string 9",
"goalLineValue": "sample string 10"
},
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:21:57",
"updateTime": "05:21:57",
"updateDate": "2026-06-06",
"a": 5.0,
"af": 6,
"h": 7.0,
"hf": 8,
"goalLine": "sample string 9",
"goalLineValue": "sample string 10"
}
],
"listMatchJinglanOddsHilo": [
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:21:57",
"updateTime": "05:21:57",
"updateDate": "2026-06-06",
"h": 5.0,
"hf": 6,
"l": 7.0,
"lf": 8,
"goalLine": "sample string 9",
"goalLineValue": "sample string 10"
},
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:21:57",
"updateTime": "05:21:57",
"updateDate": "2026-06-06",
"h": 5.0,
"hf": 6,
"l": 7.0,
"lf": 8,
"goalLine": "sample string 9",
"goalLineValue": "sample string 10"
}
],
"listMatchJinglanOddsMnl": [
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:21:57",
"updateTime": "05:21:57",
"updateDate": "2026-06-06",
"a": 5.0,
"af": 6,
"h": 7.0,
"hf": 8,
"goalLine": "sample string 9",
"goalLineValue": "sample string 10"
},
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:21:57",
"updateTime": "05:21:57",
"updateDate": "2026-06-06",
"a": 5.0,
"af": 6,
"h": 7.0,
"hf": 8,
"goalLine": "sample string 9",
"goalLineValue": "sample string 10"
}
],
"listMatchJinglanOddsWnm": [
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:21:57",
"updateTime": "05:21:57",
"updateDate": "2026-06-06",
"l1": 5.0,
"l1f": 6,
"l2": 7.0,
"l2f": 8,
"l3": 9.0,
"l3f": 10,
"l4": 11.0,
"l4f": 12,
"l5": 13.0,
"l5f": 14,
"l6": 15.0,
"l6f": 16,
"w1": 17.0,
"w1f": 18,
"w2": 19.0,
"w2f": 20,
"w3": 21.0,
"w3f": 22,
"w4": 23.0,
"w4f": 24,
"w5": 25.0,
"w5f": 26,
"w6": 27.0,
"w6f": 28,
"goalLine": "sample string 29",
"goalLineValue": "sample string 30"
},
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:21:57",
"updateTime": "05:21:57",
"updateDate": "2026-06-06",
"l1": 5.0,
"l1f": 6,
"l2": 7.0,
"l2f": 8,
"l3": 9.0,
"l3f": 10,
"l4": 11.0,
"l4f": 12,
"l5": 13.0,
"l5f": 14,
"l6": 15.0,
"l6f": 16,
"w1": 17.0,
"w1f": 18,
"w2": 19.0,
"w2f": 20,
"w3": 21.0,
"w3f": 22,
"w4": 23.0,
"w4f": 24,
"w5": 25.0,
"w5f": 26,
"w6": 27.0,
"w6f": 28,
"goalLine": "sample string 29",
"goalLineValue": "sample string 30"
}
],
"matchResult": {
"matchId": "sample string 1",
"resultOverallScore": "sample string 2",
"resultHdc": "sample string 3",
"resultHilo": "sample string 4",
"resultMnl": "sample string 5",
"resultWnm": "sample string 6"
},
"sectionsNo999": "sample string 2"
}
application/xml, text/xml
Sample:
<AddCollectJinglanResultReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Football.Model.ApiRequestModel">
<listMatchJinglanOddsHdc xmlns:d2p1="http://schemas.datacontract.org/2004/07/Football.Model">
<d2p1:MatchJinglanOddsHdc>
<d2p1:a>5</d2p1:a>
<d2p1:af>6</d2p1:af>
<d2p1:goalLine>sample string 9</d2p1:goalLine>
<d2p1:goalLineValue>sample string 10</d2p1:goalLineValue>
<d2p1:h>7</d2p1:h>
<d2p1:hf>8</d2p1:hf>
<d2p1:lineNo>2</d2p1:lineNo>
<d2p1:matchId>sample string 1</d2p1:matchId>
<d2p1:poolId>3</d2p1:poolId>
<d2p1:updateTime>2026-06-06T05:21:57.0423512+08:00</d2p1:updateTime>
</d2p1:MatchJinglanOddsHdc>
<d2p1:MatchJinglanOddsHdc>
<d2p1:a>5</d2p1:a>
<d2p1:af>6</d2p1:af>
<d2p1:goalLine>sample string 9</d2p1:goalLine>
<d2p1:goalLineValue>sample string 10</d2p1:goalLineValue>
<d2p1:h>7</d2p1:h>
<d2p1:hf>8</d2p1:hf>
<d2p1:lineNo>2</d2p1:lineNo>
<d2p1:matchId>sample string 1</d2p1:matchId>
<d2p1:poolId>3</d2p1:poolId>
<d2p1:updateTime>2026-06-06T05:21:57.0423512+08:00</d2p1:updateTime>
</d2p1:MatchJinglanOddsHdc>
</listMatchJinglanOddsHdc>
<listMatchJinglanOddsHilo xmlns:d2p1="http://schemas.datacontract.org/2004/07/Football.Model">
<d2p1:MatchJinglanOddsHilo>
<d2p1:goalLine>sample string 9</d2p1:goalLine>
<d2p1:goalLineValue>sample string 10</d2p1:goalLineValue>
<d2p1:h>5</d2p1:h>
<d2p1:hf>6</d2p1:hf>
<d2p1:l>7</d2p1:l>
<d2p1:lf>8</d2p1:lf>
<d2p1:lineNo>2</d2p1:lineNo>
<d2p1:matchId>sample string 1</d2p1:matchId>
<d2p1:poolId>3</d2p1:poolId>
<d2p1:updateTime>2026-06-06T05:21:57.0423512+08:00</d2p1:updateTime>
</d2p1:MatchJinglanOddsHilo>
<d2p1:MatchJinglanOddsHilo>
<d2p1:goalLine>sample string 9</d2p1:goalLine>
<d2p1:goalLineValue>sample string 10</d2p1:goalLineValue>
<d2p1:h>5</d2p1:h>
<d2p1:hf>6</d2p1:hf>
<d2p1:l>7</d2p1:l>
<d2p1:lf>8</d2p1:lf>
<d2p1:lineNo>2</d2p1:lineNo>
<d2p1:matchId>sample string 1</d2p1:matchId>
<d2p1:poolId>3</d2p1:poolId>
<d2p1:updateTime>2026-06-06T05:21:57.0423512+08:00</d2p1:updateTime>
</d2p1:MatchJinglanOddsHilo>
</listMatchJinglanOddsHilo>
<listMatchJinglanOddsMnl xmlns:d2p1="http://schemas.datacontract.org/2004/07/Football.Model">
<d2p1:MatchJinglanOddsMnl>
<d2p1:a>5</d2p1:a>
<d2p1:af>6</d2p1:af>
<d2p1:goalLine>sample string 9</d2p1:goalLine>
<d2p1:goalLineValue>sample string 10</d2p1:goalLineValue>
<d2p1:h>7</d2p1:h>
<d2p1:hf>8</d2p1:hf>
<d2p1:lineNo>2</d2p1:lineNo>
<d2p1:matchId>sample string 1</d2p1:matchId>
<d2p1:poolId>3</d2p1:poolId>
<d2p1:updateTime>2026-06-06T05:21:57.0423512+08:00</d2p1:updateTime>
</d2p1:MatchJinglanOddsMnl>
<d2p1:MatchJinglanOddsMnl>
<d2p1:a>5</d2p1:a>
<d2p1:af>6</d2p1:af>
<d2p1:goalLine>sample string 9</d2p1:goalLine>
<d2p1:goalLineValue>sample string 10</d2p1:goalLineValue>
<d2p1:h>7</d2p1:h>
<d2p1:hf>8</d2p1:hf>
<d2p1:lineNo>2</d2p1:lineNo>
<d2p1:matchId>sample string 1</d2p1:matchId>
<d2p1:poolId>3</d2p1:poolId>
<d2p1:updateTime>2026-06-06T05:21:57.0423512+08:00</d2p1:updateTime>
</d2p1:MatchJinglanOddsMnl>
</listMatchJinglanOddsMnl>
<listMatchJinglanOddsWnm xmlns:d2p1="http://schemas.datacontract.org/2004/07/Football.Model">
<d2p1:MatchJinglanOddsWnm>
<d2p1:goalLine>sample string 29</d2p1:goalLine>
<d2p1:goalLineValue>sample string 30</d2p1:goalLineValue>
<d2p1:l1>5</d2p1:l1>
<d2p1:l1f>6</d2p1:l1f>
<d2p1:l2>7</d2p1:l2>
<d2p1:l2f>8</d2p1:l2f>
<d2p1:l3>9</d2p1:l3>
<d2p1:l3f>10</d2p1:l3f>
<d2p1:l4>11</d2p1:l4>
<d2p1:l4f>12</d2p1:l4f>
<d2p1:l5>13</d2p1:l5>
<d2p1:l5f>14</d2p1:l5f>
<d2p1:l6>15</d2p1:l6>
<d2p1:l6f>16</d2p1:l6f>
<d2p1:lineNo>2</d2p1:lineNo>
<d2p1:matchId>sample string 1</d2p1:matchId>
<d2p1:poolId>3</d2p1:poolId>
<d2p1:updateTime>2026-06-06T05:21:57.0423512+08:00</d2p1:updateTime>
<d2p1:w1>17</d2p1:w1>
<d2p1:w1f>18</d2p1:w1f>
<d2p1:w2>19</d2p1:w2>
<d2p1:w2f>20</d2p1:w2f>
<d2p1:w3>21</d2p1:w3>
<d2p1:w3f>22</d2p1:w3f>
<d2p1:w4>23</d2p1:w4>
<d2p1:w4f>24</d2p1:w4f>
<d2p1:w5>25</d2p1:w5>
<d2p1:w5f>26</d2p1:w5f>
<d2p1:w6>27</d2p1:w6>
<d2p1:w6f>28</d2p1:w6f>
</d2p1:MatchJinglanOddsWnm>
<d2p1:MatchJinglanOddsWnm>
<d2p1:goalLine>sample string 29</d2p1:goalLine>
<d2p1:goalLineValue>sample string 30</d2p1:goalLineValue>
<d2p1:l1>5</d2p1:l1>
<d2p1:l1f>6</d2p1:l1f>
<d2p1:l2>7</d2p1:l2>
<d2p1:l2f>8</d2p1:l2f>
<d2p1:l3>9</d2p1:l3>
<d2p1:l3f>10</d2p1:l3f>
<d2p1:l4>11</d2p1:l4>
<d2p1:l4f>12</d2p1:l4f>
<d2p1:l5>13</d2p1:l5>
<d2p1:l5f>14</d2p1:l5f>
<d2p1:l6>15</d2p1:l6>
<d2p1:l6f>16</d2p1:l6f>
<d2p1:lineNo>2</d2p1:lineNo>
<d2p1:matchId>sample string 1</d2p1:matchId>
<d2p1:poolId>3</d2p1:poolId>
<d2p1:updateTime>2026-06-06T05:21:57.0423512+08:00</d2p1:updateTime>
<d2p1:w1>17</d2p1:w1>
<d2p1:w1f>18</d2p1:w1f>
<d2p1:w2>19</d2p1:w2>
<d2p1:w2f>20</d2p1:w2f>
<d2p1:w3>21</d2p1:w3>
<d2p1:w3f>22</d2p1:w3f>
<d2p1:w4>23</d2p1:w4>
<d2p1:w4f>24</d2p1:w4f>
<d2p1:w5>25</d2p1:w5>
<d2p1:w5f>26</d2p1:w5f>
<d2p1:w6>27</d2p1:w6>
<d2p1:w6f>28</d2p1:w6f>
</d2p1:MatchJinglanOddsWnm>
</listMatchJinglanOddsWnm>
<matchId>sample string 1</matchId>
<matchResult xmlns:d2p1="http://schemas.datacontract.org/2004/07/Football.Model">
<d2p1:matchId>sample string 1</d2p1:matchId>
<d2p1:resultHdc>sample string 3</d2p1:resultHdc>
<d2p1:resultHilo>sample string 4</d2p1:resultHilo>
<d2p1:resultMnl>sample string 5</d2p1:resultMnl>
<d2p1:resultOverallScore>sample string 2</d2p1:resultOverallScore>
<d2p1:resultWnm>sample string 6</d2p1:resultWnm>
</matchResult>
<sectionsNo999>sample string 2</sectionsNo999>
</AddCollectJinglanResultReq>
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>