POST Event/UpdateTournament
Request Information
URI Parameters
None.
Body Parameters
TournamentModelName | Description | Type | Additional information |
---|---|---|---|
TournamentId | string |
None. |
|
SportsId | integer |
None. |
|
TournamentName | string |
None. |
|
BetDelay | decimal number |
None. |
|
BeforeInplayMatchMaxStake | decimal number |
None. |
|
BeforeInplayMatchMinStake | decimal number |
None. |
|
MatchMaxStake | decimal number |
None. |
|
MatchMinStake | decimal number |
None. |
|
BeforeInplayBookMaxStake | decimal number |
None. |
|
BeforeInplayBookMinStake | decimal number |
None. |
|
BookMaxStake | decimal number |
None. |
|
BookMinStake | decimal number |
None. |
|
BeforeInplayFancyMaxStake | decimal number |
None. |
|
BeforeInplayFancyMinStake | decimal number |
None. |
|
FancyMaxStake | decimal number |
None. |
|
FancyMinStake | decimal number |
None. |
|
TossMaxStake | decimal number |
None. |
|
TossMinStake | decimal number |
None. |
|
TossMaxProfit | decimal number |
None. |
|
BookMaxProfit | decimal number |
None. |
|
MatchMaxProfit | decimal number |
None. |
|
UserId | integer |
None. |
|
id | integer |
None. |
|
deleted | boolean |
None. |
|
status | boolean |
None. |
|
createdOn | date |
None. |
|
updatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "TournamentId": "sample string 1", "SportsId": 2, "TournamentName": "sample string 3", "BetDelay": 4.1, "BeforeInplayMatchMaxStake": 5.1, "BeforeInplayMatchMinStake": 6.1, "MatchMaxStake": 7.1, "MatchMinStake": 8.1, "BeforeInplayBookMaxStake": 9.1, "BeforeInplayBookMinStake": 10.1, "BookMaxStake": 11.1, "BookMinStake": 12.1, "BeforeInplayFancyMaxStake": 13.1, "BeforeInplayFancyMinStake": 14.1, "FancyMaxStake": 15.1, "FancyMinStake": 16.1, "TossMaxStake": 17.1, "TossMinStake": 18.1, "TossMaxProfit": 19.1, "BookMaxProfit": 20.1, "MatchMaxProfit": 21.1, "UserId": 22, "id": 23, "deleted": true, "status": true, "createdOn": "2024-12-23T05:18:39.1343782+05:30", "updatedOn": "2024-12-23T05:18:39.1343782+05:30" }
application/xml, text/xml
Sample:
<TournamentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FixWebApi.Models"> <createdOn>2024-12-23T05:18:39.1343782+05:30</createdOn> <deleted>true</deleted> <id>23</id> <status>true</status> <updatedOn>2024-12-23T05:18:39.1343782+05:30</updatedOn> <BeforeInplayBookMaxStake>9.1</BeforeInplayBookMaxStake> <BeforeInplayBookMinStake>10.1</BeforeInplayBookMinStake> <BeforeInplayFancyMaxStake>13.1</BeforeInplayFancyMaxStake> <BeforeInplayFancyMinStake>14.1</BeforeInplayFancyMinStake> <BeforeInplayMatchMaxStake>5.1</BeforeInplayMatchMaxStake> <BeforeInplayMatchMinStake>6.1</BeforeInplayMatchMinStake> <BetDelay>4.1</BetDelay> <BookMaxProfit>20.1</BookMaxProfit> <BookMaxStake>11.1</BookMaxStake> <BookMinStake>12.1</BookMinStake> <FancyMaxStake>15.1</FancyMaxStake> <FancyMinStake>16.1</FancyMinStake> <MatchMaxProfit>21.1</MatchMaxProfit> <MatchMaxStake>7.1</MatchMaxStake> <MatchMinStake>8.1</MatchMinStake> <SportsId>2</SportsId> <TossMaxProfit>19.1</TossMaxProfit> <TossMaxStake>17.1</TossMaxStake> <TossMinStake>18.1</TossMinStake> <TournamentId>sample string 1</TournamentId> <TournamentName>sample string 3</TournamentName> <UserId>22</UserId> </TournamentModel>
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.