POST api/Match/UpdateLeagueMatchScores
Request Information
URI Parameters
None.
Body Parameters
MatchPlayingDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Player1Id | integer |
None. |
|
| Player1 | string |
None. |
|
| Player2 | string |
None. |
|
| Player3 | string |
None. |
|
| Player4 | string |
None. |
|
| Player2Id | integer |
None. |
|
| Player3Id | integer |
None. |
|
| Player4Id | integer |
None. |
|
| Score1 | integer |
None. |
|
| Score2 | integer |
None. |
|
| PlayingDate | date |
None. |
|
| MatchId | integer |
None. |
|
| PlayingLocation | string |
None. |
|
| MatchDescription | string |
None. |
|
| Single | boolean |
None. |
|
| Double | boolean |
None. |
|
| FinalWinner | boolean |
None. |
|
| SemiFinal | boolean |
None. |
|
| QuaterFinal | boolean |
None. |
|
| ScoresConfirmedPlayer1 | boolean |
None. |
|
| ScoresConfirmedPlayer2 | boolean |
None. |
|
| ScoresConfirmedPlayer3 | boolean |
None. |
|
| ScoresConfirmedPlayer4 | boolean |
None. |
|
| VerificationCode1 | integer |
None. |
|
| VerificationCode2 | integer |
None. |
|
| VerificationCode3 | integer |
None. |
|
| VerificationCode4 | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| token | string |
None. |
|
| approve | string |
None. |
|
| verifyPlayerno | integer |
None. |
|
| MatchType | string |
None. |
|
| TieScore1 | integer |
None. |
|
| TieScore2 | integer |
None. |
|
| Player1Mob | string |
None. |
|
| Player2Mob | string |
None. |
|
| Player3Mob | string |
None. |
|
| Player4Mob | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Player1Id": 2,
"Player1": "sample string 3",
"Player2": "sample string 4",
"Player3": "sample string 5",
"Player4": "sample string 6",
"Player2Id": 7,
"Player3Id": 8,
"Player4Id": 9,
"Score1": 10,
"Score2": 11,
"PlayingDate": "2025-12-06T05:41:04.2244852+01:00",
"MatchId": 12,
"PlayingLocation": "sample string 13",
"MatchDescription": "sample string 14",
"Single": true,
"Double": true,
"FinalWinner": true,
"SemiFinal": true,
"QuaterFinal": true,
"ScoresConfirmedPlayer1": true,
"ScoresConfirmedPlayer2": true,
"ScoresConfirmedPlayer3": true,
"ScoresConfirmedPlayer4": true,
"VerificationCode1": 21,
"VerificationCode2": 22,
"VerificationCode3": 23,
"VerificationCode4": 24,
"CreatedBy": 25,
"token": "sample string 26",
"approve": "sample string 27",
"verifyPlayerno": 28,
"MatchType": "sample string 29",
"TieScore1": 30,
"TieScore2": 31,
"Player1Mob": "sample string 32",
"Player2Mob": "sample string 33",
"Player3Mob": "sample string 34",
"Player4Mob": "sample string 35"
}
application/xml, text/xml
Sample:
<MatchPlayingDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SportClub.DTO"> <CreatedBy>25</CreatedBy> <Double>true</Double> <FinalWinner>true</FinalWinner> <Id>1</Id> <MatchDescription>sample string 14</MatchDescription> <MatchId>12</MatchId> <MatchType>sample string 29</MatchType> <Player1>sample string 3</Player1> <Player1Id>2</Player1Id> <Player1Mob>sample string 32</Player1Mob> <Player2>sample string 4</Player2> <Player2Id>7</Player2Id> <Player2Mob>sample string 33</Player2Mob> <Player3>sample string 5</Player3> <Player3Id>8</Player3Id> <Player3Mob>sample string 34</Player3Mob> <Player4>sample string 6</Player4> <Player4Id>9</Player4Id> <Player4Mob>sample string 35</Player4Mob> <PlayingDate>2025-12-06T05:41:04.2244852+01:00</PlayingDate> <PlayingLocation>sample string 13</PlayingLocation> <QuaterFinal>true</QuaterFinal> <Score1>10</Score1> <Score2>11</Score2> <ScoresConfirmedPlayer1>true</ScoresConfirmedPlayer1> <ScoresConfirmedPlayer2>true</ScoresConfirmedPlayer2> <ScoresConfirmedPlayer3>true</ScoresConfirmedPlayer3> <ScoresConfirmedPlayer4>true</ScoresConfirmedPlayer4> <SemiFinal>true</SemiFinal> <Single>true</Single> <TieScore1>30</TieScore1> <TieScore2>31</TieScore2> <VerificationCode1>21</VerificationCode1> <VerificationCode2>22</VerificationCode2> <VerificationCode3>23</VerificationCode3> <VerificationCode4>24</VerificationCode4> <approve>sample string 27</approve> <token>sample string 26</token> <verifyPlayerno>28</verifyPlayerno> </MatchPlayingDetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.