PUT api/v1/clubs/{clubId}
Updates the specified club.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clubId |
The club identifier. |
globally unique identifier |
Required |
Body Parameters
The club details.
ClubDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| ClubId | globally unique identifier |
None. |
|
| ClubKey | string |
Required String length: inclusive between 0 and 10 |
|
| Address | string |
String length: inclusive between 0 and 100 |
|
| City | string |
String length: inclusive between 0 and 100 |
|
| ClubName | string |
Required String length: inclusive between 0 and 100 |
|
| ContactName | string |
String length: inclusive between 0 and 100 |
|
| CountryId | globally unique identifier |
None. |
|
| DefaultStartType | integer |
None. |
|
| DefaultGliderFlightTypeId | globally unique identifier |
None. |
|
| DefaultTowFlightTypeId | globally unique identifier |
None. |
|
| DefaultMotorFlightTypeId | globally unique identifier |
None. |
|
| DefaultGliderBillingId | globally unique identifier |
None. |
|
| DefaultMotorBillingId | globally unique identifier |
None. |
|
| EmailAddress | string |
String length: inclusive between 0 and 256 |
|
| FaxNumber | string |
String length: inclusive between 0 and 30 |
|
| HomebaseId | globally unique identifier |
None. |
|
| LastDeliverySynchronisationOn | date |
None. |
|
| LastPersonSynchronisationOn | date |
None. |
|
| LastArticleSynchronisationOn | date |
None. |
|
| PhoneNumber | string |
String length: inclusive between 0 and 30 |
|
| WebPage | string |
String length: inclusive between 0 and 100 |
|
| ZipCode | string |
String length: inclusive between 0 and 10 |
|
| SendAircraftStatisticReportTo | string |
String length: inclusive between 0 and 250 |
|
| SendPlanningDayInfoMailTo | string |
String length: inclusive between 0 and 250 |
|
| SendDeliveryMailExportTo | string |
String length: inclusive between 0 and 250 |
|
| SendTrialFlightRegistrationOperatorEmailTo | string |
String length: inclusive between 0 and 250 |
|
| RunDeliveryCreationJob | boolean |
None. |
|
| RunDeliveryMailExportJob | boolean |
None. |
|
| ChangeReservationPeriod | integer |
None. |
|
| MinInAdvancePeriod | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Request Formats
application/json, text/json
{
"ClubId": "e683e106-6d01-49a3-92f8-311826c09c55",
"ClubKey": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"ClubName": "sample string 5",
"ContactName": "sample string 6",
"CountryId": "ba2484dd-489e-4bbe-8b78-156c6e321ebe",
"DefaultStartType": 1,
"DefaultGliderFlightTypeId": "124c4f9c-e73d-45fb-aedf-a1694657419b",
"DefaultTowFlightTypeId": "3c967e0a-e66a-4cea-bd76-dca052b2c382",
"DefaultMotorFlightTypeId": "5358dd31-7519-41d9-911f-a2e461673775",
"DefaultGliderBillingId": "379757de-2db3-4133-9630-9e36c2daf539",
"DefaultMotorBillingId": "790be51c-eefb-429a-a929-184f86e94ad3",
"EmailAddress": "sample string 8",
"FaxNumber": "sample string 9",
"HomebaseId": "8e5398e5-44db-4263-87eb-4253a7b01645",
"LastDeliverySynchronisationOn": "2026-03-04T10:52:05.2807494+01:00",
"LastPersonSynchronisationOn": "2026-03-04T10:52:05.2807494+01:00",
"LastArticleSynchronisationOn": "2026-03-04T10:52:05.2807494+01:00",
"PhoneNumber": "sample string 10",
"WebPage": "sample string 11",
"ZipCode": "sample string 12",
"SendAircraftStatisticReportTo": "sample string 13",
"SendPlanningDayInfoMailTo": "sample string 14",
"SendDeliveryMailExportTo": "sample string 15",
"SendTrialFlightRegistrationOperatorEmailTo": "sample string 16",
"RunDeliveryCreationJob": true,
"RunDeliveryMailExportJob": true,
"ChangeReservationPeriod": 1,
"MinInAdvancePeriod": 1,
"Id": "e683e106-6d01-49a3-92f8-311826c09c55",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"ClubId":"e683e106-6d01-49a3-92f8-311826c09c55","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"ba2484dd-489e-4bbe-8b78-156c6e321ebe","DefaultStartType":1,"DefaultGliderFlightTypeId":"124c4f9c-e73d-45fb-aedf-a1694657419b","DefaultTowFlightTypeId":"3c967e0a-e66a-4cea-bd76-dca052b2c382","DefaultMotorFlightTypeId":"5358dd31-7519-41d9-911f-a2e461673775","DefaultGliderBillingId":"379757de-2db3-4133-9630-9e36c2daf539","DefaultMotorBillingId":"790be51c-eefb-429a-a929-184f86e94ad3","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"8e5398e5-44db-4263-87eb-4253a7b01645","LastDeliverySynchronisationOn":"2026-03-04T10:52:05.2807494+01:00","LastPersonSynchronisationOn":"2026-03-04T10:52:05.2807494+01:00","LastArticleSynchronisationOn":"2026-03-04T10:52:05.2807494+01:00","PhoneNumber":"sample string 10","WebPage":"sample string 11","ZipCode":"sample string 12","SendAircraftStatisticReportTo":"sample string 13","SendPlanningDayInfoMailTo":"sample string 14","SendDeliveryMailExportTo":"sample string 15","SendTrialFlightRegistrationOperatorEmailTo":"sample string 16","RunDeliveryCreationJob":true,"RunDeliveryMailExportJob":true,"ChangeReservationPeriod":1,"MinInAdvancePeriod":1,"Id":"e683e106-6d01-49a3-92f8-311826c09c55","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
<ClubDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Club"> <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord> <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord> <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">e683e106-6d01-49a3-92f8-311826c09c55</Id> <Address>sample string 3</Address> <ChangeReservationPeriod>1</ChangeReservationPeriod> <City>sample string 4</City> <ClubId>e683e106-6d01-49a3-92f8-311826c09c55</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>ba2484dd-489e-4bbe-8b78-156c6e321ebe</CountryId> <DefaultGliderBillingId>379757de-2db3-4133-9630-9e36c2daf539</DefaultGliderBillingId> <DefaultGliderFlightTypeId>124c4f9c-e73d-45fb-aedf-a1694657419b</DefaultGliderFlightTypeId> <DefaultMotorBillingId>790be51c-eefb-429a-a929-184f86e94ad3</DefaultMotorBillingId> <DefaultMotorFlightTypeId>5358dd31-7519-41d9-911f-a2e461673775</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>3c967e0a-e66a-4cea-bd76-dca052b2c382</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>8e5398e5-44db-4263-87eb-4253a7b01645</HomebaseId> <LastArticleSynchronisationOn>2026-03-04T10:52:05.2807494+01:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2026-03-04T10:52:05.2807494+01:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2026-03-04T10:52:05.2807494+01:00</LastPersonSynchronisationOn> <MinInAdvancePeriod>1</MinInAdvancePeriod> <PhoneNumber>sample string 10</PhoneNumber> <RunDeliveryCreationJob>true</RunDeliveryCreationJob> <RunDeliveryMailExportJob>true</RunDeliveryMailExportJob> <SendAircraftStatisticReportTo>sample string 13</SendAircraftStatisticReportTo> <SendDeliveryMailExportTo>sample string 15</SendDeliveryMailExportTo> <SendPlanningDayInfoMailTo>sample string 14</SendPlanningDayInfoMailTo> <SendTrialFlightRegistrationOperatorEmailTo>sample string 16</SendTrialFlightRegistrationOperatorEmailTo> <WebPage>sample string 11</WebPage> <ZipCode>sample string 12</ZipCode> </ClubDetails>
application/x-www-form-urlencoded
Response Information
Resource Description
ClubDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| ClubId | globally unique identifier |
None. |
|
| ClubKey | string |
Required String length: inclusive between 0 and 10 |
|
| Address | string |
String length: inclusive between 0 and 100 |
|
| City | string |
String length: inclusive between 0 and 100 |
|
| ClubName | string |
Required String length: inclusive between 0 and 100 |
|
| ContactName | string |
String length: inclusive between 0 and 100 |
|
| CountryId | globally unique identifier |
None. |
|
| DefaultStartType | integer |
None. |
|
| DefaultGliderFlightTypeId | globally unique identifier |
None. |
|
| DefaultTowFlightTypeId | globally unique identifier |
None. |
|
| DefaultMotorFlightTypeId | globally unique identifier |
None. |
|
| DefaultGliderBillingId | globally unique identifier |
None. |
|
| DefaultMotorBillingId | globally unique identifier |
None. |
|
| EmailAddress | string |
String length: inclusive between 0 and 256 |
|
| FaxNumber | string |
String length: inclusive between 0 and 30 |
|
| HomebaseId | globally unique identifier |
None. |
|
| LastDeliverySynchronisationOn | date |
None. |
|
| LastPersonSynchronisationOn | date |
None. |
|
| LastArticleSynchronisationOn | date |
None. |
|
| PhoneNumber | string |
String length: inclusive between 0 and 30 |
|
| WebPage | string |
String length: inclusive between 0 and 100 |
|
| ZipCode | string |
String length: inclusive between 0 and 10 |
|
| SendAircraftStatisticReportTo | string |
String length: inclusive between 0 and 250 |
|
| SendPlanningDayInfoMailTo | string |
String length: inclusive between 0 and 250 |
|
| SendDeliveryMailExportTo | string |
String length: inclusive between 0 and 250 |
|
| SendTrialFlightRegistrationOperatorEmailTo | string |
String length: inclusive between 0 and 250 |
|
| RunDeliveryCreationJob | boolean |
None. |
|
| RunDeliveryMailExportJob | boolean |
None. |
|
| ChangeReservationPeriod | integer |
None. |
|
| MinInAdvancePeriod | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
{
"ClubId": "476f60be-cdd5-4180-8cb5-6f2cb511c241",
"ClubKey": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"ClubName": "sample string 5",
"ContactName": "sample string 6",
"CountryId": "8859ed9a-0702-489e-a205-bc6d98122cd6",
"DefaultStartType": 1,
"DefaultGliderFlightTypeId": "56ec6784-3cec-4493-9d8b-ae3fafa7a06c",
"DefaultTowFlightTypeId": "0b62d85a-6143-4887-9864-6ab4b84821f1",
"DefaultMotorFlightTypeId": "492b2f30-2313-4559-a271-77ee3baff3a4",
"DefaultGliderBillingId": "7a277f91-e8df-4d1b-8441-7b8a7f82f7d5",
"DefaultMotorBillingId": "ec52a204-a638-4ec8-a493-81d5fb4aae35",
"EmailAddress": "sample string 8",
"FaxNumber": "sample string 9",
"HomebaseId": "152cd40d-3e25-4dc6-a071-780eb3341508",
"LastDeliverySynchronisationOn": "2026-03-04T10:52:05.2807494+01:00",
"LastPersonSynchronisationOn": "2026-03-04T10:52:05.2807494+01:00",
"LastArticleSynchronisationOn": "2026-03-04T10:52:05.2807494+01:00",
"PhoneNumber": "sample string 10",
"WebPage": "sample string 11",
"ZipCode": "sample string 12",
"SendAircraftStatisticReportTo": "sample string 13",
"SendPlanningDayInfoMailTo": "sample string 14",
"SendDeliveryMailExportTo": "sample string 15",
"SendTrialFlightRegistrationOperatorEmailTo": "sample string 16",
"RunDeliveryCreationJob": true,
"RunDeliveryMailExportJob": true,
"ChangeReservationPeriod": 1,
"MinInAdvancePeriod": 1,
"Id": "476f60be-cdd5-4180-8cb5-6f2cb511c241",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"ClubId":"476f60be-cdd5-4180-8cb5-6f2cb511c241","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"8859ed9a-0702-489e-a205-bc6d98122cd6","DefaultStartType":1,"DefaultGliderFlightTypeId":"56ec6784-3cec-4493-9d8b-ae3fafa7a06c","DefaultTowFlightTypeId":"0b62d85a-6143-4887-9864-6ab4b84821f1","DefaultMotorFlightTypeId":"492b2f30-2313-4559-a271-77ee3baff3a4","DefaultGliderBillingId":"7a277f91-e8df-4d1b-8441-7b8a7f82f7d5","DefaultMotorBillingId":"ec52a204-a638-4ec8-a493-81d5fb4aae35","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"152cd40d-3e25-4dc6-a071-780eb3341508","LastDeliverySynchronisationOn":"2026-03-04T10:52:05.2807494+01:00","LastPersonSynchronisationOn":"2026-03-04T10:52:05.2807494+01:00","LastArticleSynchronisationOn":"2026-03-04T10:52:05.2807494+01:00","PhoneNumber":"sample string 10","WebPage":"sample string 11","ZipCode":"sample string 12","SendAircraftStatisticReportTo":"sample string 13","SendPlanningDayInfoMailTo":"sample string 14","SendDeliveryMailExportTo":"sample string 15","SendTrialFlightRegistrationOperatorEmailTo":"sample string 16","RunDeliveryCreationJob":true,"RunDeliveryMailExportJob":true,"ChangeReservationPeriod":1,"MinInAdvancePeriod":1,"Id":"476f60be-cdd5-4180-8cb5-6f2cb511c241","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
<ClubDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Club"> <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord> <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord> <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">476f60be-cdd5-4180-8cb5-6f2cb511c241</Id> <Address>sample string 3</Address> <ChangeReservationPeriod>1</ChangeReservationPeriod> <City>sample string 4</City> <ClubId>476f60be-cdd5-4180-8cb5-6f2cb511c241</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>8859ed9a-0702-489e-a205-bc6d98122cd6</CountryId> <DefaultGliderBillingId>7a277f91-e8df-4d1b-8441-7b8a7f82f7d5</DefaultGliderBillingId> <DefaultGliderFlightTypeId>56ec6784-3cec-4493-9d8b-ae3fafa7a06c</DefaultGliderFlightTypeId> <DefaultMotorBillingId>ec52a204-a638-4ec8-a493-81d5fb4aae35</DefaultMotorBillingId> <DefaultMotorFlightTypeId>492b2f30-2313-4559-a271-77ee3baff3a4</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>0b62d85a-6143-4887-9864-6ab4b84821f1</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>152cd40d-3e25-4dc6-a071-780eb3341508</HomebaseId> <LastArticleSynchronisationOn>2026-03-04T10:52:05.2807494+01:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2026-03-04T10:52:05.2807494+01:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2026-03-04T10:52:05.2807494+01:00</LastPersonSynchronisationOn> <MinInAdvancePeriod>1</MinInAdvancePeriod> <PhoneNumber>sample string 10</PhoneNumber> <RunDeliveryCreationJob>true</RunDeliveryCreationJob> <RunDeliveryMailExportJob>true</RunDeliveryMailExportJob> <SendAircraftStatisticReportTo>sample string 13</SendAircraftStatisticReportTo> <SendDeliveryMailExportTo>sample string 15</SendDeliveryMailExportTo> <SendPlanningDayInfoMailTo>sample string 14</SendPlanningDayInfoMailTo> <SendTrialFlightRegistrationOperatorEmailTo>sample string 16</SendTrialFlightRegistrationOperatorEmailTo> <WebPage>sample string 11</WebPage> <ZipCode>sample string 12</ZipCode> </ClubDetails>