GET api/V2/org/GetClub/{clubId}
Get singel org user is entitled to
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clubId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Organization| Name | Description | Type | Additional information |
|---|---|---|---|
| OrgId | globally unique identifier |
None. |
|
| ContactEmail | string |
None. |
|
| ContactPhone | string |
None. |
|
| CompanyName | string |
None. |
|
| ContactPerson | string |
None. |
|
| ContactPersonEmail | string |
None. |
|
| Address | string |
None. |
|
| PostalAddress | string |
None. |
|
| PostalCode | string |
None. |
|
| Cid | integer |
None. |
|
| Cwd | globally unique identifier |
None. |
|
| ClubId | integer |
None. |
|
| DistrictId | integer |
None. |
|
| DistrictName | string |
None. |
|
| ShowMatchesFrom | decimal number |
None. |
|
| ShowMatchesTo | decimal number |
None. |
|
| Moduler | Collection of OrgModules |
None. |
Response Formats
application/json, text/json
Sample:
{
"orgId": "a3ad01f9-0589-4ffc-b9d3-922c9059b310",
"contactEmail": "sample string 2",
"contactPhone": "sample string 3",
"companyName": "sample string 5",
"contactPerson": "sample string 6",
"contactPersonEmail": "sample string 7",
"address": "sample string 8",
"postalAddress": "sample string 9",
"postalCode": "sample string 10",
"cid": 15,
"cwd": "07b3de90-3381-4003-bf30-bc85d657eece",
"clubId": 17,
"districtId": 18,
"districtName": "sample string 19",
"showMatchesFrom": 20.1,
"showMatchesTo": 21.1,
"moduler": [
{
"id": 1,
"orgId": "78d63a12-2545-4768-82a9-ea9214c018f3",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true,
"used": true
},
{
"id": 1,
"orgId": "78d63a12-2545-4768-82a9-ea9214c018f3",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true,
"used": true
}
]
}
application/xml, text/xml
Sample:
<Organization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes">
<Address>sample string 8</Address>
<Cid>15</Cid>
<ClubId>17</ClubId>
<CompanyName>sample string 5</CompanyName>
<ContactEmail>sample string 2</ContactEmail>
<ContactPerson>sample string 6</ContactPerson>
<ContactPersonEmail>sample string 7</ContactPersonEmail>
<ContactPhone>sample string 3</ContactPhone>
<CreatedBy>a6a315bb-7496-4d83-af28-6893b9c35297</CreatedBy>
<CreatedDate>2026-01-01T11:39:08.1183537+01:00</CreatedDate>
<Cwd>07b3de90-3381-4003-bf30-bc85d657eece</Cwd>
<DistrictId>18</DistrictId>
<DistrictName>sample string 19</DistrictName>
<Moduler>
<OrgModules>
<Id>1</Id>
<IsOrgModule>true</IsOrgModule>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
<OrgId>78d63a12-2545-4768-82a9-ea9214c018f3</OrgId>
<Used>true</Used>
</OrgModules>
<OrgModules>
<Id>1</Id>
<IsOrgModule>true</IsOrgModule>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
<OrgId>78d63a12-2545-4768-82a9-ea9214c018f3</OrgId>
<Used>true</Used>
</OrgModules>
</Moduler>
<OrgId>a3ad01f9-0589-4ffc-b9d3-922c9059b310</OrgId>
<PostalAddress>sample string 9</PostalAddress>
<PostalCode>sample string 10</PostalCode>
<ShowMatchesFrom>20.1</ShowMatchesFrom>
<ShowMatchesTo>21.1</ShowMatchesTo>
<UpdateDate>2026-01-01T11:39:08.1183537+01:00</UpdateDate>
<UpdatedBy>f2723354-94ff-49ff-ab31-59bbdd59a4e8</UpdatedBy>
<UserId>145dc8bd-cd20-4066-b252-bee499a00b45</UserId>
</Organization>