POST api/v2/StadiumGroup/createStadiumGroup

Request Information

URI Parameters

None.

Body Parameters

StadiumGroup
NameDescriptionTypeAdditional 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": "30290b23-ae74-4723-8489-e40257605c2c",
  "orgId": "d711cfcf-56b9-44cb-86a8-5472be41e327",
  "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>30290b23-ae74-4723-8489-e40257605c2c</CompanyId>
  <IsVisible>true</IsVisible>
  <OrgId>d711cfcf-56b9-44cb-86a8-5472be41e327</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
NameDescriptionTypeAdditional 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-01T10:35:05.5538413Z",
    "lastCacheDate": "2026-01-01T10:35:05.5538413Z",
    "clubId": "80ea098f-11bd-4edb-8064-5b6ff3b71b55",
    "teamId": "147fa174-568b-4917-b2bc-a49977f9dc7f",
    "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-01T10:35:05.5538413Z",
    "lastCacheDate": "2026-01-01T10:35:05.5538413Z",
    "clubId": "80ea098f-11bd-4edb-8064-5b6ff3b71b55",
    "teamId": "147fa174-568b-4917-b2bc-a49977f9dc7f",
    "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>80ea098f-11bd-4edb-8064-5b6ff3b71b55</ClubId>
    <DistrictId>9</DistrictId>
    <Id>1</Id>
    <IsOrg>true</IsOrg>
    <LastCacheDate>2026-01-01T11:35:05.5538413+01:00</LastCacheDate>
    <LastChangedDate>2026-01-01T11:35:05.5538413+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>147fa174-568b-4917-b2bc-a49977f9dc7f</TeamId>
    <VisibleForTeams>true</VisibleForTeams>
  </NffStadiums>
  <NffStadiums>
    <Address>sample string 5</Address>
    <City>sample string 8</City>
    <ClubId>80ea098f-11bd-4edb-8064-5b6ff3b71b55</ClubId>
    <DistrictId>9</DistrictId>
    <Id>1</Id>
    <IsOrg>true</IsOrg>
    <LastCacheDate>2026-01-01T11:35:05.5538413+01:00</LastCacheDate>
    <LastChangedDate>2026-01-01T11:35:05.5538413+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>147fa174-568b-4917-b2bc-a49977f9dc7f</TeamId>
    <VisibleForTeams>true</VisibleForTeams>
  </NffStadiums>
</ArrayOfNffStadiums>