POST api/V2/CustomStadiums/{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:09:31.9333497Z",
"companyId": "5f758d22-0d71-461d-9af4-8ae947c35367",
"orgId": "e7411584-b61c-4713-98e7-93f718c9fd5f",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "f3750d0b-d1b6-4dd6-b9c8-58497649694b",
"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:09:31.9333497Z",
"companyId": "5f758d22-0d71-461d-9af4-8ae947c35367",
"orgId": "e7411584-b61c-4713-98e7-93f718c9fd5f",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "f3750d0b-d1b6-4dd6-b9c8-58497649694b",
"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>5f758d22-0d71-461d-9af4-8ae947c35367</CompanyId>
<CreatedById>f3750d0b-d1b6-4dd6-b9c8-58497649694b</CreatedById>
<CreatedByName>sample string 20</CreatedByName>
<DistrictId>8</DistrictId>
<IsOrg>true</IsOrg>
<LastChangedDate>2026-03-02T22:09:31.9333497+01:00</LastChangedDate>
<Latitude>sample string 9</Latitude>
<LightingLux>14</LightingLux>
<Longitude>sample string 10</Longitude>
<OrgId>e7411584-b61c-4713-98e7-93f718c9fd5f</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>5f758d22-0d71-461d-9af4-8ae947c35367</CompanyId>
<CreatedById>f3750d0b-d1b6-4dd6-b9c8-58497649694b</CreatedById>
<CreatedByName>sample string 20</CreatedByName>
<DistrictId>8</DistrictId>
<IsOrg>true</IsOrg>
<LastChangedDate>2026-03-02T22:09:31.9333497+01:00</LastChangedDate>
<Latitude>sample string 9</Latitude>
<LightingLux>14</LightingLux>
<Longitude>sample string 10</Longitude>
<OrgId>e7411584-b61c-4713-98e7-93f718c9fd5f</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:09:31.9645904Z",
"companyId": "9a5889f0-e180-417e-b182-56ad11638fce",
"orgId": "2f5a593e-702a-4337-b797-b89a35a0ba03",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "24885a2b-c23c-48c6-af0b-60fc9bbc55ea",
"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:09:31.9645904Z",
"companyId": "9a5889f0-e180-417e-b182-56ad11638fce",
"orgId": "2f5a593e-702a-4337-b797-b89a35a0ba03",
"lightingLux": 14,
"stadiumParentId": 15,
"stadiumParentName": "sample string 16",
"isOrg": true,
"visibleForTeams": true,
"createdById": "24885a2b-c23c-48c6-af0b-60fc9bbc55ea",
"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>9a5889f0-e180-417e-b182-56ad11638fce</CompanyId>
<CreatedById>24885a2b-c23c-48c6-af0b-60fc9bbc55ea</CreatedById>
<CreatedByName>sample string 20</CreatedByName>
<DistrictId>8</DistrictId>
<IsOrg>true</IsOrg>
<LastChangedDate>2026-03-02T22:09:31.9645904+01:00</LastChangedDate>
<Latitude>sample string 9</Latitude>
<LightingLux>14</LightingLux>
<Longitude>sample string 10</Longitude>
<OrgId>2f5a593e-702a-4337-b797-b89a35a0ba03</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>9a5889f0-e180-417e-b182-56ad11638fce</CompanyId>
<CreatedById>24885a2b-c23c-48c6-af0b-60fc9bbc55ea</CreatedById>
<CreatedByName>sample string 20</CreatedByName>
<DistrictId>8</DistrictId>
<IsOrg>true</IsOrg>
<LastChangedDate>2026-03-02T22:09:31.9645904+01:00</LastChangedDate>
<Latitude>sample string 9</Latitude>
<LightingLux>14</LightingLux>
<Longitude>sample string 10</Longitude>
<OrgId>2f5a593e-702a-4337-b797-b89a35a0ba03</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>