POST api/v1/clubs
Inserts the specified club details.
Request Information
URI Parameters
None.
Body Parameters
The club details.
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. |
|
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": "86d5f558-e0df-41a9-a24f-c7e0e698a652", "ClubKey": "sample string 2", "Address": "sample string 3", "City": "sample string 4", "ClubName": "sample string 5", "ContactName": "sample string 6", "CountryId": "05faf25c-692c-45f7-b19b-593d7bef0eec", "DefaultStartType": 1, "DefaultGliderFlightTypeId": "2848606e-911a-4f9d-aad7-9ddc03e9230f", "DefaultTowFlightTypeId": "ab3a6325-f52a-4def-9915-6538b4e50e9e", "DefaultMotorFlightTypeId": "6598e454-ca52-4615-b412-7cc13eb83198", "DefaultGliderBillingId": "2a2db5f4-fe76-4556-b157-800ebe443519", "DefaultMotorBillingId": "99eb31e7-af01-4bd2-932a-7760beb5bbd0", "EmailAddress": "sample string 8", "FaxNumber": "sample string 9", "HomebaseId": "f5fed0bc-70de-422e-9faf-ac548b9cc657", "LastDeliverySynchronisationOn": "2024-04-05T01:48:27.698559+02:00", "LastPersonSynchronisationOn": "2024-04-05T01:48:27.698559+02:00", "LastArticleSynchronisationOn": "2024-04-05T01:48:27.698559+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": "86d5f558-e0df-41a9-a24f-c7e0e698a652", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"ClubId":"86d5f558-e0df-41a9-a24f-c7e0e698a652","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"05faf25c-692c-45f7-b19b-593d7bef0eec","DefaultStartType":1,"DefaultGliderFlightTypeId":"2848606e-911a-4f9d-aad7-9ddc03e9230f","DefaultTowFlightTypeId":"ab3a6325-f52a-4def-9915-6538b4e50e9e","DefaultMotorFlightTypeId":"6598e454-ca52-4615-b412-7cc13eb83198","DefaultGliderBillingId":"2a2db5f4-fe76-4556-b157-800ebe443519","DefaultMotorBillingId":"99eb31e7-af01-4bd2-932a-7760beb5bbd0","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"f5fed0bc-70de-422e-9faf-ac548b9cc657","LastDeliverySynchronisationOn":"2024-04-05T01:48:27.698559+02:00","LastPersonSynchronisationOn":"2024-04-05T01:48:27.698559+02:00","LastArticleSynchronisationOn":"2024-04-05T01:48:27.698559+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":"86d5f558-e0df-41a9-a24f-c7e0e698a652","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">86d5f558-e0df-41a9-a24f-c7e0e698a652</Id> <Address>sample string 3</Address> <ChangeReservationPeriod>1</ChangeReservationPeriod> <City>sample string 4</City> <ClubId>86d5f558-e0df-41a9-a24f-c7e0e698a652</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>05faf25c-692c-45f7-b19b-593d7bef0eec</CountryId> <DefaultGliderBillingId>2a2db5f4-fe76-4556-b157-800ebe443519</DefaultGliderBillingId> <DefaultGliderFlightTypeId>2848606e-911a-4f9d-aad7-9ddc03e9230f</DefaultGliderFlightTypeId> <DefaultMotorBillingId>99eb31e7-af01-4bd2-932a-7760beb5bbd0</DefaultMotorBillingId> <DefaultMotorFlightTypeId>6598e454-ca52-4615-b412-7cc13eb83198</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>ab3a6325-f52a-4def-9915-6538b4e50e9e</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>f5fed0bc-70de-422e-9faf-ac548b9cc657</HomebaseId> <LastArticleSynchronisationOn>2024-04-05T01:48:27.698559+02:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2024-04-05T01:48:27.698559+02:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2024-04-05T01:48:27.698559+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
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. |
|
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": "92a546fc-4bd6-45eb-b281-f7723b8e9da9", "ClubKey": "sample string 2", "Address": "sample string 3", "City": "sample string 4", "ClubName": "sample string 5", "ContactName": "sample string 6", "CountryId": "466aca44-a871-433b-958d-4854dad0b061", "DefaultStartType": 1, "DefaultGliderFlightTypeId": "09ed9681-453d-4d16-a249-89d7214f37e5", "DefaultTowFlightTypeId": "68ebd69c-093c-44cf-bfa9-0b5db5f42c9a", "DefaultMotorFlightTypeId": "6fa52bd5-a845-42fa-93b8-9c25a6fa2d73", "DefaultGliderBillingId": "43768d83-1268-4547-aa3f-bbe6940e31ac", "DefaultMotorBillingId": "cf7b00e2-4c9a-4058-a74d-8eeb5c8f1b0a", "EmailAddress": "sample string 8", "FaxNumber": "sample string 9", "HomebaseId": "4783ddc8-7c0e-46c5-8d41-06a026d75014", "LastDeliverySynchronisationOn": "2024-04-05T01:48:27.7176448+02:00", "LastPersonSynchronisationOn": "2024-04-05T01:48:27.7176448+02:00", "LastArticleSynchronisationOn": "2024-04-05T01:48:27.7176448+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": "92a546fc-4bd6-45eb-b281-f7723b8e9da9", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"ClubId":"92a546fc-4bd6-45eb-b281-f7723b8e9da9","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"466aca44-a871-433b-958d-4854dad0b061","DefaultStartType":1,"DefaultGliderFlightTypeId":"09ed9681-453d-4d16-a249-89d7214f37e5","DefaultTowFlightTypeId":"68ebd69c-093c-44cf-bfa9-0b5db5f42c9a","DefaultMotorFlightTypeId":"6fa52bd5-a845-42fa-93b8-9c25a6fa2d73","DefaultGliderBillingId":"43768d83-1268-4547-aa3f-bbe6940e31ac","DefaultMotorBillingId":"cf7b00e2-4c9a-4058-a74d-8eeb5c8f1b0a","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"4783ddc8-7c0e-46c5-8d41-06a026d75014","LastDeliverySynchronisationOn":"2024-04-05T01:48:27.7176448+02:00","LastPersonSynchronisationOn":"2024-04-05T01:48:27.7176448+02:00","LastArticleSynchronisationOn":"2024-04-05T01:48:27.7176448+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":"92a546fc-4bd6-45eb-b281-f7723b8e9da9","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">92a546fc-4bd6-45eb-b281-f7723b8e9da9</Id> <Address>sample string 3</Address> <ChangeReservationPeriod>1</ChangeReservationPeriod> <City>sample string 4</City> <ClubId>92a546fc-4bd6-45eb-b281-f7723b8e9da9</ClubId> <ClubKey>sample string 2</ClubKey> <ClubName>sample string 5</ClubName> <ContactName>sample string 6</ContactName> <CountryId>466aca44-a871-433b-958d-4854dad0b061</CountryId> <DefaultGliderBillingId>43768d83-1268-4547-aa3f-bbe6940e31ac</DefaultGliderBillingId> <DefaultGliderFlightTypeId>09ed9681-453d-4d16-a249-89d7214f37e5</DefaultGliderFlightTypeId> <DefaultMotorBillingId>cf7b00e2-4c9a-4058-a74d-8eeb5c8f1b0a</DefaultMotorBillingId> <DefaultMotorFlightTypeId>6fa52bd5-a845-42fa-93b8-9c25a6fa2d73</DefaultMotorFlightTypeId> <DefaultStartType>1</DefaultStartType> <DefaultTowFlightTypeId>68ebd69c-093c-44cf-bfa9-0b5db5f42c9a</DefaultTowFlightTypeId> <EmailAddress>sample string 8</EmailAddress> <FaxNumber>sample string 9</FaxNumber> <HomebaseId>4783ddc8-7c0e-46c5-8d41-06a026d75014</HomebaseId> <LastArticleSynchronisationOn>2024-04-05T01:48:27.7176448+02:00</LastArticleSynchronisationOn> <LastDeliverySynchronisationOn>2024-04-05T01:48:27.7176448+02:00</LastDeliverySynchronisationOn> <LastPersonSynchronisationOn>2024-04-05T01:48:27.7176448+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>