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": "3be14808-f2f7-491b-a51e-804f88aaffc2",
"ClubKey": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"ClubName": "sample string 5",
"ContactName": "sample string 6",
"CountryId": "d5b42745-9c66-493b-8689-6837346bbc9b",
"DefaultStartType": 1,
"DefaultGliderFlightTypeId": "c114d9a7-2e90-43ad-a42b-b1c2d34007e5",
"DefaultTowFlightTypeId": "ba5be130-4956-4a01-883d-92b300a39830",
"DefaultMotorFlightTypeId": "e62d2469-4ad6-412f-b713-455613e55a89",
"DefaultGliderBillingId": "caa75ea8-4253-482d-8b6d-bd96edaac7e8",
"DefaultMotorBillingId": "54e811b6-22c2-4189-968f-adebd77fb079",
"EmailAddress": "sample string 8",
"FaxNumber": "sample string 9",
"HomebaseId": "dd784fa3-ced6-48de-a662-bfe4d8944a03",
"LastDeliverySynchronisationOn": "2025-10-24T17:26:45.5337163+02:00",
"LastPersonSynchronisationOn": "2025-10-24T17:26:45.5337163+02:00",
"LastArticleSynchronisationOn": "2025-10-24T17:26:45.5337163+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": "3be14808-f2f7-491b-a51e-804f88aaffc2",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"ClubId":"3be14808-f2f7-491b-a51e-804f88aaffc2","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"d5b42745-9c66-493b-8689-6837346bbc9b","DefaultStartType":1,"DefaultGliderFlightTypeId":"c114d9a7-2e90-43ad-a42b-b1c2d34007e5","DefaultTowFlightTypeId":"ba5be130-4956-4a01-883d-92b300a39830","DefaultMotorFlightTypeId":"e62d2469-4ad6-412f-b713-455613e55a89","DefaultGliderBillingId":"caa75ea8-4253-482d-8b6d-bd96edaac7e8","DefaultMotorBillingId":"54e811b6-22c2-4189-968f-adebd77fb079","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"dd784fa3-ced6-48de-a662-bfe4d8944a03","LastDeliverySynchronisationOn":"2025-10-24T17:26:45.5337163+02:00","LastPersonSynchronisationOn":"2025-10-24T17:26:45.5337163+02:00","LastArticleSynchronisationOn":"2025-10-24T17:26:45.5337163+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":"3be14808-f2f7-491b-a51e-804f88aaffc2","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">3be14808-f2f7-491b-a51e-804f88aaffc2</Id> <Address>sample string 3</Address> <ChangeReservationPeriod>1</ChangeReservationPeriod> <City>sample string 4</City> <ClubId>3be14808-f2f7-491b-a51e-804f88aaffc2</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>d5b42745-9c66-493b-8689-6837346bbc9b</CountryId> <DefaultGliderBillingId>caa75ea8-4253-482d-8b6d-bd96edaac7e8</DefaultGliderBillingId> <DefaultGliderFlightTypeId>c114d9a7-2e90-43ad-a42b-b1c2d34007e5</DefaultGliderFlightTypeId> <DefaultMotorBillingId>54e811b6-22c2-4189-968f-adebd77fb079</DefaultMotorBillingId> <DefaultMotorFlightTypeId>e62d2469-4ad6-412f-b713-455613e55a89</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>ba5be130-4956-4a01-883d-92b300a39830</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>dd784fa3-ced6-48de-a662-bfe4d8944a03</HomebaseId> <LastArticleSynchronisationOn>2025-10-24T17:26:45.5337163+02:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2025-10-24T17:26:45.5337163+02:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2025-10-24T17:26:45.5337163+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": "42d7a243-2d55-48b8-ab7f-4eefef25bca4",
"ClubKey": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"ClubName": "sample string 5",
"ContactName": "sample string 6",
"CountryId": "84e38c48-0b32-4418-b3de-f1c9be6b316a",
"DefaultStartType": 1,
"DefaultGliderFlightTypeId": "cb9002fa-96b2-42d4-825a-d613dd0a8ec0",
"DefaultTowFlightTypeId": "5bad9069-1733-4722-85b2-4896ce9bfac1",
"DefaultMotorFlightTypeId": "c39e1b35-5a10-494e-96f8-dd0d3d361672",
"DefaultGliderBillingId": "7b8f8c50-0e85-4e69-8506-ba533a92df93",
"DefaultMotorBillingId": "fcd8ccaf-e07d-4760-8457-40ce036debf3",
"EmailAddress": "sample string 8",
"FaxNumber": "sample string 9",
"HomebaseId": "3b410374-a631-4ef1-aa1b-fcbbff133d34",
"LastDeliverySynchronisationOn": "2025-10-24T17:26:45.5347152+02:00",
"LastPersonSynchronisationOn": "2025-10-24T17:26:45.5347152+02:00",
"LastArticleSynchronisationOn": "2025-10-24T17:26:45.5347152+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": "42d7a243-2d55-48b8-ab7f-4eefef25bca4",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"ClubId":"42d7a243-2d55-48b8-ab7f-4eefef25bca4","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"84e38c48-0b32-4418-b3de-f1c9be6b316a","DefaultStartType":1,"DefaultGliderFlightTypeId":"cb9002fa-96b2-42d4-825a-d613dd0a8ec0","DefaultTowFlightTypeId":"5bad9069-1733-4722-85b2-4896ce9bfac1","DefaultMotorFlightTypeId":"c39e1b35-5a10-494e-96f8-dd0d3d361672","DefaultGliderBillingId":"7b8f8c50-0e85-4e69-8506-ba533a92df93","DefaultMotorBillingId":"fcd8ccaf-e07d-4760-8457-40ce036debf3","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"3b410374-a631-4ef1-aa1b-fcbbff133d34","LastDeliverySynchronisationOn":"2025-10-24T17:26:45.5347152+02:00","LastPersonSynchronisationOn":"2025-10-24T17:26:45.5347152+02:00","LastArticleSynchronisationOn":"2025-10-24T17:26:45.5347152+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":"42d7a243-2d55-48b8-ab7f-4eefef25bca4","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">42d7a243-2d55-48b8-ab7f-4eefef25bca4</Id> <Address>sample string 3</Address> <ChangeReservationPeriod>1</ChangeReservationPeriod> <City>sample string 4</City> <ClubId>42d7a243-2d55-48b8-ab7f-4eefef25bca4</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>84e38c48-0b32-4418-b3de-f1c9be6b316a</CountryId> <DefaultGliderBillingId>7b8f8c50-0e85-4e69-8506-ba533a92df93</DefaultGliderBillingId> <DefaultGliderFlightTypeId>cb9002fa-96b2-42d4-825a-d613dd0a8ec0</DefaultGliderFlightTypeId> <DefaultMotorBillingId>fcd8ccaf-e07d-4760-8457-40ce036debf3</DefaultMotorBillingId> <DefaultMotorFlightTypeId>c39e1b35-5a10-494e-96f8-dd0d3d361672</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>5bad9069-1733-4722-85b2-4896ce9bfac1</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>3b410374-a631-4ef1-aa1b-fcbbff133d34</HomebaseId> <LastArticleSynchronisationOn>2025-10-24T17:26:45.5347152+02:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2025-10-24T17:26:45.5347152+02:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2025-10-24T17:26:45.5347152+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>