POST api/v1/clubs
Request Information
URI Parameters
None.
Body Parameters
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. |
|
| 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": "3fe8b1cd-e790-472b-906b-fe6a3275c4b5",
"ClubKey": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"ClubName": "sample string 5",
"ContactName": "sample string 6",
"CountryId": "9d359709-10a0-4eba-9788-d6b4752f0a80",
"DefaultStartType": 1,
"DefaultGliderFlightTypeId": "21f0ae03-0e29-4352-a5b3-4904d464e8ca",
"DefaultTowFlightTypeId": "35c919cf-bdde-4bbe-8a6b-ef0aa76a0a99",
"DefaultMotorFlightTypeId": "cb441945-af14-4250-bc8c-b73d1a351b5b",
"EmailAddress": "sample string 8",
"FaxNumber": "sample string 9",
"HomebaseId": "d05deaf3-642f-4ea0-9c92-fc6fc8cbb068",
"LastDeliverySynchronisationOn": "2025-11-28T12:12:07.8551322+01:00",
"LastPersonSynchronisationOn": "2025-11-28T12:12:07.8551322+01:00",
"LastArticleSynchronisationOn": "2025-11-28T12:12:07.8551322+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": "3fe8b1cd-e790-472b-906b-fe6a3275c4b5",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"ClubId":"3fe8b1cd-e790-472b-906b-fe6a3275c4b5","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"9d359709-10a0-4eba-9788-d6b4752f0a80","DefaultStartType":1,"DefaultGliderFlightTypeId":"21f0ae03-0e29-4352-a5b3-4904d464e8ca","DefaultTowFlightTypeId":"35c919cf-bdde-4bbe-8a6b-ef0aa76a0a99","DefaultMotorFlightTypeId":"cb441945-af14-4250-bc8c-b73d1a351b5b","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"d05deaf3-642f-4ea0-9c92-fc6fc8cbb068","LastDeliverySynchronisationOn":"2025-11-28T12:12:07.8551322+01:00","LastPersonSynchronisationOn":"2025-11-28T12:12:07.8551322+01:00","LastArticleSynchronisationOn":"2025-11-28T12:12:07.8551322+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":"3fe8b1cd-e790-472b-906b-fe6a3275c4b5","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">3fe8b1cd-e790-472b-906b-fe6a3275c4b5</Id> <Address>sample string 3</Address> <City>sample string 4</City> <ClubId>3fe8b1cd-e790-472b-906b-fe6a3275c4b5</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>9d359709-10a0-4eba-9788-d6b4752f0a80</CountryId> <DefaultGliderFlightTypeId>21f0ae03-0e29-4352-a5b3-4904d464e8ca</DefaultGliderFlightTypeId> <DefaultMotorFlightTypeId>cb441945-af14-4250-bc8c-b73d1a351b5b</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>35c919cf-bdde-4bbe-8a6b-ef0aa76a0a99</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>d05deaf3-642f-4ea0-9c92-fc6fc8cbb068</HomebaseId> <IsClubMemberNumberReadonly>true</IsClubMemberNumberReadonly> <LastArticleSynchronisationOn>2025-11-28T12:12:07.8551322+01:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2025-11-28T12:12:07.8551322+01:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2025-11-28T12:12:07.8551322+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 not available.
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. |
|
| 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": "15ad918c-7fe0-4719-8110-59b90502eeb5",
"ClubKey": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"ClubName": "sample string 5",
"ContactName": "sample string 6",
"CountryId": "2778239f-365b-4fc9-94e3-d4399420310a",
"DefaultStartType": 1,
"DefaultGliderFlightTypeId": "2ba09018-1698-4635-b879-462d37e3a5f7",
"DefaultTowFlightTypeId": "0a2258de-35b3-4bd8-815c-bb9d5c8f2073",
"DefaultMotorFlightTypeId": "d603ff52-5e88-4955-904e-f44f5fe51bdf",
"EmailAddress": "sample string 8",
"FaxNumber": "sample string 9",
"HomebaseId": "ad75f883-38c8-4728-8899-aef298d2057b",
"LastDeliverySynchronisationOn": "2025-11-28T12:12:07.8551322+01:00",
"LastPersonSynchronisationOn": "2025-11-28T12:12:07.8551322+01:00",
"LastArticleSynchronisationOn": "2025-11-28T12:12:07.8551322+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": "15ad918c-7fe0-4719-8110-59b90502eeb5",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"ClubId":"15ad918c-7fe0-4719-8110-59b90502eeb5","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"2778239f-365b-4fc9-94e3-d4399420310a","DefaultStartType":1,"DefaultGliderFlightTypeId":"2ba09018-1698-4635-b879-462d37e3a5f7","DefaultTowFlightTypeId":"0a2258de-35b3-4bd8-815c-bb9d5c8f2073","DefaultMotorFlightTypeId":"d603ff52-5e88-4955-904e-f44f5fe51bdf","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"ad75f883-38c8-4728-8899-aef298d2057b","LastDeliverySynchronisationOn":"2025-11-28T12:12:07.8551322+01:00","LastPersonSynchronisationOn":"2025-11-28T12:12:07.8551322+01:00","LastArticleSynchronisationOn":"2025-11-28T12:12:07.8551322+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":"15ad918c-7fe0-4719-8110-59b90502eeb5","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">15ad918c-7fe0-4719-8110-59b90502eeb5</Id> <Address>sample string 3</Address> <City>sample string 4</City> <ClubId>15ad918c-7fe0-4719-8110-59b90502eeb5</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>2778239f-365b-4fc9-94e3-d4399420310a</CountryId> <DefaultGliderFlightTypeId>2ba09018-1698-4635-b879-462d37e3a5f7</DefaultGliderFlightTypeId> <DefaultMotorFlightTypeId>d603ff52-5e88-4955-904e-f44f5fe51bdf</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>0a2258de-35b3-4bd8-815c-bb9d5c8f2073</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>ad75f883-38c8-4728-8899-aef298d2057b</HomebaseId> <IsClubMemberNumberReadonly>true</IsClubMemberNumberReadonly> <LastArticleSynchronisationOn>2025-11-28T12:12:07.8551322+01:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2025-11-28T12:12:07.8551322+01:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2025-11-28T12:12:07.8551322+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>