POST api/v1/persons
Request Information
URI Parameters
None.
Body Parameters
PersonDetails| Name | 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": "03d0bda1-e2b8-47e8-9f3b-2b8f0110bae4",
"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": "22140b05-77f4-4569-9a6a-d28fff2beb91",
"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": "2026-01-07T02:29:12.2250403+01:00",
"FaxNumber": "sample string 16",
"ReceiveOwnedAircraftStatisticReports": true,
"EnableAddress": true,
"ClubRelatedPersonDetails": {
"PersonCategoryIds": [
"9f4e8805-7b6d-4238-a071-77026c1a54ea",
"8eade363-b58c-46ed-bd14-52a993ed37fa"
],
"MemberStateId": "f73f1271-6388-499b-92d1-2231e76672ac",
"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": "2026-01-07T02:29:12.2250403+01:00",
"MedicalClass2ExpireDate": "2026-01-07T02:29:12.2250403+01:00",
"MedicalLaplExpireDate": "2026-01-07T02:29:12.2250403+01:00",
"GliderInstructorLicenceExpireDate": "2026-01-07T02:29:12.2250403+01:00",
"MotorInstructorLicenceExpireDate": "2026-01-07T02:29:12.2250403+01:00",
"PartMLicenceExpireDate": "2026-01-07T02:29:12.2250403+01:00",
"HasGliderTowingStartPermission": true,
"HasGliderSelfStartPermission": true,
"HasGliderWinchStartPermission": true,
"SpotLink": "sample string 33",
"Id": "03d0bda1-e2b8-47e8-9f3b-2b8f0110bae4",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"PersonId":"03d0bda1-e2b8-47e8-9f3b-2b8f0110bae4","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":"22140b05-77f4-4569-9a6a-d28fff2beb91","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":"2026-01-07T02:29:12.2250403+01:00","FaxNumber":"sample string 16","ReceiveOwnedAircraftStatisticReports":true,"EnableAddress":true,"ClubRelatedPersonDetails":{"PersonCategoryIds":["9f4e8805-7b6d-4238-a071-77026c1a54ea","8eade363-b58c-46ed-bd14-52a993ed37fa"],"MemberStateId":"f73f1271-6388-499b-92d1-2231e76672ac","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":"2026-01-07T02:29:12.2250403+01:00","MedicalClass2ExpireDate":"2026-01-07T02:29:12.2250403+01:00","MedicalLaplExpireDate":"2026-01-07T02:29:12.2250403+01:00","GliderInstructorLicenceExpireDate":"2026-01-07T02:29:12.2250403+01:00","MotorInstructorLicenceExpireDate":"2026-01-07T02:29:12.2250403+01:00","PartMLicenceExpireDate":"2026-01-07T02:29:12.2250403+01:00","HasGliderTowingStartPermission":true,"HasGliderSelfStartPermission":true,"HasGliderWinchStartPermission":true,"SpotLink":"sample string 33","Id":"03d0bda1-e2b8-47e8-9f3b-2b8f0110bae4","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">03d0bda1-e2b8-47e8-9f3b-2b8f0110bae4</Id>
<AddressLine1>sample string 5</AddressLine1>
<AddressLine2>sample string 6</AddressLine2>
<Birthday>2026-01-07T02:29:12.2250403+01: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>f73f1271-6388-499b-92d1-2231e76672ac</MemberStateId>
<PersonCategoryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>9f4e8805-7b6d-4238-a071-77026c1a54ea</d3p1:guid>
<d3p1:guid>8eade363-b58c-46ed-bd14-52a993ed37fa</d3p1:guid>
</PersonCategoryIds>
<ReceiveAircraftReservationNotifications>true</ReceiveAircraftReservationNotifications>
<ReceiveFlightReports>true</ReceiveFlightReports>
<ReceivePlanningDayRoleReminder>true</ReceivePlanningDayRoleReminder>
</ClubRelatedPersonDetails>
<CompanyName>sample string 10</CompanyName>
<CountryId>22140b05-77f4-4569-9a6a-d28fff2beb91</CountryId>
<EnableAddress>true</EnableAddress>
<FaxNumber>sample string 16</FaxNumber>
<Firstname>sample string 2</Firstname>
<GliderInstructorLicenceExpireDate>2026-01-07T02:29:12.2250403+01: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>2026-01-07T02:29:12.2250403+01:00</MedicalClass1ExpireDate>
<MedicalClass2ExpireDate>2026-01-07T02:29:12.2250403+01:00</MedicalClass2ExpireDate>
<MedicalLaplExpireDate>2026-01-07T02:29:12.2250403+01:00</MedicalLaplExpireDate>
<Midname>sample string 4</Midname>
<MobilePhoneNumber>sample string 13</MobilePhoneNumber>
<MotorInstructorLicenceExpireDate>2026-01-07T02:29:12.2250403+01:00</MotorInstructorLicenceExpireDate>
<PartMLicenceExpireDate>2026-01-07T02:29:12.2250403+01:00</PartMLicenceExpireDate>
<PersonId>03d0bda1-e2b8-47e8-9f3b-2b8f0110bae4</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
PersonDetails| Name | 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": "53f6c928-d2ac-47a5-8c1a-d0ba9d484f31",
"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": "0d98d4c6-3cfa-468d-9627-c4731e055d39",
"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": "2026-01-07T02:29:12.2406654+01:00",
"FaxNumber": "sample string 16",
"ReceiveOwnedAircraftStatisticReports": true,
"EnableAddress": true,
"ClubRelatedPersonDetails": {
"PersonCategoryIds": [
"81a53105-f20a-481a-bbc2-23a01931ee8d",
"e312c7e9-b1cc-4a0a-ac02-f703568e83e9"
],
"MemberStateId": "3b4dca31-038e-4e4a-973d-1daf6e8151a4",
"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": "2026-01-07T02:29:12.2406654+01:00",
"MedicalClass2ExpireDate": "2026-01-07T02:29:12.2406654+01:00",
"MedicalLaplExpireDate": "2026-01-07T02:29:12.2406654+01:00",
"GliderInstructorLicenceExpireDate": "2026-01-07T02:29:12.2406654+01:00",
"MotorInstructorLicenceExpireDate": "2026-01-07T02:29:12.2406654+01:00",
"PartMLicenceExpireDate": "2026-01-07T02:29:12.2406654+01:00",
"HasGliderTowingStartPermission": true,
"HasGliderSelfStartPermission": true,
"HasGliderWinchStartPermission": true,
"SpotLink": "sample string 33",
"Id": "53f6c928-d2ac-47a5-8c1a-d0ba9d484f31",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"PersonId":"53f6c928-d2ac-47a5-8c1a-d0ba9d484f31","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":"0d98d4c6-3cfa-468d-9627-c4731e055d39","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":"2026-01-07T02:29:12.2406654+01:00","FaxNumber":"sample string 16","ReceiveOwnedAircraftStatisticReports":true,"EnableAddress":true,"ClubRelatedPersonDetails":{"PersonCategoryIds":["81a53105-f20a-481a-bbc2-23a01931ee8d","e312c7e9-b1cc-4a0a-ac02-f703568e83e9"],"MemberStateId":"3b4dca31-038e-4e4a-973d-1daf6e8151a4","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":"2026-01-07T02:29:12.2406654+01:00","MedicalClass2ExpireDate":"2026-01-07T02:29:12.2406654+01:00","MedicalLaplExpireDate":"2026-01-07T02:29:12.2406654+01:00","GliderInstructorLicenceExpireDate":"2026-01-07T02:29:12.2406654+01:00","MotorInstructorLicenceExpireDate":"2026-01-07T02:29:12.2406654+01:00","PartMLicenceExpireDate":"2026-01-07T02:29:12.2406654+01:00","HasGliderTowingStartPermission":true,"HasGliderSelfStartPermission":true,"HasGliderWinchStartPermission":true,"SpotLink":"sample string 33","Id":"53f6c928-d2ac-47a5-8c1a-d0ba9d484f31","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">53f6c928-d2ac-47a5-8c1a-d0ba9d484f31</Id>
<AddressLine1>sample string 5</AddressLine1>
<AddressLine2>sample string 6</AddressLine2>
<Birthday>2026-01-07T02:29:12.2406654+01: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>3b4dca31-038e-4e4a-973d-1daf6e8151a4</MemberStateId>
<PersonCategoryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>81a53105-f20a-481a-bbc2-23a01931ee8d</d3p1:guid>
<d3p1:guid>e312c7e9-b1cc-4a0a-ac02-f703568e83e9</d3p1:guid>
</PersonCategoryIds>
<ReceiveAircraftReservationNotifications>true</ReceiveAircraftReservationNotifications>
<ReceiveFlightReports>true</ReceiveFlightReports>
<ReceivePlanningDayRoleReminder>true</ReceivePlanningDayRoleReminder>
</ClubRelatedPersonDetails>
<CompanyName>sample string 10</CompanyName>
<CountryId>0d98d4c6-3cfa-468d-9627-c4731e055d39</CountryId>
<EnableAddress>true</EnableAddress>
<FaxNumber>sample string 16</FaxNumber>
<Firstname>sample string 2</Firstname>
<GliderInstructorLicenceExpireDate>2026-01-07T02:29:12.2406654+01: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>2026-01-07T02:29:12.2406654+01:00</MedicalClass1ExpireDate>
<MedicalClass2ExpireDate>2026-01-07T02:29:12.2406654+01:00</MedicalClass2ExpireDate>
<MedicalLaplExpireDate>2026-01-07T02:29:12.2406654+01:00</MedicalLaplExpireDate>
<Midname>sample string 4</Midname>
<MobilePhoneNumber>sample string 13</MobilePhoneNumber>
<MotorInstructorLicenceExpireDate>2026-01-07T02:29:12.2406654+01:00</MotorInstructorLicenceExpireDate>
<PartMLicenceExpireDate>2026-01-07T02:29:12.2406654+01:00</PartMLicenceExpireDate>
<PersonId>53f6c928-d2ac-47a5-8c1a-d0ba9d484f31</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>