PUT api/v1/clubs/{clubId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clubId

globally unique identifier

Required

Body Parameters

ClubDetails
NameDescriptionTypeAdditional 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

Sample:
{
  "ClubId": "eddcc1e2-3980-450d-a68e-e24e4c37130f",
  "ClubKey": "sample string 2",
  "Address": "sample string 3",
  "City": "sample string 4",
  "ClubName": "sample string 5",
  "ContactName": "sample string 6",
  "CountryId": "b6221a06-a8de-4d7b-9b76-e7bda2985d7f",
  "DefaultStartType": 1,
  "DefaultGliderFlightTypeId": "91c9652f-8114-4979-9e36-b70a958bafc7",
  "DefaultTowFlightTypeId": "115879be-5d65-4084-93c9-9f4e19b717b1",
  "DefaultMotorFlightTypeId": "97cb2b3c-5427-442f-acc0-92ff546f0d4d",
  "EmailAddress": "sample string 8",
  "FaxNumber": "sample string 9",
  "HomebaseId": "b04f395d-acc3-4447-ac78-0aaed9adaf39",
  "LastDeliverySynchronisationOn": "2024-04-23T13:33:53.5181357+02:00",
  "LastPersonSynchronisationOn": "2024-04-23T13:33:53.5181357+02:00",
  "LastArticleSynchronisationOn": "2024-04-23T13:33:53.5181357+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",
  "SendPassengerFlightRegistrationOperatorEmailTo": "sample string 17",
  "ReplyToEmailAddress": "sample string 18",
  "RunDeliveryCreationJob": true,
  "RunDeliveryMailExportJob": true,
  "IsClubMemberNumberReadonly": true,
  "Id": "eddcc1e2-3980-450d-a68e-e24e4c37130f",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"ClubId":"eddcc1e2-3980-450d-a68e-e24e4c37130f","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"b6221a06-a8de-4d7b-9b76-e7bda2985d7f","DefaultStartType":1,"DefaultGliderFlightTypeId":"91c9652f-8114-4979-9e36-b70a958bafc7","DefaultTowFlightTypeId":"115879be-5d65-4084-93c9-9f4e19b717b1","DefaultMotorFlightTypeId":"97cb2b3c-5427-442f-acc0-92ff546f0d4d","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"b04f395d-acc3-4447-ac78-0aaed9adaf39","LastDeliverySynchronisationOn":"2024-04-23T13:33:53.5181357+02:00","LastPersonSynchronisationOn":"2024-04-23T13:33:53.5181357+02:00","LastArticleSynchronisationOn":"2024-04-23T13:33:53.5181357+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","SendPassengerFlightRegistrationOperatorEmailTo":"sample string 17","ReplyToEmailAddress":"sample string 18","RunDeliveryCreationJob":true,"RunDeliveryMailExportJob":true,"IsClubMemberNumberReadonly":true,"Id":"eddcc1e2-3980-450d-a68e-e24e4c37130f","CanUpdateRecord":true,"CanDeleteRecord":true}

application/xml, text/xml

Sample:
<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">eddcc1e2-3980-450d-a68e-e24e4c37130f</Id>
  <Address>sample string 3</Address>
  <City>sample string 4</City>
  <ClubId>eddcc1e2-3980-450d-a68e-e24e4c37130f</ClubId>
  <ClubKey>sample string 2</ClubKey>
  <ClubName>sample string 5</ClubName>
  <ContactName>sample string 6</ContactName>
  <CountryId>b6221a06-a8de-4d7b-9b76-e7bda2985d7f</CountryId>
  <DefaultGliderFlightTypeId>91c9652f-8114-4979-9e36-b70a958bafc7</DefaultGliderFlightTypeId>
  <DefaultMotorFlightTypeId>97cb2b3c-5427-442f-acc0-92ff546f0d4d</DefaultMotorFlightTypeId>
  <DefaultStartType>1</DefaultStartType>
  <DefaultTowFlightTypeId>115879be-5d65-4084-93c9-9f4e19b717b1</DefaultTowFlightTypeId>
  <EmailAddress>sample string 8</EmailAddress>
  <FaxNumber>sample string 9</FaxNumber>
  <HomebaseId>b04f395d-acc3-4447-ac78-0aaed9adaf39</HomebaseId>
  <IsClubMemberNumberReadonly>true</IsClubMemberNumberReadonly>
  <LastArticleSynchronisationOn>2024-04-23T13:33:53.5181357+02:00</LastArticleSynchronisationOn>
  <LastDeliverySynchronisationOn>2024-04-23T13:33:53.5181357+02:00</LastDeliverySynchronisationOn>
  <LastPersonSynchronisationOn>2024-04-23T13:33:53.5181357+02: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:

Sample not available.

Response Information

Resource Description

ClubDetails
NameDescriptionTypeAdditional 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

Sample:
{
  "ClubId": "bed15ba4-f0a7-477e-8467-be0f4becd1b3",
  "ClubKey": "sample string 2",
  "Address": "sample string 3",
  "City": "sample string 4",
  "ClubName": "sample string 5",
  "ContactName": "sample string 6",
  "CountryId": "5c4bfb56-ca54-45d7-907d-7f43b5c59fa2",
  "DefaultStartType": 1,
  "DefaultGliderFlightTypeId": "4c88241b-6249-43cf-99ca-cda168c301db",
  "DefaultTowFlightTypeId": "7ffc9635-2f44-4f60-a540-4644121a7471",
  "DefaultMotorFlightTypeId": "3c2280f2-c23d-44ed-80ec-e4857797e90e",
  "EmailAddress": "sample string 8",
  "FaxNumber": "sample string 9",
  "HomebaseId": "722690eb-0192-47f9-8826-5d2604435ea3",
  "LastDeliverySynchronisationOn": "2024-04-23T13:33:53.7056342+02:00",
  "LastPersonSynchronisationOn": "2024-04-23T13:33:53.7056342+02:00",
  "LastArticleSynchronisationOn": "2024-04-23T13:33:53.7056342+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",
  "SendPassengerFlightRegistrationOperatorEmailTo": "sample string 17",
  "ReplyToEmailAddress": "sample string 18",
  "RunDeliveryCreationJob": true,
  "RunDeliveryMailExportJob": true,
  "IsClubMemberNumberReadonly": true,
  "Id": "bed15ba4-f0a7-477e-8467-be0f4becd1b3",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"ClubId":"bed15ba4-f0a7-477e-8467-be0f4becd1b3","ClubKey":"sample string 2","Address":"sample string 3","City":"sample string 4","ClubName":"sample string 5","ContactName":"sample string 6","CountryId":"5c4bfb56-ca54-45d7-907d-7f43b5c59fa2","DefaultStartType":1,"DefaultGliderFlightTypeId":"4c88241b-6249-43cf-99ca-cda168c301db","DefaultTowFlightTypeId":"7ffc9635-2f44-4f60-a540-4644121a7471","DefaultMotorFlightTypeId":"3c2280f2-c23d-44ed-80ec-e4857797e90e","EmailAddress":"sample string 8","FaxNumber":"sample string 9","HomebaseId":"722690eb-0192-47f9-8826-5d2604435ea3","LastDeliverySynchronisationOn":"2024-04-23T13:33:53.7056342+02:00","LastPersonSynchronisationOn":"2024-04-23T13:33:53.7056342+02:00","LastArticleSynchronisationOn":"2024-04-23T13:33:53.7056342+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","SendPassengerFlightRegistrationOperatorEmailTo":"sample string 17","ReplyToEmailAddress":"sample string 18","RunDeliveryCreationJob":true,"RunDeliveryMailExportJob":true,"IsClubMemberNumberReadonly":true,"Id":"bed15ba4-f0a7-477e-8467-be0f4becd1b3","CanUpdateRecord":true,"CanDeleteRecord":true}

application/xml, text/xml

Sample:
<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">bed15ba4-f0a7-477e-8467-be0f4becd1b3</Id>
  <Address>sample string 3</Address>
  <City>sample string 4</City>
  <ClubId>bed15ba4-f0a7-477e-8467-be0f4becd1b3</ClubId>
  <ClubKey>sample string 2</ClubKey>
  <ClubName>sample string 5</ClubName>
  <ContactName>sample string 6</ContactName>
  <CountryId>5c4bfb56-ca54-45d7-907d-7f43b5c59fa2</CountryId>
  <DefaultGliderFlightTypeId>4c88241b-6249-43cf-99ca-cda168c301db</DefaultGliderFlightTypeId>
  <DefaultMotorFlightTypeId>3c2280f2-c23d-44ed-80ec-e4857797e90e</DefaultMotorFlightTypeId>
  <DefaultStartType>1</DefaultStartType>
  <DefaultTowFlightTypeId>7ffc9635-2f44-4f60-a540-4644121a7471</DefaultTowFlightTypeId>
  <EmailAddress>sample string 8</EmailAddress>
  <FaxNumber>sample string 9</FaxNumber>
  <HomebaseId>722690eb-0192-47f9-8826-5d2604435ea3</HomebaseId>
  <IsClubMemberNumberReadonly>true</IsClubMemberNumberReadonly>
  <LastArticleSynchronisationOn>2024-04-23T13:33:53.7056342+02:00</LastArticleSynchronisationOn>
  <LastDeliverySynchronisationOn>2024-04-23T13:33:53.7056342+02:00</LastDeliverySynchronisationOn>
  <LastPersonSynchronisationOn>2024-04-23T13:33:53.7056342+02: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>