POST api/v2/StadiumGroup/createStadiumGroup
Request Information
URI Parameters
None.
Body Parameters
StadiumGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| StadiumGroupId | integer |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| OrgId | globally unique identifier |
None. |
|
| StadiumGroupName | string |
None. |
|
| IsVisible | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"stadiumGroupId": 1,
"companyId": "1da9457d-3917-4bcc-8b4a-422b97dfb999",
"orgId": "95791f59-110a-44d2-b6dd-86fe78896aa8",
"stadiumGroupName": "sample string 4",
"isVisible": true
}
application/xml, text/xml
Sample:
<StadiumGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes"> <CompanyId>1da9457d-3917-4bcc-8b4a-422b97dfb999</CompanyId> <IsVisible>true</IsVisible> <OrgId>95791f59-110a-44d2-b6dd-86fe78896aa8</OrgId> <StadiumGroupId>1</StadiumGroupId> <StadiumGroupName>sample string 4</StadiumGroupName> </StadiumGroup>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of NffStadiums| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| StadiumId | integer |
None. |
|
| StadiumName | string |
None. |
|
| SurfaceName | string |
None. |
|
| Address | string |
None. |
|
| PostalCode | string |
None. |
|
| Postadresse | string |
None. |
|
| City | string |
None. |
|
| DistrictId | integer |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
|
| LastChangedDate | date |
None. |
|
| LastCacheDate | date |
None. |
|
| ClubId | globally unique identifier |
None. |
|
| TeamId | globally unique identifier |
None. |
|
| LightingLux | integer |
None. |
|
| StadiumParentId | integer |
None. |
|
| StadiumParentName | string |
None. |
|
| StadiumType | integer |
None. |
|
| IsOrg | boolean |
None. |
|
| VisibleForTeams | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"stadiumId": 2,
"stadiumName": "sample string 3",
"surfaceName": "sample string 4",
"address": "sample string 5",
"postalCode": "sample string 6",
"postadresse": "sample string 7",
"city": "sample string 8",
"districtId": 9,
"latitude": "sample string 10",
"longitude": "sample string 11",
"lastChangedDate": "2026-01-07T06:30:07.5223036Z",
"lastCacheDate": "2026-01-07T06:30:07.5223036Z",
"clubId": "8db84fd6-8d70-4e24-aee7-6cb26eefb703",
"teamId": "862081a9-e492-4aff-a904-1ea040feeb81",
"lightingLux": 16,
"stadiumParentId": 17,
"stadiumParentName": "sample string 18",
"stadiumType": 19,
"isOrg": true,
"visibleForTeams": true
},
{
"id": 1,
"stadiumId": 2,
"stadiumName": "sample string 3",
"surfaceName": "sample string 4",
"address": "sample string 5",
"postalCode": "sample string 6",
"postadresse": "sample string 7",
"city": "sample string 8",
"districtId": 9,
"latitude": "sample string 10",
"longitude": "sample string 11",
"lastChangedDate": "2026-01-07T06:30:07.5223036Z",
"lastCacheDate": "2026-01-07T06:30:07.5223036Z",
"clubId": "8db84fd6-8d70-4e24-aee7-6cb26eefb703",
"teamId": "862081a9-e492-4aff-a904-1ea040feeb81",
"lightingLux": 16,
"stadiumParentId": 17,
"stadiumParentName": "sample string 18",
"stadiumType": 19,
"isOrg": true,
"visibleForTeams": true
}
]
application/xml, text/xml
Sample:
<ArrayOfNffStadiums xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes">
<NffStadiums>
<Address>sample string 5</Address>
<City>sample string 8</City>
<ClubId>8db84fd6-8d70-4e24-aee7-6cb26eefb703</ClubId>
<DistrictId>9</DistrictId>
<Id>1</Id>
<IsOrg>true</IsOrg>
<LastCacheDate>2026-01-07T07:30:07.5223036+01:00</LastCacheDate>
<LastChangedDate>2026-01-07T07:30:07.5223036+01:00</LastChangedDate>
<Latitude>sample string 10</Latitude>
<LightingLux>16</LightingLux>
<Longitude>sample string 11</Longitude>
<Postadresse>sample string 7</Postadresse>
<PostalCode>sample string 6</PostalCode>
<StadiumId>2</StadiumId>
<StadiumName>sample string 3</StadiumName>
<StadiumParentId>17</StadiumParentId>
<StadiumParentName>sample string 18</StadiumParentName>
<StadiumType>19</StadiumType>
<SurfaceName>sample string 4</SurfaceName>
<TeamId>862081a9-e492-4aff-a904-1ea040feeb81</TeamId>
<VisibleForTeams>true</VisibleForTeams>
</NffStadiums>
<NffStadiums>
<Address>sample string 5</Address>
<City>sample string 8</City>
<ClubId>8db84fd6-8d70-4e24-aee7-6cb26eefb703</ClubId>
<DistrictId>9</DistrictId>
<Id>1</Id>
<IsOrg>true</IsOrg>
<LastCacheDate>2026-01-07T07:30:07.5223036+01:00</LastCacheDate>
<LastChangedDate>2026-01-07T07:30:07.5223036+01:00</LastChangedDate>
<Latitude>sample string 10</Latitude>
<LightingLux>16</LightingLux>
<Longitude>sample string 11</Longitude>
<Postadresse>sample string 7</Postadresse>
<PostalCode>sample string 6</PostalCode>
<StadiumId>2</StadiumId>
<StadiumName>sample string 3</StadiumName>
<StadiumParentId>17</StadiumParentId>
<StadiumParentName>sample string 18</StadiumParentName>
<StadiumType>19</StadiumType>
<SurfaceName>sample string 4</SurfaceName>
<TeamId>862081a9-e492-4aff-a904-1ea040feeb81</TeamId>
<VisibleForTeams>true</VisibleForTeams>
</NffStadiums>
</ArrayOfNffStadiums>