PUT api/v1/clubs/{clubId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clubId

globally unique identifier

Required

Body Parameters

ClubDetails
NameDescriptionTypeAdditional 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.

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

SendPassengerFlightRegistrationOperatorEmailTo

string

String length: inclusive between 0 and 250

ReplyToEmailAddress

string

String length: inclusive between 0 and 250

RunDeliveryCreationJob

boolean

None.

RunDeliveryMailExportJob

boolean

None.

IsClubMemberNumberReadonly

boolean

None.

Id

globally unique identifier

None.

CanUpdateRecord

boolean

None.

CanDeleteRecord

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ClubId": "844bcbfe-6b0c-46d0-8fd5-02fea750d8d0",
  "ClubKey": "sample string 2",
  "Address": "sample string 3",
  "City": "sample string 4",
  "ClubName": "sample string 5",
  "ContactName": "sample string 6",
  "CountryId": "1a1cbda8-955a-4078-b3cf-6fbeb1b384db",
  "DefaultStartType": 1,
  "DefaultGliderFlightTypeId": "88d54699-ce7c-4608-9680-eccb073dc09a",
  "DefaultTowFlightTypeId": "079f7b23-6936-4993-9121-1dbd9803220b",
  "DefaultMotorFlightTypeId": "3642b8d7-f3ac-41c8-8d83-9365f0c23763",
  "EmailAddress": "sample string 8",
  "FaxNumber": "sample string 9",
  "HomebaseId": "05078a74-0d86-413c-bf7b-e61383ffdd20",
  "LastDeliverySynchronisationOn": "2026-02-27T00:05:22.7269256+01:00",
  "LastPersonSynchronisationOn": "2026-02-27T00:05:22.7269256+01:00",
  "LastArticleSynchronisationOn": "2026-02-27T00:05:22.7269256+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",
  "SendPassengerFlightRegistrationOperatorEmailTo": "sample string 17",
  "ReplyToEmailAddress": "sample string 18",
  "RunDeliveryCreationJob": true,
  "RunDeliveryMailExportJob": true,
  "IsClubMemberNumberReadonly": true,
  "Id": "844bcbfe-6b0c-46d0-8fd5-02fea750d8d0",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"ClubId":"844bcbfe-6b0c-46d0-8fd5-02fea750d8d0","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"1a1cbda8-955a-4078-b3cf-6fbeb1b384db","DefaultStartType":1,"DefaultGliderFlightTypeId":"88d54699-ce7c-4608-9680-eccb073dc09a","DefaultTowFlightTypeId":"079f7b23-6936-4993-9121-1dbd9803220b","DefaultMotorFlightTypeId":"3642b8d7-f3ac-41c8-8d83-9365f0c23763","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"05078a74-0d86-413c-bf7b-e61383ffdd20","LastDeliverySynchronisationOn":"2026-02-27T00:05:22.7269256+01:00","LastPersonSynchronisationOn":"2026-02-27T00:05:22.7269256+01:00","LastArticleSynchronisationOn":"2026-02-27T00:05:22.7269256+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","SendPassengerFlightRegistrationOperatorEmailTo":"sample string 17","ReplyToEmailAddress":"sample string 18","RunDeliveryCreationJob":true,"RunDeliveryMailExportJob":true,"IsClubMemberNumberReadonly":true,"Id":"844bcbfe-6b0c-46d0-8fd5-02fea750d8d0","CanUpdateRecord":true,"CanDeleteRecord":true}

application/xml, text/xml

Sample:
<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">844bcbfe-6b0c-46d0-8fd5-02fea750d8d0</Id>
  <Address>sample string 3</Address>
  <City>sample string 4</City>
  <ClubId>844bcbfe-6b0c-46d0-8fd5-02fea750d8d0</ClubId>
  <ClubKey>sample string 2</ClubKey>
  <ClubName>sample string 5</ClubName>
  <ContactName>sample string 6</ContactName>
  <CountryId>1a1cbda8-955a-4078-b3cf-6fbeb1b384db</CountryId>
  <DefaultGliderFlightTypeId>88d54699-ce7c-4608-9680-eccb073dc09a</DefaultGliderFlightTypeId>
  <DefaultMotorFlightTypeId>3642b8d7-f3ac-41c8-8d83-9365f0c23763</DefaultMotorFlightTypeId>
  <DefaultStartType>1</DefaultStartType>
  <DefaultTowFlightTypeId>079f7b23-6936-4993-9121-1dbd9803220b</DefaultTowFlightTypeId>
  <EmailAddress>sample string 8</EmailAddress>
  <FaxNumber>sample string 9</FaxNumber>
  <HomebaseId>05078a74-0d86-413c-bf7b-e61383ffdd20</HomebaseId>
  <IsClubMemberNumberReadonly>true</IsClubMemberNumberReadonly>
  <LastArticleSynchronisationOn>2026-02-27T00:05:22.7269256+01:00</LastArticleSynchronisationOn>
  <LastDeliverySynchronisationOn>2026-02-27T00:05:22.7269256+01:00</LastDeliverySynchronisationOn>
  <LastPersonSynchronisationOn>2026-02-27T00:05:22.7269256+01:00</LastPersonSynchronisationOn>
  <PhoneNumber>sample string 10</PhoneNumber>
  <ReplyToEmailAddress>sample string 18</ReplyToEmailAddress>
  <RunDeliveryCreationJob>true</RunDeliveryCreationJob>
  <RunDeliveryMailExportJob>true</RunDeliveryMailExportJob>
  <SendAircraftStatisticReportTo>sample string 13</SendAircraftStatisticReportTo>
  <SendDeliveryMailExportTo>sample string 15</SendDeliveryMailExportTo>
  <SendPassengerFlightRegistrationOperatorEmailTo>sample string 17</SendPassengerFlightRegistrationOperatorEmailTo>
  <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

Sample:

Sample not available.

Response Information

Resource Description

ClubDetails
NameDescriptionTypeAdditional 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.

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

SendPassengerFlightRegistrationOperatorEmailTo

string

String length: inclusive between 0 and 250

ReplyToEmailAddress

string

String length: inclusive between 0 and 250

RunDeliveryCreationJob

boolean

None.

RunDeliveryMailExportJob

boolean

None.

IsClubMemberNumberReadonly

boolean

None.

Id

globally unique identifier

None.

CanUpdateRecord

boolean

None.

CanDeleteRecord

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ClubId": "6a78b966-acdf-4128-b398-07594406aa42",
  "ClubKey": "sample string 2",
  "Address": "sample string 3",
  "City": "sample string 4",
  "ClubName": "sample string 5",
  "ContactName": "sample string 6",
  "CountryId": "72ea9baa-3219-4bbc-a5ab-cac8b5aac8e8",
  "DefaultStartType": 1,
  "DefaultGliderFlightTypeId": "5ca564bc-ab89-4c25-a974-a70591a82de8",
  "DefaultTowFlightTypeId": "bb953679-a6e8-4d87-872b-10ec5fcd9498",
  "DefaultMotorFlightTypeId": "9a5d7d0e-e9c1-4923-b114-74a6ca839bb4",
  "EmailAddress": "sample string 8",
  "FaxNumber": "sample string 9",
  "HomebaseId": "f28f55d2-3489-48a7-b303-a14feda19c65",
  "LastDeliverySynchronisationOn": "2026-02-27T00:05:22.7269256+01:00",
  "LastPersonSynchronisationOn": "2026-02-27T00:05:22.7269256+01:00",
  "LastArticleSynchronisationOn": "2026-02-27T00:05:22.7269256+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",
  "SendPassengerFlightRegistrationOperatorEmailTo": "sample string 17",
  "ReplyToEmailAddress": "sample string 18",
  "RunDeliveryCreationJob": true,
  "RunDeliveryMailExportJob": true,
  "IsClubMemberNumberReadonly": true,
  "Id": "6a78b966-acdf-4128-b398-07594406aa42",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"ClubId":"6a78b966-acdf-4128-b398-07594406aa42","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"72ea9baa-3219-4bbc-a5ab-cac8b5aac8e8","DefaultStartType":1,"DefaultGliderFlightTypeId":"5ca564bc-ab89-4c25-a974-a70591a82de8","DefaultTowFlightTypeId":"bb953679-a6e8-4d87-872b-10ec5fcd9498","DefaultMotorFlightTypeId":"9a5d7d0e-e9c1-4923-b114-74a6ca839bb4","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"f28f55d2-3489-48a7-b303-a14feda19c65","LastDeliverySynchronisationOn":"2026-02-27T00:05:22.7269256+01:00","LastPersonSynchronisationOn":"2026-02-27T00:05:22.7269256+01:00","LastArticleSynchronisationOn":"2026-02-27T00:05:22.7269256+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","SendPassengerFlightRegistrationOperatorEmailTo":"sample string 17","ReplyToEmailAddress":"sample string 18","RunDeliveryCreationJob":true,"RunDeliveryMailExportJob":true,"IsClubMemberNumberReadonly":true,"Id":"6a78b966-acdf-4128-b398-07594406aa42","CanUpdateRecord":true,"CanDeleteRecord":true}

application/xml, text/xml

Sample:
<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">6a78b966-acdf-4128-b398-07594406aa42</Id>
  <Address>sample string 3</Address>
  <City>sample string 4</City>
  <ClubId>6a78b966-acdf-4128-b398-07594406aa42</ClubId>
  <ClubKey>sample string 2</ClubKey>
  <ClubName>sample string 5</ClubName>
  <ContactName>sample string 6</ContactName>
  <CountryId>72ea9baa-3219-4bbc-a5ab-cac8b5aac8e8</CountryId>
  <DefaultGliderFlightTypeId>5ca564bc-ab89-4c25-a974-a70591a82de8</DefaultGliderFlightTypeId>
  <DefaultMotorFlightTypeId>9a5d7d0e-e9c1-4923-b114-74a6ca839bb4</DefaultMotorFlightTypeId>
  <DefaultStartType>1</DefaultStartType>
  <DefaultTowFlightTypeId>bb953679-a6e8-4d87-872b-10ec5fcd9498</DefaultTowFlightTypeId>
  <EmailAddress>sample string 8</EmailAddress>
  <FaxNumber>sample string 9</FaxNumber>
  <HomebaseId>f28f55d2-3489-48a7-b303-a14feda19c65</HomebaseId>
  <IsClubMemberNumberReadonly>true</IsClubMemberNumberReadonly>
  <LastArticleSynchronisationOn>2026-02-27T00:05:22.7269256+01:00</LastArticleSynchronisationOn>
  <LastDeliverySynchronisationOn>2026-02-27T00:05:22.7269256+01:00</LastDeliverySynchronisationOn>
  <LastPersonSynchronisationOn>2026-02-27T00:05:22.7269256+01:00</LastPersonSynchronisationOn>
  <PhoneNumber>sample string 10</PhoneNumber>
  <ReplyToEmailAddress>sample string 18</ReplyToEmailAddress>
  <RunDeliveryCreationJob>true</RunDeliveryCreationJob>
  <RunDeliveryMailExportJob>true</RunDeliveryMailExportJob>
  <SendAircraftStatisticReportTo>sample string 13</SendAircraftStatisticReportTo>
  <SendDeliveryMailExportTo>sample string 15</SendDeliveryMailExportTo>
  <SendPassengerFlightRegistrationOperatorEmailTo>sample string 17</SendPassengerFlightRegistrationOperatorEmailTo>
  <SendPlanningDayInfoMailTo>sample string 14</SendPlanningDayInfoMailTo>
  <SendTrialFlightRegistrationOperatorEmailTo>sample string 16</SendTrialFlightRegistrationOperatorEmailTo>
  <WebPage>sample string 11</WebPage>
  <ZipCode>sample string 12</ZipCode>
</ClubDetails>