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": "abc2e5a9-5177-4ac3-a776-928e17baad19",
"ClubKey": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"ClubName": "sample string 5",
"ContactName": "sample string 6",
"CountryId": "1908b3d8-f2af-422a-b94e-83094468b52b",
"DefaultStartType": 1,
"DefaultGliderFlightTypeId": "c7e10103-4b00-410c-a887-844c8b0fab11",
"DefaultTowFlightTypeId": "c41021bd-e0a2-4657-ad92-68e8845994ec",
"DefaultMotorFlightTypeId": "9e2147a8-a391-484b-b708-c929d7606b5a",
"DefaultGliderBillingId": "d27f88f8-0db6-4662-a266-83b4cd5cf021",
"DefaultMotorBillingId": "dee83567-bf5a-4f88-8080-a8843edc4052",
"EmailAddress": "sample string 8",
"FaxNumber": "sample string 9",
"HomebaseId": "2f5dde06-43ef-4f2e-ba74-ba59b61a4aba",
"LastDeliverySynchronisationOn": "2025-10-27T10:40:07.620566+01:00",
"LastPersonSynchronisationOn": "2025-10-27T10:40:07.620566+01:00",
"LastArticleSynchronisationOn": "2025-10-27T10:40:07.620566+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": "abc2e5a9-5177-4ac3-a776-928e17baad19",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"ClubId":"abc2e5a9-5177-4ac3-a776-928e17baad19","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"1908b3d8-f2af-422a-b94e-83094468b52b","DefaultStartType":1,"DefaultGliderFlightTypeId":"c7e10103-4b00-410c-a887-844c8b0fab11","DefaultTowFlightTypeId":"c41021bd-e0a2-4657-ad92-68e8845994ec","DefaultMotorFlightTypeId":"9e2147a8-a391-484b-b708-c929d7606b5a","DefaultGliderBillingId":"d27f88f8-0db6-4662-a266-83b4cd5cf021","DefaultMotorBillingId":"dee83567-bf5a-4f88-8080-a8843edc4052","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"2f5dde06-43ef-4f2e-ba74-ba59b61a4aba","LastDeliverySynchronisationOn":"2025-10-27T10:40:07.620566+01:00","LastPersonSynchronisationOn":"2025-10-27T10:40:07.620566+01:00","LastArticleSynchronisationOn":"2025-10-27T10:40:07.620566+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":"abc2e5a9-5177-4ac3-a776-928e17baad19","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">abc2e5a9-5177-4ac3-a776-928e17baad19</Id> <Address>sample string 3</Address> <ChangeReservationPeriod>1</ChangeReservationPeriod> <City>sample string 4</City> <ClubId>abc2e5a9-5177-4ac3-a776-928e17baad19</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>1908b3d8-f2af-422a-b94e-83094468b52b</CountryId> <DefaultGliderBillingId>d27f88f8-0db6-4662-a266-83b4cd5cf021</DefaultGliderBillingId> <DefaultGliderFlightTypeId>c7e10103-4b00-410c-a887-844c8b0fab11</DefaultGliderFlightTypeId> <DefaultMotorBillingId>dee83567-bf5a-4f88-8080-a8843edc4052</DefaultMotorBillingId> <DefaultMotorFlightTypeId>9e2147a8-a391-484b-b708-c929d7606b5a</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>c41021bd-e0a2-4657-ad92-68e8845994ec</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>2f5dde06-43ef-4f2e-ba74-ba59b61a4aba</HomebaseId> <LastArticleSynchronisationOn>2025-10-27T10:40:07.620566+01:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2025-10-27T10:40:07.620566+01:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2025-10-27T10:40:07.620566+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": "ec4ae899-4d0f-4ebf-82fd-9415ba231bf4",
"ClubKey": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"ClubName": "sample string 5",
"ContactName": "sample string 6",
"CountryId": "41b2be2d-15a2-4cb5-ad9d-d07305b7667c",
"DefaultStartType": 1,
"DefaultGliderFlightTypeId": "0b2662ea-47dc-4eb9-bc60-9b5cef1ccfc5",
"DefaultTowFlightTypeId": "6f705bb8-8477-49a9-b81a-7f3f099bb723",
"DefaultMotorFlightTypeId": "2cf60037-e8ef-4590-8bb4-f0e5e26e72c6",
"DefaultGliderBillingId": "5719cb47-4285-42fd-97cc-0ea5c8284ec8",
"DefaultMotorBillingId": "20934f05-2963-4823-9dc0-1b4fbfa116de",
"EmailAddress": "sample string 8",
"FaxNumber": "sample string 9",
"HomebaseId": "14842cfc-9af4-48ba-a2e8-ed953151e3c0",
"LastDeliverySynchronisationOn": "2025-10-27T10:40:07.6215607+01:00",
"LastPersonSynchronisationOn": "2025-10-27T10:40:07.6215607+01:00",
"LastArticleSynchronisationOn": "2025-10-27T10:40:07.6215607+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": "ec4ae899-4d0f-4ebf-82fd-9415ba231bf4",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"ClubId":"ec4ae899-4d0f-4ebf-82fd-9415ba231bf4","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"41b2be2d-15a2-4cb5-ad9d-d07305b7667c","DefaultStartType":1,"DefaultGliderFlightTypeId":"0b2662ea-47dc-4eb9-bc60-9b5cef1ccfc5","DefaultTowFlightTypeId":"6f705bb8-8477-49a9-b81a-7f3f099bb723","DefaultMotorFlightTypeId":"2cf60037-e8ef-4590-8bb4-f0e5e26e72c6","DefaultGliderBillingId":"5719cb47-4285-42fd-97cc-0ea5c8284ec8","DefaultMotorBillingId":"20934f05-2963-4823-9dc0-1b4fbfa116de","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"14842cfc-9af4-48ba-a2e8-ed953151e3c0","LastDeliverySynchronisationOn":"2025-10-27T10:40:07.6215607+01:00","LastPersonSynchronisationOn":"2025-10-27T10:40:07.6215607+01:00","LastArticleSynchronisationOn":"2025-10-27T10:40:07.6215607+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":"ec4ae899-4d0f-4ebf-82fd-9415ba231bf4","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">ec4ae899-4d0f-4ebf-82fd-9415ba231bf4</Id> <Address>sample string 3</Address> <ChangeReservationPeriod>1</ChangeReservationPeriod> <City>sample string 4</City> <ClubId>ec4ae899-4d0f-4ebf-82fd-9415ba231bf4</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>41b2be2d-15a2-4cb5-ad9d-d07305b7667c</CountryId> <DefaultGliderBillingId>5719cb47-4285-42fd-97cc-0ea5c8284ec8</DefaultGliderBillingId> <DefaultGliderFlightTypeId>0b2662ea-47dc-4eb9-bc60-9b5cef1ccfc5</DefaultGliderFlightTypeId> <DefaultMotorBillingId>20934f05-2963-4823-9dc0-1b4fbfa116de</DefaultMotorBillingId> <DefaultMotorFlightTypeId>2cf60037-e8ef-4590-8bb4-f0e5e26e72c6</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>6f705bb8-8477-49a9-b81a-7f3f099bb723</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>14842cfc-9af4-48ba-a2e8-ed953151e3c0</HomebaseId> <LastArticleSynchronisationOn>2025-10-27T10:40:07.6215607+01:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2025-10-27T10:40:07.6215607+01:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2025-10-27T10:40:07.6215607+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>