POST api/v1/clubs
Request Information
URI Parameters
None.
Body Parameters
ClubDetailsName | 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. |
|
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
{ "ClubId": "45a132d6-2e9a-4f5e-895d-0a51172c2926", "ClubKey": "sample string 2", "Address": "sample string 3", "City": "sample string 4", "ClubName": "sample string 5", "ContactName": "sample string 6", "CountryId": "1939806f-0153-4f7f-a1b9-1c2c7c2502a0", "DefaultStartType": 1, "DefaultGliderFlightTypeId": "eb3f284e-90e4-439f-aa50-e361451792d0", "DefaultTowFlightTypeId": "f5a6b616-838c-407f-8088-954e59cfc44a", "DefaultMotorFlightTypeId": "c99dbe2c-8dfc-46f7-8c73-99bf7c8ab177", "EmailAddress": "sample string 8", "FaxNumber": "sample string 9", "HomebaseId": "1ab31fde-868b-416b-ac27-1d8ca5ce5e1c", "LastDeliverySynchronisationOn": "2025-10-14T09:53:51.3783763+02:00", "LastPersonSynchronisationOn": "2025-10-14T09:53:51.3783763+02:00", "LastArticleSynchronisationOn": "2025-10-14T09:53:51.3783763+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", "SendPassengerFlightRegistrationOperatorEmailTo": "sample string 17", "ReplyToEmailAddress": "sample string 18", "RunDeliveryCreationJob": true, "RunDeliveryMailExportJob": true, "IsClubMemberNumberReadonly": true, "Id": "45a132d6-2e9a-4f5e-895d-0a51172c2926", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"ClubId":"45a132d6-2e9a-4f5e-895d-0a51172c2926","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"1939806f-0153-4f7f-a1b9-1c2c7c2502a0","DefaultStartType":1,"DefaultGliderFlightTypeId":"eb3f284e-90e4-439f-aa50-e361451792d0","DefaultTowFlightTypeId":"f5a6b616-838c-407f-8088-954e59cfc44a","DefaultMotorFlightTypeId":"c99dbe2c-8dfc-46f7-8c73-99bf7c8ab177","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"1ab31fde-868b-416b-ac27-1d8ca5ce5e1c","LastDeliverySynchronisationOn":"2025-10-14T09:53:51.3783763+02:00","LastPersonSynchronisationOn":"2025-10-14T09:53:51.3783763+02:00","LastArticleSynchronisationOn":"2025-10-14T09:53:51.3783763+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","SendPassengerFlightRegistrationOperatorEmailTo":"sample string 17","ReplyToEmailAddress":"sample string 18","RunDeliveryCreationJob":true,"RunDeliveryMailExportJob":true,"IsClubMemberNumberReadonly":true,"Id":"45a132d6-2e9a-4f5e-895d-0a51172c2926","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">45a132d6-2e9a-4f5e-895d-0a51172c2926</Id> <Address>sample string 3</Address> <City>sample string 4</City> <ClubId>45a132d6-2e9a-4f5e-895d-0a51172c2926</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>1939806f-0153-4f7f-a1b9-1c2c7c2502a0</CountryId> <DefaultGliderFlightTypeId>eb3f284e-90e4-439f-aa50-e361451792d0</DefaultGliderFlightTypeId> <DefaultMotorFlightTypeId>c99dbe2c-8dfc-46f7-8c73-99bf7c8ab177</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>f5a6b616-838c-407f-8088-954e59cfc44a</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>1ab31fde-868b-416b-ac27-1d8ca5ce5e1c</HomebaseId> <IsClubMemberNumberReadonly>true</IsClubMemberNumberReadonly> <LastArticleSynchronisationOn>2025-10-14T09:53:51.3783763+02:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2025-10-14T09:53:51.3783763+02:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2025-10-14T09:53:51.3783763+02: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 not available.
Response Information
Resource Description
ClubDetailsName | 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. |
|
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
{ "ClubId": "45598a4f-3a0c-4938-9818-434146358bbd", "ClubKey": "sample string 2", "Address": "sample string 3", "City": "sample string 4", "ClubName": "sample string 5", "ContactName": "sample string 6", "CountryId": "a3fdba4f-bef8-40e6-878b-9c05f8413915", "DefaultStartType": 1, "DefaultGliderFlightTypeId": "0014901d-12a1-46ab-8bbd-42433300c829", "DefaultTowFlightTypeId": "d199114c-fff4-461f-8f43-e00ff3d9a225", "DefaultMotorFlightTypeId": "88237abf-f0e3-4317-a80d-07aea996518d", "EmailAddress": "sample string 8", "FaxNumber": "sample string 9", "HomebaseId": "f349efef-bdcd-4da0-8f70-4e40718677f6", "LastDeliverySynchronisationOn": "2025-10-14T09:53:51.3939967+02:00", "LastPersonSynchronisationOn": "2025-10-14T09:53:51.3939967+02:00", "LastArticleSynchronisationOn": "2025-10-14T09:53:51.3939967+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", "SendPassengerFlightRegistrationOperatorEmailTo": "sample string 17", "ReplyToEmailAddress": "sample string 18", "RunDeliveryCreationJob": true, "RunDeliveryMailExportJob": true, "IsClubMemberNumberReadonly": true, "Id": "45598a4f-3a0c-4938-9818-434146358bbd", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"ClubId":"45598a4f-3a0c-4938-9818-434146358bbd","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"a3fdba4f-bef8-40e6-878b-9c05f8413915","DefaultStartType":1,"DefaultGliderFlightTypeId":"0014901d-12a1-46ab-8bbd-42433300c829","DefaultTowFlightTypeId":"d199114c-fff4-461f-8f43-e00ff3d9a225","DefaultMotorFlightTypeId":"88237abf-f0e3-4317-a80d-07aea996518d","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"f349efef-bdcd-4da0-8f70-4e40718677f6","LastDeliverySynchronisationOn":"2025-10-14T09:53:51.3939967+02:00","LastPersonSynchronisationOn":"2025-10-14T09:53:51.3939967+02:00","LastArticleSynchronisationOn":"2025-10-14T09:53:51.3939967+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","SendPassengerFlightRegistrationOperatorEmailTo":"sample string 17","ReplyToEmailAddress":"sample string 18","RunDeliveryCreationJob":true,"RunDeliveryMailExportJob":true,"IsClubMemberNumberReadonly":true,"Id":"45598a4f-3a0c-4938-9818-434146358bbd","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">45598a4f-3a0c-4938-9818-434146358bbd</Id> <Address>sample string 3</Address> <City>sample string 4</City> <ClubId>45598a4f-3a0c-4938-9818-434146358bbd</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>a3fdba4f-bef8-40e6-878b-9c05f8413915</CountryId> <DefaultGliderFlightTypeId>0014901d-12a1-46ab-8bbd-42433300c829</DefaultGliderFlightTypeId> <DefaultMotorFlightTypeId>88237abf-f0e3-4317-a80d-07aea996518d</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>d199114c-fff4-461f-8f43-e00ff3d9a225</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>f349efef-bdcd-4da0-8f70-4e40718677f6</HomebaseId> <IsClubMemberNumberReadonly>true</IsClubMemberNumberReadonly> <LastArticleSynchronisationOn>2025-10-14T09:53:51.3939967+02:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2025-10-14T09:53:51.3939967+02:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2025-10-14T09:53:51.3939967+02: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>