POST api/V2/notNFFStadiums/{id}/{isOrg}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| isOrg | boolean |
Required |
Body Parameters
Collection of ClubStadiums| Name | Description | Type | Additional information |
|---|---|---|---|
| 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. |
|
| CompanyId | globally unique identifier |
None. |
|
| OrgId | globally unique identifier |
None. |
|
| LightingLux | integer |
None. |
|
| StadiumParentId | integer |
None. |
|
| StadiumParentName | string |
None. |
|
| IsOrg | boolean |
None. |
|
| VisibleForTeams | boolean |
None. |
|
| CreatedById | globally unique identifier |
None. |
|
| CreatedByName | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"stadiumId": 1,
"stadiumName": "sample string 2",
"surfaceName": "sample string 3",
"address": "sample string 4",
"postalCode": "sample string 5",
"postadresse": "sample string 6",
"city": "sample string 7",
"districtId": 8,
"latitude": "sample string 9",
"longitude": "sample string 10",
"lastChangedDate": "2026-03-02T21:11:28.8796245Z",
"companyId": "bc614bdb-30fc-4829-8f17-5f61a803de57",
"orgId": "f1991247-eca9-47db-82d5-d8fc570f739f",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "a86403b5-41d4-4eeb-bb52-b761448cfbd1",
"createdByName": "sample string 20"
},
{
"stadiumId": 1,
"stadiumName": "sample string 2",
"surfaceName": "sample string 3",
"address": "sample string 4",
"postalCode": "sample string 5",
"postadresse": "sample string 6",
"city": "sample string 7",
"districtId": 8,
"latitude": "sample string 9",
"longitude": "sample string 10",
"lastChangedDate": "2026-03-02T21:11:28.8796245Z",
"companyId": "bc614bdb-30fc-4829-8f17-5f61a803de57",
"orgId": "f1991247-eca9-47db-82d5-d8fc570f739f",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "a86403b5-41d4-4eeb-bb52-b761448cfbd1",
"createdByName": "sample string 20"
}
]
application/xml, text/xml
Sample:
<ArrayOfClubStadiums xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes">
<ClubStadiums>
<Address>sample string 4</Address>
<City>sample string 7</City>
<CompanyId>bc614bdb-30fc-4829-8f17-5f61a803de57</CompanyId>
<CreatedById>a86403b5-41d4-4eeb-bb52-b761448cfbd1</CreatedById>
<CreatedByName>sample string 20</CreatedByName>
<DistrictId>8</DistrictId>
<IsOrg>true</IsOrg>
<LastChangedDate>2026-03-02T22:11:28.8796245+01:00</LastChangedDate>
<Latitude>sample string 9</Latitude>
<LightingLux>14</LightingLux>
<Longitude>sample string 10</Longitude>
<OrgId>f1991247-eca9-47db-82d5-d8fc570f739f</OrgId>
<Postadresse>sample string 6</Postadresse>
<PostalCode>sample string 5</PostalCode>
<StadiumId>1</StadiumId>
<StadiumName>sample string 2</StadiumName>
<StadiumParentId>15</StadiumParentId>
<StadiumParentName>sample string 16</StadiumParentName>
<SurfaceName>sample string 3</SurfaceName>
<VisibleForTeams>true</VisibleForTeams>
</ClubStadiums>
<ClubStadiums>
<Address>sample string 4</Address>
<City>sample string 7</City>
<CompanyId>bc614bdb-30fc-4829-8f17-5f61a803de57</CompanyId>
<CreatedById>a86403b5-41d4-4eeb-bb52-b761448cfbd1</CreatedById>
<CreatedByName>sample string 20</CreatedByName>
<DistrictId>8</DistrictId>
<IsOrg>true</IsOrg>
<LastChangedDate>2026-03-02T22:11:28.8796245+01:00</LastChangedDate>
<Latitude>sample string 9</Latitude>
<LightingLux>14</LightingLux>
<Longitude>sample string 10</Longitude>
<OrgId>f1991247-eca9-47db-82d5-d8fc570f739f</OrgId>
<Postadresse>sample string 6</Postadresse>
<PostalCode>sample string 5</PostalCode>
<StadiumId>1</StadiumId>
<StadiumName>sample string 2</StadiumName>
<StadiumParentId>15</StadiumParentId>
<StadiumParentName>sample string 16</StadiumParentName>
<SurfaceName>sample string 3</SurfaceName>
<VisibleForTeams>true</VisibleForTeams>
</ClubStadiums>
</ArrayOfClubStadiums>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ClubStadiums| Name | Description | Type | Additional information |
|---|---|---|---|
| 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. |
|
| CompanyId | globally unique identifier |
None. |
|
| OrgId | globally unique identifier |
None. |
|
| LightingLux | integer |
None. |
|
| StadiumParentId | integer |
None. |
|
| StadiumParentName | string |
None. |
|
| IsOrg | boolean |
None. |
|
| VisibleForTeams | boolean |
None. |
|
| CreatedById | globally unique identifier |
None. |
|
| CreatedByName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"stadiumId": 1,
"stadiumName": "sample string 2",
"surfaceName": "sample string 3",
"address": "sample string 4",
"postalCode": "sample string 5",
"postadresse": "sample string 6",
"city": "sample string 7",
"districtId": 8,
"latitude": "sample string 9",
"longitude": "sample string 10",
"lastChangedDate": "2026-03-02T21:11:28.8796245Z",
"companyId": "ae54e6a4-386d-4679-bf18-22f305756668",
"orgId": "850e2953-9d03-48c7-980e-8f9b8d3cc032",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "5f182636-760b-487f-b7d7-ff199f568952",
"createdByName": "sample string 20"
},
{
"stadiumId": 1,
"stadiumName": "sample string 2",
"surfaceName": "sample string 3",
"address": "sample string 4",
"postalCode": "sample string 5",
"postadresse": "sample string 6",
"city": "sample string 7",
"districtId": 8,
"latitude": "sample string 9",
"longitude": "sample string 10",
"lastChangedDate": "2026-03-02T21:11:28.8796245Z",
"companyId": "ae54e6a4-386d-4679-bf18-22f305756668",
"orgId": "850e2953-9d03-48c7-980e-8f9b8d3cc032",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "5f182636-760b-487f-b7d7-ff199f568952",
"createdByName": "sample string 20"
}
]
application/xml, text/xml
Sample:
<ArrayOfClubStadiums xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes">
<ClubStadiums>
<Address>sample string 4</Address>
<City>sample string 7</City>
<CompanyId>ae54e6a4-386d-4679-bf18-22f305756668</CompanyId>
<CreatedById>5f182636-760b-487f-b7d7-ff199f568952</CreatedById>
<CreatedByName>sample string 20</CreatedByName>
<DistrictId>8</DistrictId>
<IsOrg>true</IsOrg>
<LastChangedDate>2026-03-02T22:11:28.8796245+01:00</LastChangedDate>
<Latitude>sample string 9</Latitude>
<LightingLux>14</LightingLux>
<Longitude>sample string 10</Longitude>
<OrgId>850e2953-9d03-48c7-980e-8f9b8d3cc032</OrgId>
<Postadresse>sample string 6</Postadresse>
<PostalCode>sample string 5</PostalCode>
<StadiumId>1</StadiumId>
<StadiumName>sample string 2</StadiumName>
<StadiumParentId>15</StadiumParentId>
<StadiumParentName>sample string 16</StadiumParentName>
<SurfaceName>sample string 3</SurfaceName>
<VisibleForTeams>true</VisibleForTeams>
</ClubStadiums>
<ClubStadiums>
<Address>sample string 4</Address>
<City>sample string 7</City>
<CompanyId>ae54e6a4-386d-4679-bf18-22f305756668</CompanyId>
<CreatedById>5f182636-760b-487f-b7d7-ff199f568952</CreatedById>
<CreatedByName>sample string 20</CreatedByName>
<DistrictId>8</DistrictId>
<IsOrg>true</IsOrg>
<LastChangedDate>2026-03-02T22:11:28.8796245+01:00</LastChangedDate>
<Latitude>sample string 9</Latitude>
<LightingLux>14</LightingLux>
<Longitude>sample string 10</Longitude>
<OrgId>850e2953-9d03-48c7-980e-8f9b8d3cc032</OrgId>
<Postadresse>sample string 6</Postadresse>
<PostalCode>sample string 5</PostalCode>
<StadiumId>1</StadiumId>
<StadiumName>sample string 2</StadiumName>
<StadiumParentId>15</StadiumParentId>
<StadiumParentName>sample string 16</StadiumParentName>
<SurfaceName>sample string 3</SurfaceName>
<VisibleForTeams>true</VisibleForTeams>
</ClubStadiums>
</ArrayOfClubStadiums>