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-05-03T20:10:03.4250061Z",
"companyId": "ab32c38a-5293-4da1-b587-d41b7860b6e2",
"orgId": "ee3c1bc4-ac54-4413-a539-c535348363d2",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "6fa1043e-d755-4628-a32b-5a3bda73579d",
"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>ab32c38a-5293-4da1-b587-d41b7860b6e2</CompanyId> <CreatedById>6fa1043e-d755-4628-a32b-5a3bda73579d</CreatedById> <CreatedByName>sample string 20</CreatedByName> <DistrictId>8</DistrictId> <IsOrg>true</IsOrg> <LastChangedDate>2026-05-03T22:10:03.4250061+02:00</LastChangedDate> <Latitude>sample string 9</Latitude> <LightingLux>14</LightingLux> <Longitude>sample string 10</Longitude> <OrgId>ee3c1bc4-ac54-4413-a539-c535348363d2</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-05-03T20:10:03.4250061Z",
"companyId": "1a0ab181-e4be-4355-bc1f-13871a57d57b",
"orgId": "8c7e618d-0c53-47c8-9341-c8d664bac79f",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "824accaf-f668-4d42-84ef-8b2f590c539e",
"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>1a0ab181-e4be-4355-bc1f-13871a57d57b</CompanyId> <CreatedById>824accaf-f668-4d42-84ef-8b2f590c539e</CreatedById> <CreatedByName>sample string 20</CreatedByName> <DistrictId>8</DistrictId> <IsOrg>true</IsOrg> <LastChangedDate>2026-05-03T22:10:03.4250061+02:00</LastChangedDate> <Latitude>sample string 9</Latitude> <LightingLux>14</LightingLux> <Longitude>sample string 10</Longitude> <OrgId>8c7e618d-0c53-47c8-9341-c8d664bac79f</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>