POST api/v1/clubs
Inserts the specified club details.
Request Information
URI Parameters
None.
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": "67369cce-79cc-4a16-b427-e5484693ea29",
"ClubKey": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"ClubName": "sample string 5",
"ContactName": "sample string 6",
"CountryId": "3dd4cd47-f82e-49c9-b405-118a6cd0f8b8",
"DefaultStartType": 1,
"DefaultGliderFlightTypeId": "3e5fd3ca-841e-4493-b902-c288d0f48ace",
"DefaultTowFlightTypeId": "124fd772-0701-4598-b7b5-ffc9e7f34a12",
"DefaultMotorFlightTypeId": "1a2e027c-dfa0-4ab4-9472-92110acd3697",
"DefaultGliderBillingId": "60ceff14-6eee-4342-b8bc-838b3c2cc2ce",
"DefaultMotorBillingId": "c6852fc8-01fa-4c06-9894-16c43efcad8d",
"EmailAddress": "sample string 8",
"FaxNumber": "sample string 9",
"HomebaseId": "4a02ad46-7d0b-4c26-b308-45d4b149b746",
"LastDeliverySynchronisationOn": "2026-03-02T17:09:40.1650591+01:00",
"LastPersonSynchronisationOn": "2026-03-02T17:09:40.1650591+01:00",
"LastArticleSynchronisationOn": "2026-03-02T17:09:40.1650591+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": "67369cce-79cc-4a16-b427-e5484693ea29",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"ClubId":"67369cce-79cc-4a16-b427-e5484693ea29","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"3dd4cd47-f82e-49c9-b405-118a6cd0f8b8","DefaultStartType":1,"DefaultGliderFlightTypeId":"3e5fd3ca-841e-4493-b902-c288d0f48ace","DefaultTowFlightTypeId":"124fd772-0701-4598-b7b5-ffc9e7f34a12","DefaultMotorFlightTypeId":"1a2e027c-dfa0-4ab4-9472-92110acd3697","DefaultGliderBillingId":"60ceff14-6eee-4342-b8bc-838b3c2cc2ce","DefaultMotorBillingId":"c6852fc8-01fa-4c06-9894-16c43efcad8d","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"4a02ad46-7d0b-4c26-b308-45d4b149b746","LastDeliverySynchronisationOn":"2026-03-02T17:09:40.1650591+01:00","LastPersonSynchronisationOn":"2026-03-02T17:09:40.1650591+01:00","LastArticleSynchronisationOn":"2026-03-02T17:09:40.1650591+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":"67369cce-79cc-4a16-b427-e5484693ea29","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">67369cce-79cc-4a16-b427-e5484693ea29</Id> <Address>sample string 3</Address> <ChangeReservationPeriod>1</ChangeReservationPeriod> <City>sample string 4</City> <ClubId>67369cce-79cc-4a16-b427-e5484693ea29</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>3dd4cd47-f82e-49c9-b405-118a6cd0f8b8</CountryId> <DefaultGliderBillingId>60ceff14-6eee-4342-b8bc-838b3c2cc2ce</DefaultGliderBillingId> <DefaultGliderFlightTypeId>3e5fd3ca-841e-4493-b902-c288d0f48ace</DefaultGliderFlightTypeId> <DefaultMotorBillingId>c6852fc8-01fa-4c06-9894-16c43efcad8d</DefaultMotorBillingId> <DefaultMotorFlightTypeId>1a2e027c-dfa0-4ab4-9472-92110acd3697</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>124fd772-0701-4598-b7b5-ffc9e7f34a12</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>4a02ad46-7d0b-4c26-b308-45d4b149b746</HomebaseId> <LastArticleSynchronisationOn>2026-03-02T17:09:40.1650591+01:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2026-03-02T17:09:40.1650591+01:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2026-03-02T17:09:40.1650591+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": "c0c63703-2354-40ed-98fd-c71dcbc404e6",
"ClubKey": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"ClubName": "sample string 5",
"ContactName": "sample string 6",
"CountryId": "15d10cd4-0991-4be4-b423-348837419813",
"DefaultStartType": 1,
"DefaultGliderFlightTypeId": "b34f7617-56eb-477d-b8c1-c1cc2ba7fd41",
"DefaultTowFlightTypeId": "75f3731a-0718-4291-adc2-308be99d4375",
"DefaultMotorFlightTypeId": "56276e04-085d-48bb-8a63-1adedbf9ab25",
"DefaultGliderBillingId": "083de4c9-2b90-423b-b521-660f70c35879",
"DefaultMotorBillingId": "cd299102-b1c9-4e5b-9561-20545305a175",
"EmailAddress": "sample string 8",
"FaxNumber": "sample string 9",
"HomebaseId": "fc4dd603-8f02-4ef9-abab-429d493326b7",
"LastDeliverySynchronisationOn": "2026-03-02T17:09:40.1730584+01:00",
"LastPersonSynchronisationOn": "2026-03-02T17:09:40.1730584+01:00",
"LastArticleSynchronisationOn": "2026-03-02T17:09:40.1730584+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": "c0c63703-2354-40ed-98fd-c71dcbc404e6",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"ClubId":"c0c63703-2354-40ed-98fd-c71dcbc404e6","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"15d10cd4-0991-4be4-b423-348837419813","DefaultStartType":1,"DefaultGliderFlightTypeId":"b34f7617-56eb-477d-b8c1-c1cc2ba7fd41","DefaultTowFlightTypeId":"75f3731a-0718-4291-adc2-308be99d4375","DefaultMotorFlightTypeId":"56276e04-085d-48bb-8a63-1adedbf9ab25","DefaultGliderBillingId":"083de4c9-2b90-423b-b521-660f70c35879","DefaultMotorBillingId":"cd299102-b1c9-4e5b-9561-20545305a175","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"fc4dd603-8f02-4ef9-abab-429d493326b7","LastDeliverySynchronisationOn":"2026-03-02T17:09:40.1730584+01:00","LastPersonSynchronisationOn":"2026-03-02T17:09:40.1730584+01:00","LastArticleSynchronisationOn":"2026-03-02T17:09:40.1730584+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":"c0c63703-2354-40ed-98fd-c71dcbc404e6","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">c0c63703-2354-40ed-98fd-c71dcbc404e6</Id> <Address>sample string 3</Address> <ChangeReservationPeriod>1</ChangeReservationPeriod> <City>sample string 4</City> <ClubId>c0c63703-2354-40ed-98fd-c71dcbc404e6</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>15d10cd4-0991-4be4-b423-348837419813</CountryId> <DefaultGliderBillingId>083de4c9-2b90-423b-b521-660f70c35879</DefaultGliderBillingId> <DefaultGliderFlightTypeId>b34f7617-56eb-477d-b8c1-c1cc2ba7fd41</DefaultGliderFlightTypeId> <DefaultMotorBillingId>cd299102-b1c9-4e5b-9561-20545305a175</DefaultMotorBillingId> <DefaultMotorFlightTypeId>56276e04-085d-48bb-8a63-1adedbf9ab25</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>75f3731a-0718-4291-adc2-308be99d4375</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>fc4dd603-8f02-4ef9-abab-429d493326b7</HomebaseId> <LastArticleSynchronisationOn>2026-03-02T17:09:40.1730584+01:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2026-03-02T17:09:40.1730584+01:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2026-03-02T17:09:40.1730584+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>