PUT api/TourneyRegs/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
BGMTourneyRegBindingModelName | Description | Type | Additional information |
---|---|---|---|
IDTourney | integer |
None. |
|
IDPlayer | integer |
None. |
|
RegCanceled | boolean |
None. |
|
reg_no | integer |
None. |
|
TourneyFullName | string |
None. |
|
PlayerFullName | string |
None. |
|
ChampID | integer |
None. |
|
ChampDescription | string |
None. |
|
ChampCurrent | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "IDTourney": 1, "IDPlayer": 2, "RegCanceled": true, "reg_no": 4, "TourneyFullName": "sample string 5", "PlayerFullName": "sample string 6", "ChampID": 7, "ChampDescription": "sample string 8", "ChampCurrent": true }
application/xml, text/xml
Sample:
<BGMTourneyRegBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BGManagerApi"> <ChampCurrent>true</ChampCurrent> <ChampDescription>sample string 8</ChampDescription> <ChampID>7</ChampID> <IDPlayer>2</IDPlayer> <IDTourney>1</IDTourney> <PlayerFullName>sample string 6</PlayerFullName> <RegCanceled>true</RegCanceled> <TourneyFullName>sample string 5</TourneyFullName> <reg_no>4</reg_no> </BGMTourneyRegBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.