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": "873d3648-1cf2-4bbf-bd6b-09120159579d",
"ClubKey": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"ClubName": "sample string 5",
"ContactName": "sample string 6",
"CountryId": "cf1de04d-ff4c-44ef-a363-a44f7161e76e",
"DefaultStartType": 1,
"DefaultGliderFlightTypeId": "2df4a297-1488-444b-8a44-a43fcb97e0d3",
"DefaultTowFlightTypeId": "8afb37da-fef9-42ff-9dba-ab4575323827",
"DefaultMotorFlightTypeId": "569af9a4-dfe1-4683-a7ba-c3c3a7e33823",
"DefaultGliderBillingId": "f5f171e7-839f-422e-8c2e-bbd9cf01944e",
"DefaultMotorBillingId": "0ca156ed-d02e-47e7-82d2-cbf08db90590",
"EmailAddress": "sample string 8",
"FaxNumber": "sample string 9",
"HomebaseId": "7c2fbd0b-3fcd-4dd0-9763-27a4cc96e85c",
"LastDeliverySynchronisationOn": "2026-07-25T06:10:44.6194961+02:00",
"LastPersonSynchronisationOn": "2026-07-25T06:10:44.6194961+02:00",
"LastArticleSynchronisationOn": "2026-07-25T06:10:44.6194961+02: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": "873d3648-1cf2-4bbf-bd6b-09120159579d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"ClubId":"873d3648-1cf2-4bbf-bd6b-09120159579d","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"cf1de04d-ff4c-44ef-a363-a44f7161e76e","DefaultStartType":1,"DefaultGliderFlightTypeId":"2df4a297-1488-444b-8a44-a43fcb97e0d3","DefaultTowFlightTypeId":"8afb37da-fef9-42ff-9dba-ab4575323827","DefaultMotorFlightTypeId":"569af9a4-dfe1-4683-a7ba-c3c3a7e33823","DefaultGliderBillingId":"f5f171e7-839f-422e-8c2e-bbd9cf01944e","DefaultMotorBillingId":"0ca156ed-d02e-47e7-82d2-cbf08db90590","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"7c2fbd0b-3fcd-4dd0-9763-27a4cc96e85c","LastDeliverySynchronisationOn":"2026-07-25T06:10:44.6194961+02:00","LastPersonSynchronisationOn":"2026-07-25T06:10:44.6194961+02:00","LastArticleSynchronisationOn":"2026-07-25T06:10:44.6194961+02: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":"873d3648-1cf2-4bbf-bd6b-09120159579d","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">873d3648-1cf2-4bbf-bd6b-09120159579d</Id> <Address>sample string 3</Address> <ChangeReservationPeriod>1</ChangeReservationPeriod> <City>sample string 4</City> <ClubId>873d3648-1cf2-4bbf-bd6b-09120159579d</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>cf1de04d-ff4c-44ef-a363-a44f7161e76e</CountryId> <DefaultGliderBillingId>f5f171e7-839f-422e-8c2e-bbd9cf01944e</DefaultGliderBillingId> <DefaultGliderFlightTypeId>2df4a297-1488-444b-8a44-a43fcb97e0d3</DefaultGliderFlightTypeId> <DefaultMotorBillingId>0ca156ed-d02e-47e7-82d2-cbf08db90590</DefaultMotorBillingId> <DefaultMotorFlightTypeId>569af9a4-dfe1-4683-a7ba-c3c3a7e33823</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>8afb37da-fef9-42ff-9dba-ab4575323827</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>7c2fbd0b-3fcd-4dd0-9763-27a4cc96e85c</HomebaseId> <LastArticleSynchronisationOn>2026-07-25T06:10:44.6194961+02:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2026-07-25T06:10:44.6194961+02:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2026-07-25T06:10:44.6194961+02: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": "7493ef68-d0e7-42b5-bfc7-991d59bff610",
"ClubKey": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"ClubName": "sample string 5",
"ContactName": "sample string 6",
"CountryId": "966ff6c2-56ea-4ca5-89cd-c8456ef5cc94",
"DefaultStartType": 1,
"DefaultGliderFlightTypeId": "29afd2b1-ab0c-4370-82e1-7f623f8346b5",
"DefaultTowFlightTypeId": "9f35d2e5-4a85-495e-aac1-a3403e5584dc",
"DefaultMotorFlightTypeId": "1c18742a-ed9a-41cb-8735-34e9771ad7eb",
"DefaultGliderBillingId": "dbb7f96b-c4a6-475d-90f6-846154559ffe",
"DefaultMotorBillingId": "2f3665e6-1ecd-4ae1-9666-19dabac23cf0",
"EmailAddress": "sample string 8",
"FaxNumber": "sample string 9",
"HomebaseId": "bcff22ed-bbe9-4b2e-a7b8-da3a795a95df",
"LastDeliverySynchronisationOn": "2026-07-25T06:10:44.6284946+02:00",
"LastPersonSynchronisationOn": "2026-07-25T06:10:44.6284946+02:00",
"LastArticleSynchronisationOn": "2026-07-25T06:10:44.6284946+02: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": "7493ef68-d0e7-42b5-bfc7-991d59bff610",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"ClubId":"7493ef68-d0e7-42b5-bfc7-991d59bff610","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"966ff6c2-56ea-4ca5-89cd-c8456ef5cc94","DefaultStartType":1,"DefaultGliderFlightTypeId":"29afd2b1-ab0c-4370-82e1-7f623f8346b5","DefaultTowFlightTypeId":"9f35d2e5-4a85-495e-aac1-a3403e5584dc","DefaultMotorFlightTypeId":"1c18742a-ed9a-41cb-8735-34e9771ad7eb","DefaultGliderBillingId":"dbb7f96b-c4a6-475d-90f6-846154559ffe","DefaultMotorBillingId":"2f3665e6-1ecd-4ae1-9666-19dabac23cf0","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"bcff22ed-bbe9-4b2e-a7b8-da3a795a95df","LastDeliverySynchronisationOn":"2026-07-25T06:10:44.6284946+02:00","LastPersonSynchronisationOn":"2026-07-25T06:10:44.6284946+02:00","LastArticleSynchronisationOn":"2026-07-25T06:10:44.6284946+02: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":"7493ef68-d0e7-42b5-bfc7-991d59bff610","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">7493ef68-d0e7-42b5-bfc7-991d59bff610</Id> <Address>sample string 3</Address> <ChangeReservationPeriod>1</ChangeReservationPeriod> <City>sample string 4</City> <ClubId>7493ef68-d0e7-42b5-bfc7-991d59bff610</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>966ff6c2-56ea-4ca5-89cd-c8456ef5cc94</CountryId> <DefaultGliderBillingId>dbb7f96b-c4a6-475d-90f6-846154559ffe</DefaultGliderBillingId> <DefaultGliderFlightTypeId>29afd2b1-ab0c-4370-82e1-7f623f8346b5</DefaultGliderFlightTypeId> <DefaultMotorBillingId>2f3665e6-1ecd-4ae1-9666-19dabac23cf0</DefaultMotorBillingId> <DefaultMotorFlightTypeId>1c18742a-ed9a-41cb-8735-34e9771ad7eb</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>9f35d2e5-4a85-495e-aac1-a3403e5584dc</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>bcff22ed-bbe9-4b2e-a7b8-da3a795a95df</HomebaseId> <LastArticleSynchronisationOn>2026-07-25T06:10:44.6284946+02:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2026-07-25T06:10:44.6284946+02:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2026-07-25T06:10:44.6284946+02: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>