POST api/v1/persons
Request Information
URI Parameters
None.
Body Parameters
PersonDetailsName | Description | Type | Additional information |
---|---|---|---|
PersonId | globally unique identifier |
None. |
|
Firstname | string |
Required String length: inclusive between 0 and 100 |
|
Lastname | string |
Required String length: inclusive between 0 and 100 |
|
Midname | string |
String length: inclusive between 0 and 100 |
|
AddressLine1 | string |
String length: inclusive between 0 and 200 |
|
AddressLine2 | string |
String length: inclusive between 0 and 200 |
|
ZipCode | string |
String length: inclusive between 0 and 10 |
|
City | string |
String length: inclusive between 0 and 100 |
|
Region | string |
String length: inclusive between 0 and 100 |
|
CountryId | globally unique identifier |
None. |
|
CompanyName | string |
String length: inclusive between 0 and 100 |
|
BusinessEmail | string |
String length: inclusive between 0 and 256 |
|
PrivateEmail | string |
String length: inclusive between 0 and 256 |
|
MobilePhoneNumber | string |
String length: inclusive between 0 and 30 |
|
PrivatePhoneNumber | string |
String length: inclusive between 0 and 30 |
|
BusinessPhoneNumber | string |
String length: inclusive between 0 and 30 |
|
Birthday | date |
None. |
|
FaxNumber | string |
String length: inclusive between 0 and 30 |
|
ReceiveOwnedAircraftStatisticReports | boolean |
None. |
|
EnableAddress | boolean |
None. |
|
ClubRelatedPersonDetails | ClubRelatedPersonDetails |
None. |
|
HasGliderInstructorLicence | boolean |
None. |
|
HasGliderPilotLicence | boolean |
None. |
|
HasGliderTraineeLicence | boolean |
None. |
|
HasMotorPilotLicence | boolean |
None. |
|
HasTowPilotLicence | boolean |
None. |
|
HasGliderPassengerLicence | boolean |
None. |
|
HasTMGLicence | boolean |
None. |
|
HasWinchOperatorLicence | boolean |
None. |
|
HasMotorInstructorLicence | boolean |
None. |
|
HasPartMLicence | boolean |
None. |
|
LicenceNumber | string |
String length: inclusive between 0 and 20 |
|
MedicalClass1ExpireDate | date |
None. |
|
MedicalClass2ExpireDate | date |
None. |
|
MedicalLaplExpireDate | date |
None. |
|
GliderInstructorLicenceExpireDate | date |
None. |
|
MotorInstructorLicenceExpireDate | date |
None. |
|
PartMLicenceExpireDate | date |
None. |
|
HasGliderTowingStartPermission | boolean |
None. |
|
HasGliderSelfStartPermission | boolean |
None. |
|
HasGliderWinchStartPermission | boolean |
None. |
|
SpotLink | string |
String length: inclusive between 0 and 250 |
|
Id | globally unique identifier |
None. |
|
CanUpdateRecord | boolean |
None. |
|
CanDeleteRecord | boolean |
None. |
Request Formats
application/json, text/json
{ "PersonId": "76121ddd-b929-4b89-8b48-b2bef2a03e22", "Firstname": "sample string 2", "Lastname": "sample string 3", "Midname": "sample string 4", "AddressLine1": "sample string 5", "AddressLine2": "sample string 6", "ZipCode": "sample string 7", "City": "sample string 8", "Region": "sample string 9", "CountryId": "9c7ce67e-510c-4bf5-9836-a591124f2bc9", "CompanyName": "sample string 10", "BusinessEmail": "sample string 11", "PrivateEmail": "sample string 12", "MobilePhoneNumber": "sample string 13", "PrivatePhoneNumber": "sample string 14", "BusinessPhoneNumber": "sample string 15", "Birthday": "2025-05-30T04:34:42.1840994+02:00", "FaxNumber": "sample string 16", "ReceiveOwnedAircraftStatisticReports": true, "EnableAddress": true, "ClubRelatedPersonDetails": { "PersonCategoryIds": [ "7983860c-64d8-4aae-81b4-3c90f3efebd7", "c9ae4999-05a3-4b85-81c7-c40a2461d08e" ], "MemberStateId": "54e2b961-c042-41a6-8b77-2f43443fbfd5", "MemberNumber": "sample string 1", "IsGliderInstructor": true, "IsGliderPilot": true, "IsGliderTrainee": true, "IsMotorPilot": true, "IsPassenger": true, "IsTowPilot": true, "IsWinchOperator": true, "IsMotorInstructor": true, "ReceiveFlightReports": true, "ReceiveAircraftReservationNotifications": true, "ReceivePlanningDayRoleReminder": true, "IsActive": true, "IsMemberNumberReadonly": true }, "HasGliderInstructorLicence": true, "HasGliderPilotLicence": true, "HasGliderTraineeLicence": true, "HasMotorPilotLicence": true, "HasTowPilotLicence": true, "HasGliderPassengerLicence": true, "HasTMGLicence": true, "HasWinchOperatorLicence": true, "HasMotorInstructorLicence": true, "HasPartMLicence": true, "LicenceNumber": "sample string 29", "MedicalClass1ExpireDate": "2025-05-30T04:34:42.1840994+02:00", "MedicalClass2ExpireDate": "2025-05-30T04:34:42.1840994+02:00", "MedicalLaplExpireDate": "2025-05-30T04:34:42.1840994+02:00", "GliderInstructorLicenceExpireDate": "2025-05-30T04:34:42.1840994+02:00", "MotorInstructorLicenceExpireDate": "2025-05-30T04:34:42.1840994+02:00", "PartMLicenceExpireDate": "2025-05-30T04:34:42.1840994+02:00", "HasGliderTowingStartPermission": true, "HasGliderSelfStartPermission": true, "HasGliderWinchStartPermission": true, "SpotLink": "sample string 33", "Id": "76121ddd-b929-4b89-8b48-b2bef2a03e22", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"PersonId":"76121ddd-b929-4b89-8b48-b2bef2a03e22","Firstname":"sample string 2","Lastname":"sample string 3","Midname":"sample string 4","AddressLine1":"sample string 5","AddressLine2":"sample string 6","ZipCode":"sample string 7","City":"sample string 8","Region":"sample string 9","CountryId":"9c7ce67e-510c-4bf5-9836-a591124f2bc9","CompanyName":"sample string 10","BusinessEmail":"sample string 11","PrivateEmail":"sample string 12","MobilePhoneNumber":"sample string 13","PrivatePhoneNumber":"sample string 14","BusinessPhoneNumber":"sample string 15","Birthday":"2025-05-30T04:34:42.1840994+02:00","FaxNumber":"sample string 16","ReceiveOwnedAircraftStatisticReports":true,"EnableAddress":true,"ClubRelatedPersonDetails":{"PersonCategoryIds":["7983860c-64d8-4aae-81b4-3c90f3efebd7","c9ae4999-05a3-4b85-81c7-c40a2461d08e"],"MemberStateId":"54e2b961-c042-41a6-8b77-2f43443fbfd5","MemberNumber":"sample string 1","IsGliderInstructor":true,"IsGliderPilot":true,"IsGliderTrainee":true,"IsMotorPilot":true,"IsPassenger":true,"IsTowPilot":true,"IsWinchOperator":true,"IsMotorInstructor":true,"ReceiveFlightReports":true,"ReceiveAircraftReservationNotifications":true,"ReceivePlanningDayRoleReminder":true,"IsActive":true,"IsMemberNumberReadonly":true},"HasGliderInstructorLicence":true,"HasGliderPilotLicence":true,"HasGliderTraineeLicence":true,"HasMotorPilotLicence":true,"HasTowPilotLicence":true,"HasGliderPassengerLicence":true,"HasTMGLicence":true,"HasWinchOperatorLicence":true,"HasMotorInstructorLicence":true,"HasPartMLicence":true,"LicenceNumber":"sample string 29","MedicalClass1ExpireDate":"2025-05-30T04:34:42.1840994+02:00","MedicalClass2ExpireDate":"2025-05-30T04:34:42.1840994+02:00","MedicalLaplExpireDate":"2025-05-30T04:34:42.1840994+02:00","GliderInstructorLicenceExpireDate":"2025-05-30T04:34:42.1840994+02:00","MotorInstructorLicenceExpireDate":"2025-05-30T04:34:42.1840994+02:00","PartMLicenceExpireDate":"2025-05-30T04:34:42.1840994+02:00","HasGliderTowingStartPermission":true,"HasGliderSelfStartPermission":true,"HasGliderWinchStartPermission":true,"SpotLink":"sample string 33","Id":"76121ddd-b929-4b89-8b48-b2bef2a03e22","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
<PersonDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Person"> <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">76121ddd-b929-4b89-8b48-b2bef2a03e22</Id> <AddressLine1>sample string 5</AddressLine1> <AddressLine2>sample string 6</AddressLine2> <Birthday>2025-05-30T04:34:42.1840994+02:00</Birthday> <BusinessEmail>sample string 11</BusinessEmail> <BusinessPhoneNumber>sample string 15</BusinessPhoneNumber> <City>sample string 8</City> <ClubRelatedPersonDetails> <IsActive>true</IsActive> <IsGliderInstructor>true</IsGliderInstructor> <IsGliderPilot>true</IsGliderPilot> <IsGliderTrainee>true</IsGliderTrainee> <IsMemberNumberReadonly>true</IsMemberNumberReadonly> <IsMotorInstructor>true</IsMotorInstructor> <IsMotorPilot>true</IsMotorPilot> <IsPassenger>true</IsPassenger> <IsTowPilot>true</IsTowPilot> <IsWinchOperator>true</IsWinchOperator> <MemberNumber>sample string 1</MemberNumber> <MemberStateId>54e2b961-c042-41a6-8b77-2f43443fbfd5</MemberStateId> <PersonCategoryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>7983860c-64d8-4aae-81b4-3c90f3efebd7</d3p1:guid> <d3p1:guid>c9ae4999-05a3-4b85-81c7-c40a2461d08e</d3p1:guid> </PersonCategoryIds> <ReceiveAircraftReservationNotifications>true</ReceiveAircraftReservationNotifications> <ReceiveFlightReports>true</ReceiveFlightReports> <ReceivePlanningDayRoleReminder>true</ReceivePlanningDayRoleReminder> </ClubRelatedPersonDetails> <CompanyName>sample string 10</CompanyName> <CountryId>9c7ce67e-510c-4bf5-9836-a591124f2bc9</CountryId> <EnableAddress>true</EnableAddress> <FaxNumber>sample string 16</FaxNumber> <Firstname>sample string 2</Firstname> <GliderInstructorLicenceExpireDate>2025-05-30T04:34:42.1840994+02:00</GliderInstructorLicenceExpireDate> <HasGliderInstructorLicence>true</HasGliderInstructorLicence> <HasGliderPassengerLicence>true</HasGliderPassengerLicence> <HasGliderPilotLicence>true</HasGliderPilotLicence> <HasGliderSelfStartPermission>true</HasGliderSelfStartPermission> <HasGliderTowingStartPermission>true</HasGliderTowingStartPermission> <HasGliderTraineeLicence>true</HasGliderTraineeLicence> <HasGliderWinchStartPermission>true</HasGliderWinchStartPermission> <HasMotorInstructorLicence>true</HasMotorInstructorLicence> <HasMotorPilotLicence>true</HasMotorPilotLicence> <HasPartMLicence>true</HasPartMLicence> <HasTMGLicence>true</HasTMGLicence> <HasTowPilotLicence>true</HasTowPilotLicence> <HasWinchOperatorLicence>true</HasWinchOperatorLicence> <Lastname>sample string 3</Lastname> <LicenceNumber>sample string 29</LicenceNumber> <MedicalClass1ExpireDate>2025-05-30T04:34:42.1840994+02:00</MedicalClass1ExpireDate> <MedicalClass2ExpireDate>2025-05-30T04:34:42.1840994+02:00</MedicalClass2ExpireDate> <MedicalLaplExpireDate>2025-05-30T04:34:42.1840994+02:00</MedicalLaplExpireDate> <Midname>sample string 4</Midname> <MobilePhoneNumber>sample string 13</MobilePhoneNumber> <MotorInstructorLicenceExpireDate>2025-05-30T04:34:42.1840994+02:00</MotorInstructorLicenceExpireDate> <PartMLicenceExpireDate>2025-05-30T04:34:42.1840994+02:00</PartMLicenceExpireDate> <PersonId>76121ddd-b929-4b89-8b48-b2bef2a03e22</PersonId> <PrivateEmail>sample string 12</PrivateEmail> <PrivatePhoneNumber>sample string 14</PrivatePhoneNumber> <ReceiveOwnedAircraftStatisticReports>true</ReceiveOwnedAircraftStatisticReports> <Region>sample string 9</Region> <SpotLink>sample string 33</SpotLink> <ZipCode>sample string 7</ZipCode> </PersonDetails>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
PersonDetailsName | Description | Type | Additional information |
---|---|---|---|
PersonId | globally unique identifier |
None. |
|
Firstname | string |
Required String length: inclusive between 0 and 100 |
|
Lastname | string |
Required String length: inclusive between 0 and 100 |
|
Midname | string |
String length: inclusive between 0 and 100 |
|
AddressLine1 | string |
String length: inclusive between 0 and 200 |
|
AddressLine2 | string |
String length: inclusive between 0 and 200 |
|
ZipCode | string |
String length: inclusive between 0 and 10 |
|
City | string |
String length: inclusive between 0 and 100 |
|
Region | string |
String length: inclusive between 0 and 100 |
|
CountryId | globally unique identifier |
None. |
|
CompanyName | string |
String length: inclusive between 0 and 100 |
|
BusinessEmail | string |
String length: inclusive between 0 and 256 |
|
PrivateEmail | string |
String length: inclusive between 0 and 256 |
|
MobilePhoneNumber | string |
String length: inclusive between 0 and 30 |
|
PrivatePhoneNumber | string |
String length: inclusive between 0 and 30 |
|
BusinessPhoneNumber | string |
String length: inclusive between 0 and 30 |
|
Birthday | date |
None. |
|
FaxNumber | string |
String length: inclusive between 0 and 30 |
|
ReceiveOwnedAircraftStatisticReports | boolean |
None. |
|
EnableAddress | boolean |
None. |
|
ClubRelatedPersonDetails | ClubRelatedPersonDetails |
None. |
|
HasGliderInstructorLicence | boolean |
None. |
|
HasGliderPilotLicence | boolean |
None. |
|
HasGliderTraineeLicence | boolean |
None. |
|
HasMotorPilotLicence | boolean |
None. |
|
HasTowPilotLicence | boolean |
None. |
|
HasGliderPassengerLicence | boolean |
None. |
|
HasTMGLicence | boolean |
None. |
|
HasWinchOperatorLicence | boolean |
None. |
|
HasMotorInstructorLicence | boolean |
None. |
|
HasPartMLicence | boolean |
None. |
|
LicenceNumber | string |
String length: inclusive between 0 and 20 |
|
MedicalClass1ExpireDate | date |
None. |
|
MedicalClass2ExpireDate | date |
None. |
|
MedicalLaplExpireDate | date |
None. |
|
GliderInstructorLicenceExpireDate | date |
None. |
|
MotorInstructorLicenceExpireDate | date |
None. |
|
PartMLicenceExpireDate | date |
None. |
|
HasGliderTowingStartPermission | boolean |
None. |
|
HasGliderSelfStartPermission | boolean |
None. |
|
HasGliderWinchStartPermission | boolean |
None. |
|
SpotLink | string |
String length: inclusive between 0 and 250 |
|
Id | globally unique identifier |
None. |
|
CanUpdateRecord | boolean |
None. |
|
CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
{ "PersonId": "c9edc399-882a-49e3-a1ee-b050c9fb2f02", "Firstname": "sample string 2", "Lastname": "sample string 3", "Midname": "sample string 4", "AddressLine1": "sample string 5", "AddressLine2": "sample string 6", "ZipCode": "sample string 7", "City": "sample string 8", "Region": "sample string 9", "CountryId": "cd9c936f-4539-4bab-b124-9884c9fdc49d", "CompanyName": "sample string 10", "BusinessEmail": "sample string 11", "PrivateEmail": "sample string 12", "MobilePhoneNumber": "sample string 13", "PrivatePhoneNumber": "sample string 14", "BusinessPhoneNumber": "sample string 15", "Birthday": "2025-05-30T04:34:42.1840994+02:00", "FaxNumber": "sample string 16", "ReceiveOwnedAircraftStatisticReports": true, "EnableAddress": true, "ClubRelatedPersonDetails": { "PersonCategoryIds": [ "52e92af4-8aa7-4a67-9c0c-edc99911908a", "3db866ed-60f0-413b-96dd-7353d180c188" ], "MemberStateId": "e59cd2fe-668b-4caf-9bd2-91bab18886c7", "MemberNumber": "sample string 1", "IsGliderInstructor": true, "IsGliderPilot": true, "IsGliderTrainee": true, "IsMotorPilot": true, "IsPassenger": true, "IsTowPilot": true, "IsWinchOperator": true, "IsMotorInstructor": true, "ReceiveFlightReports": true, "ReceiveAircraftReservationNotifications": true, "ReceivePlanningDayRoleReminder": true, "IsActive": true, "IsMemberNumberReadonly": true }, "HasGliderInstructorLicence": true, "HasGliderPilotLicence": true, "HasGliderTraineeLicence": true, "HasMotorPilotLicence": true, "HasTowPilotLicence": true, "HasGliderPassengerLicence": true, "HasTMGLicence": true, "HasWinchOperatorLicence": true, "HasMotorInstructorLicence": true, "HasPartMLicence": true, "LicenceNumber": "sample string 29", "MedicalClass1ExpireDate": "2025-05-30T04:34:42.1840994+02:00", "MedicalClass2ExpireDate": "2025-05-30T04:34:42.1840994+02:00", "MedicalLaplExpireDate": "2025-05-30T04:34:42.1840994+02:00", "GliderInstructorLicenceExpireDate": "2025-05-30T04:34:42.1840994+02:00", "MotorInstructorLicenceExpireDate": "2025-05-30T04:34:42.1840994+02:00", "PartMLicenceExpireDate": "2025-05-30T04:34:42.1840994+02:00", "HasGliderTowingStartPermission": true, "HasGliderSelfStartPermission": true, "HasGliderWinchStartPermission": true, "SpotLink": "sample string 33", "Id": "c9edc399-882a-49e3-a1ee-b050c9fb2f02", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"PersonId":"c9edc399-882a-49e3-a1ee-b050c9fb2f02","Firstname":"sample string 2","Lastname":"sample string 3","Midname":"sample string 4","AddressLine1":"sample string 5","AddressLine2":"sample string 6","ZipCode":"sample string 7","City":"sample string 8","Region":"sample string 9","CountryId":"cd9c936f-4539-4bab-b124-9884c9fdc49d","CompanyName":"sample string 10","BusinessEmail":"sample string 11","PrivateEmail":"sample string 12","MobilePhoneNumber":"sample string 13","PrivatePhoneNumber":"sample string 14","BusinessPhoneNumber":"sample string 15","Birthday":"2025-05-30T04:34:42.1840994+02:00","FaxNumber":"sample string 16","ReceiveOwnedAircraftStatisticReports":true,"EnableAddress":true,"ClubRelatedPersonDetails":{"PersonCategoryIds":["52e92af4-8aa7-4a67-9c0c-edc99911908a","3db866ed-60f0-413b-96dd-7353d180c188"],"MemberStateId":"e59cd2fe-668b-4caf-9bd2-91bab18886c7","MemberNumber":"sample string 1","IsGliderInstructor":true,"IsGliderPilot":true,"IsGliderTrainee":true,"IsMotorPilot":true,"IsPassenger":true,"IsTowPilot":true,"IsWinchOperator":true,"IsMotorInstructor":true,"ReceiveFlightReports":true,"ReceiveAircraftReservationNotifications":true,"ReceivePlanningDayRoleReminder":true,"IsActive":true,"IsMemberNumberReadonly":true},"HasGliderInstructorLicence":true,"HasGliderPilotLicence":true,"HasGliderTraineeLicence":true,"HasMotorPilotLicence":true,"HasTowPilotLicence":true,"HasGliderPassengerLicence":true,"HasTMGLicence":true,"HasWinchOperatorLicence":true,"HasMotorInstructorLicence":true,"HasPartMLicence":true,"LicenceNumber":"sample string 29","MedicalClass1ExpireDate":"2025-05-30T04:34:42.1840994+02:00","MedicalClass2ExpireDate":"2025-05-30T04:34:42.1840994+02:00","MedicalLaplExpireDate":"2025-05-30T04:34:42.1840994+02:00","GliderInstructorLicenceExpireDate":"2025-05-30T04:34:42.1840994+02:00","MotorInstructorLicenceExpireDate":"2025-05-30T04:34:42.1840994+02:00","PartMLicenceExpireDate":"2025-05-30T04:34:42.1840994+02:00","HasGliderTowingStartPermission":true,"HasGliderSelfStartPermission":true,"HasGliderWinchStartPermission":true,"SpotLink":"sample string 33","Id":"c9edc399-882a-49e3-a1ee-b050c9fb2f02","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
<PersonDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Person"> <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">c9edc399-882a-49e3-a1ee-b050c9fb2f02</Id> <AddressLine1>sample string 5</AddressLine1> <AddressLine2>sample string 6</AddressLine2> <Birthday>2025-05-30T04:34:42.1840994+02:00</Birthday> <BusinessEmail>sample string 11</BusinessEmail> <BusinessPhoneNumber>sample string 15</BusinessPhoneNumber> <City>sample string 8</City> <ClubRelatedPersonDetails> <IsActive>true</IsActive> <IsGliderInstructor>true</IsGliderInstructor> <IsGliderPilot>true</IsGliderPilot> <IsGliderTrainee>true</IsGliderTrainee> <IsMemberNumberReadonly>true</IsMemberNumberReadonly> <IsMotorInstructor>true</IsMotorInstructor> <IsMotorPilot>true</IsMotorPilot> <IsPassenger>true</IsPassenger> <IsTowPilot>true</IsTowPilot> <IsWinchOperator>true</IsWinchOperator> <MemberNumber>sample string 1</MemberNumber> <MemberStateId>e59cd2fe-668b-4caf-9bd2-91bab18886c7</MemberStateId> <PersonCategoryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>52e92af4-8aa7-4a67-9c0c-edc99911908a</d3p1:guid> <d3p1:guid>3db866ed-60f0-413b-96dd-7353d180c188</d3p1:guid> </PersonCategoryIds> <ReceiveAircraftReservationNotifications>true</ReceiveAircraftReservationNotifications> <ReceiveFlightReports>true</ReceiveFlightReports> <ReceivePlanningDayRoleReminder>true</ReceivePlanningDayRoleReminder> </ClubRelatedPersonDetails> <CompanyName>sample string 10</CompanyName> <CountryId>cd9c936f-4539-4bab-b124-9884c9fdc49d</CountryId> <EnableAddress>true</EnableAddress> <FaxNumber>sample string 16</FaxNumber> <Firstname>sample string 2</Firstname> <GliderInstructorLicenceExpireDate>2025-05-30T04:34:42.1840994+02:00</GliderInstructorLicenceExpireDate> <HasGliderInstructorLicence>true</HasGliderInstructorLicence> <HasGliderPassengerLicence>true</HasGliderPassengerLicence> <HasGliderPilotLicence>true</HasGliderPilotLicence> <HasGliderSelfStartPermission>true</HasGliderSelfStartPermission> <HasGliderTowingStartPermission>true</HasGliderTowingStartPermission> <HasGliderTraineeLicence>true</HasGliderTraineeLicence> <HasGliderWinchStartPermission>true</HasGliderWinchStartPermission> <HasMotorInstructorLicence>true</HasMotorInstructorLicence> <HasMotorPilotLicence>true</HasMotorPilotLicence> <HasPartMLicence>true</HasPartMLicence> <HasTMGLicence>true</HasTMGLicence> <HasTowPilotLicence>true</HasTowPilotLicence> <HasWinchOperatorLicence>true</HasWinchOperatorLicence> <Lastname>sample string 3</Lastname> <LicenceNumber>sample string 29</LicenceNumber> <MedicalClass1ExpireDate>2025-05-30T04:34:42.1840994+02:00</MedicalClass1ExpireDate> <MedicalClass2ExpireDate>2025-05-30T04:34:42.1840994+02:00</MedicalClass2ExpireDate> <MedicalLaplExpireDate>2025-05-30T04:34:42.1840994+02:00</MedicalLaplExpireDate> <Midname>sample string 4</Midname> <MobilePhoneNumber>sample string 13</MobilePhoneNumber> <MotorInstructorLicenceExpireDate>2025-05-30T04:34:42.1840994+02:00</MotorInstructorLicenceExpireDate> <PartMLicenceExpireDate>2025-05-30T04:34:42.1840994+02:00</PartMLicenceExpireDate> <PersonId>c9edc399-882a-49e3-a1ee-b050c9fb2f02</PersonId> <PrivateEmail>sample string 12</PrivateEmail> <PrivatePhoneNumber>sample string 14</PrivatePhoneNumber> <ReceiveOwnedAircraftStatisticReports>true</ReceiveOwnedAircraftStatisticReports> <Region>sample string 9</Region> <SpotLink>sample string 33</SpotLink> <ZipCode>sample string 7</ZipCode> </PersonDetails>