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-01-07T06:30:58.0260698Z",
"companyId": "79f67ba5-154b-407f-a89f-e06779ccef4e",
"orgId": "4d1e6138-751d-4f49-8df0-806cdbf9bc32",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "e19fa57f-ff24-4171-86e0-79968caa92d7",
"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-01-07T06:30:58.0260698Z",
"companyId": "79f67ba5-154b-407f-a89f-e06779ccef4e",
"orgId": "4d1e6138-751d-4f49-8df0-806cdbf9bc32",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "e19fa57f-ff24-4171-86e0-79968caa92d7",
"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>79f67ba5-154b-407f-a89f-e06779ccef4e</CompanyId>
<CreatedById>e19fa57f-ff24-4171-86e0-79968caa92d7</CreatedById>
<CreatedByName>sample string 20</CreatedByName>
<DistrictId>8</DistrictId>
<IsOrg>true</IsOrg>
<LastChangedDate>2026-01-07T07:30:58.0260698+01:00</LastChangedDate>
<Latitude>sample string 9</Latitude>
<LightingLux>14</LightingLux>
<Longitude>sample string 10</Longitude>
<OrgId>4d1e6138-751d-4f49-8df0-806cdbf9bc32</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>79f67ba5-154b-407f-a89f-e06779ccef4e</CompanyId>
<CreatedById>e19fa57f-ff24-4171-86e0-79968caa92d7</CreatedById>
<CreatedByName>sample string 20</CreatedByName>
<DistrictId>8</DistrictId>
<IsOrg>true</IsOrg>
<LastChangedDate>2026-01-07T07:30:58.0260698+01:00</LastChangedDate>
<Latitude>sample string 9</Latitude>
<LightingLux>14</LightingLux>
<Longitude>sample string 10</Longitude>
<OrgId>4d1e6138-751d-4f49-8df0-806cdbf9bc32</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-01-07T06:30:58.0260698Z",
"companyId": "9645dde3-3371-44a8-a994-4026dca75f63",
"orgId": "0ee33f60-7646-49b8-8b71-627cd81694d7",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "4d3632c2-db95-42db-8599-c6c50088c6ef",
"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-01-07T06:30:58.0260698Z",
"companyId": "9645dde3-3371-44a8-a994-4026dca75f63",
"orgId": "0ee33f60-7646-49b8-8b71-627cd81694d7",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "4d3632c2-db95-42db-8599-c6c50088c6ef",
"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>9645dde3-3371-44a8-a994-4026dca75f63</CompanyId>
<CreatedById>4d3632c2-db95-42db-8599-c6c50088c6ef</CreatedById>
<CreatedByName>sample string 20</CreatedByName>
<DistrictId>8</DistrictId>
<IsOrg>true</IsOrg>
<LastChangedDate>2026-01-07T07:30:58.0260698+01:00</LastChangedDate>
<Latitude>sample string 9</Latitude>
<LightingLux>14</LightingLux>
<Longitude>sample string 10</Longitude>
<OrgId>0ee33f60-7646-49b8-8b71-627cd81694d7</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>9645dde3-3371-44a8-a994-4026dca75f63</CompanyId>
<CreatedById>4d3632c2-db95-42db-8599-c6c50088c6ef</CreatedById>
<CreatedByName>sample string 20</CreatedByName>
<DistrictId>8</DistrictId>
<IsOrg>true</IsOrg>
<LastChangedDate>2026-01-07T07:30:58.0260698+01:00</LastChangedDate>
<Latitude>sample string 9</Latitude>
<LightingLux>14</LightingLux>
<Longitude>sample string 10</Longitude>
<OrgId>0ee33f60-7646-49b8-8b71-627cd81694d7</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>