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-02T03:53:00.5371002Z",
"companyId": "239b712f-2d16-4052-9955-08ddf2147862",
"orgId": "cd5b9023-edac-40c7-9ed8-cd859a97c934",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "23fd4f1c-a59f-4a1e-b57e-153965645da7",
"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>239b712f-2d16-4052-9955-08ddf2147862</CompanyId> <CreatedById>23fd4f1c-a59f-4a1e-b57e-153965645da7</CreatedById> <CreatedByName>sample string 20</CreatedByName> <DistrictId>8</DistrictId> <IsOrg>true</IsOrg> <LastChangedDate>2026-05-02T05:53:00.5371002+02:00</LastChangedDate> <Latitude>sample string 9</Latitude> <LightingLux>14</LightingLux> <Longitude>sample string 10</Longitude> <OrgId>cd5b9023-edac-40c7-9ed8-cd859a97c934</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:
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-02T03:53:00.5380997Z",
"companyId": "a9376eb5-f526-4bf7-af39-deaeea03fc20",
"orgId": "25ab9f3f-5bd9-428a-91a4-a4264ce1d3a5",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "c1b5d9d2-b4c8-458d-ac1a-c3777759616f",
"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>a9376eb5-f526-4bf7-af39-deaeea03fc20</CompanyId> <CreatedById>c1b5d9d2-b4c8-458d-ac1a-c3777759616f</CreatedById> <CreatedByName>sample string 20</CreatedByName> <DistrictId>8</DistrictId> <IsOrg>true</IsOrg> <LastChangedDate>2026-05-02T05:53:00.5380997+02:00</LastChangedDate> <Latitude>sample string 9</Latitude> <LightingLux>14</LightingLux> <Longitude>sample string 10</Longitude> <OrgId>25ab9f3f-5bd9-428a-91a4-a4264ce1d3a5</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>