POST api/v2/StadiumGroup/saveNewCustomStadiumInStadiumGroup?stadiumGroupId={stadiumGroupId}&id={id}&isClub={isClub}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| stadiumGroupId | integer |
Required |
|
| id | globally unique identifier |
Required |
|
| isClub | boolean |
Required |
Body Parameters
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:32:04.2828694Z",
"companyId": "aee1763d-5326-4d8d-bbeb-b53ec83cd44b",
"orgId": "9a29e940-7609-42ad-b1ab-4ae967575173",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "d83ae28d-a508-4768-ba7a-78ab18b903c7",
"createdByName": "sample string 20"
}
application/xml, text/xml
Sample:
<ClubStadiums xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes"> <Address>sample string 4</Address> <City>sample string 7</City> <CompanyId>aee1763d-5326-4d8d-bbeb-b53ec83cd44b</CompanyId> <CreatedById>d83ae28d-a508-4768-ba7a-78ab18b903c7</CreatedById> <CreatedByName>sample string 20</CreatedByName> <DistrictId>8</DistrictId> <IsOrg>true</IsOrg> <LastChangedDate>2026-01-07T07:32:04.2828694+01:00</LastChangedDate> <Latitude>sample string 9</Latitude> <LightingLux>14</LightingLux> <Longitude>sample string 10</Longitude> <OrgId>9a29e940-7609-42ad-b1ab-4ae967575173</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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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:32:04.2828694Z",
"companyId": "273de754-537a-47e8-8fac-8f2204ef66b3",
"orgId": "d9a33aa5-9e03-4183-9a4c-c371137f4bdc",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "229b0fdc-321a-4940-ba72-5dea7de4b87a",
"createdByName": "sample string 20"
}
application/xml, text/xml
Sample:
<ClubStadiums xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes"> <Address>sample string 4</Address> <City>sample string 7</City> <CompanyId>273de754-537a-47e8-8fac-8f2204ef66b3</CompanyId> <CreatedById>229b0fdc-321a-4940-ba72-5dea7de4b87a</CreatedById> <CreatedByName>sample string 20</CreatedByName> <DistrictId>8</DistrictId> <IsOrg>true</IsOrg> <LastChangedDate>2026-01-07T07:32:04.2828694+01:00</LastChangedDate> <Latitude>sample string 9</Latitude> <LightingLux>14</LightingLux> <Longitude>sample string 10</Longitude> <OrgId>d9a33aa5-9e03-4183-9a4c-c371137f4bdc</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>