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": "35aabceb-59cf-49e9-ba72-8c949f97b7f7",
"ClubKey": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"ClubName": "sample string 5",
"ContactName": "sample string 6",
"CountryId": "c8bc0b69-63eb-4a7e-b150-4c9737f33686",
"DefaultStartType": 1,
"DefaultGliderFlightTypeId": "63be7088-5c81-43e9-ba15-af5c3b3e3f08",
"DefaultTowFlightTypeId": "43b1ee75-18ba-4d2b-ad83-d68dda0768ab",
"DefaultMotorFlightTypeId": "d9000d09-fb2d-4be5-a391-0cfc4d485cbf",
"DefaultGliderBillingId": "5f45260a-164d-49fa-b1f3-3b08781ca747",
"DefaultMotorBillingId": "ac999615-841a-4625-a85b-2027a1c95fb6",
"EmailAddress": "sample string 8",
"FaxNumber": "sample string 9",
"HomebaseId": "004b91e3-f374-4af8-9bc3-59133655ca1c",
"LastDeliverySynchronisationOn": "2026-07-27T00:14:32.5411143+02:00",
"LastPersonSynchronisationOn": "2026-07-27T00:14:32.5411143+02:00",
"LastArticleSynchronisationOn": "2026-07-27T00:14:32.5411143+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": "35aabceb-59cf-49e9-ba72-8c949f97b7f7",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"ClubId":"35aabceb-59cf-49e9-ba72-8c949f97b7f7","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"c8bc0b69-63eb-4a7e-b150-4c9737f33686","DefaultStartType":1,"DefaultGliderFlightTypeId":"63be7088-5c81-43e9-ba15-af5c3b3e3f08","DefaultTowFlightTypeId":"43b1ee75-18ba-4d2b-ad83-d68dda0768ab","DefaultMotorFlightTypeId":"d9000d09-fb2d-4be5-a391-0cfc4d485cbf","DefaultGliderBillingId":"5f45260a-164d-49fa-b1f3-3b08781ca747","DefaultMotorBillingId":"ac999615-841a-4625-a85b-2027a1c95fb6","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"004b91e3-f374-4af8-9bc3-59133655ca1c","LastDeliverySynchronisationOn":"2026-07-27T00:14:32.5411143+02:00","LastPersonSynchronisationOn":"2026-07-27T00:14:32.5411143+02:00","LastArticleSynchronisationOn":"2026-07-27T00:14:32.5411143+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":"35aabceb-59cf-49e9-ba72-8c949f97b7f7","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">35aabceb-59cf-49e9-ba72-8c949f97b7f7</Id> <Address>sample string 3</Address> <ChangeReservationPeriod>1</ChangeReservationPeriod> <City>sample string 4</City> <ClubId>35aabceb-59cf-49e9-ba72-8c949f97b7f7</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>c8bc0b69-63eb-4a7e-b150-4c9737f33686</CountryId> <DefaultGliderBillingId>5f45260a-164d-49fa-b1f3-3b08781ca747</DefaultGliderBillingId> <DefaultGliderFlightTypeId>63be7088-5c81-43e9-ba15-af5c3b3e3f08</DefaultGliderFlightTypeId> <DefaultMotorBillingId>ac999615-841a-4625-a85b-2027a1c95fb6</DefaultMotorBillingId> <DefaultMotorFlightTypeId>d9000d09-fb2d-4be5-a391-0cfc4d485cbf</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>43b1ee75-18ba-4d2b-ad83-d68dda0768ab</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>004b91e3-f374-4af8-9bc3-59133655ca1c</HomebaseId> <LastArticleSynchronisationOn>2026-07-27T00:14:32.5411143+02:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2026-07-27T00:14:32.5411143+02:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2026-07-27T00:14:32.5411143+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": "a736d836-fb15-4dc1-8d30-7b2346aa65c9",
"ClubKey": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"ClubName": "sample string 5",
"ContactName": "sample string 6",
"CountryId": "7cda6975-4a73-4dc6-8e11-a6f49718ce81",
"DefaultStartType": 1,
"DefaultGliderFlightTypeId": "02ebb6be-4ee4-489a-a426-3bf5ca7c759b",
"DefaultTowFlightTypeId": "31998cc7-2de7-4960-bf7a-ece240bc4345",
"DefaultMotorFlightTypeId": "dd221538-8ed7-47c5-a7d9-c20c75bb8a50",
"DefaultGliderBillingId": "bf49f459-c9ab-4622-9c4f-46c4d2fc8578",
"DefaultMotorBillingId": "e69fdef9-56d6-411b-b35a-e366822fe75d",
"EmailAddress": "sample string 8",
"FaxNumber": "sample string 9",
"HomebaseId": "39b7ad6f-0b43-433e-b608-36cb73426f8e",
"LastDeliverySynchronisationOn": "2026-07-27T00:14:32.5411143+02:00",
"LastPersonSynchronisationOn": "2026-07-27T00:14:32.5411143+02:00",
"LastArticleSynchronisationOn": "2026-07-27T00:14:32.5411143+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": "a736d836-fb15-4dc1-8d30-7b2346aa65c9",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"ClubId":"a736d836-fb15-4dc1-8d30-7b2346aa65c9","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"7cda6975-4a73-4dc6-8e11-a6f49718ce81","DefaultStartType":1,"DefaultGliderFlightTypeId":"02ebb6be-4ee4-489a-a426-3bf5ca7c759b","DefaultTowFlightTypeId":"31998cc7-2de7-4960-bf7a-ece240bc4345","DefaultMotorFlightTypeId":"dd221538-8ed7-47c5-a7d9-c20c75bb8a50","DefaultGliderBillingId":"bf49f459-c9ab-4622-9c4f-46c4d2fc8578","DefaultMotorBillingId":"e69fdef9-56d6-411b-b35a-e366822fe75d","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"39b7ad6f-0b43-433e-b608-36cb73426f8e","LastDeliverySynchronisationOn":"2026-07-27T00:14:32.5411143+02:00","LastPersonSynchronisationOn":"2026-07-27T00:14:32.5411143+02:00","LastArticleSynchronisationOn":"2026-07-27T00:14:32.5411143+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":"a736d836-fb15-4dc1-8d30-7b2346aa65c9","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">a736d836-fb15-4dc1-8d30-7b2346aa65c9</Id> <Address>sample string 3</Address> <ChangeReservationPeriod>1</ChangeReservationPeriod> <City>sample string 4</City> <ClubId>a736d836-fb15-4dc1-8d30-7b2346aa65c9</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>7cda6975-4a73-4dc6-8e11-a6f49718ce81</CountryId> <DefaultGliderBillingId>bf49f459-c9ab-4622-9c4f-46c4d2fc8578</DefaultGliderBillingId> <DefaultGliderFlightTypeId>02ebb6be-4ee4-489a-a426-3bf5ca7c759b</DefaultGliderFlightTypeId> <DefaultMotorBillingId>e69fdef9-56d6-411b-b35a-e366822fe75d</DefaultMotorBillingId> <DefaultMotorFlightTypeId>dd221538-8ed7-47c5-a7d9-c20c75bb8a50</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>31998cc7-2de7-4960-bf7a-ece240bc4345</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>39b7ad6f-0b43-433e-b608-36cb73426f8e</HomebaseId> <LastArticleSynchronisationOn>2026-07-27T00:14:32.5411143+02:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2026-07-27T00:14:32.5411143+02:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2026-07-27T00:14:32.5411143+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>