POST api/V2StadiumGroup/{id}?stadiumGroupId={stadiumGroupId}&isClub={isClub}&count={count}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| stadiumGroupId | integer |
Required |
|
| id | globally unique identifier |
Required |
|
| isClub | boolean |
Required |
|
| count | integer |
Required |
Body Parameters
StadiumsInStadiumGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| StadiumGroupId | integer |
None. |
|
| StadiumId | integer |
None. |
|
| DistrictId | integer |
None. |
|
| StadiumName | string |
None. |
|
| VisibleForTeams | boolean |
None. |
|
| ParentStadiumId | integer |
None. |
|
| ShortName | string |
None. |
|
| TeamId | globally unique identifier |
None. |
|
| ClubId | globally unique identifier |
None. |
|
| SortOrder | integer |
None. |
|
| NoCredentials | boolean |
None. |
|
| StadiumParentId | integer |
None. |
|
| Stadiums | Collection of StadiumsInStadiumGroup |
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
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>