PUT api/Tourneys/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
BGMTourneyBindingModelName | Description | Type | Additional information |
---|---|---|---|
IDTourney | integer |
None. |
|
Description | string |
String length: inclusive between 0 and 50 |
|
fee | decimal number |
None. |
|
IDChampionship | integer |
None. |
|
IDCalendar | integer |
None. |
|
Notes | string |
Max length: 200 |
|
IDTourneyStat | integer |
None. |
|
TourneyStat | TourneyStat |
None. |
|
IDTourneyType | integer |
None. |
|
TourneyType | TourneyType |
None. |
|
IDTourneyLocation | integer |
None. |
|
TourneyLocation | TourneyLocation |
None. |
|
npoints | integer |
None. |
|
nmatches | integer |
None. |
|
PointStrategy | integer |
None. |
|
category | integer |
None. |
|
ChampID | integer |
None. |
|
ChampDescription | string |
None. |
|
ChampCurrent | boolean |
None. |
|
niscritti | integer |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.