PUT api/v1/persons/{personId}
Updates the person details.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| personId |
The person identifier. |
globally unique identifier |
Required |
Body Parameters
The person details.
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. |
|
| GliderLicenceNumber | string |
String length: inclusive between 0 and 20 |
|
| MotorLicenceNumber | string |
String length: inclusive between 0 and 20 |
|
| MedicalClass1ExpireDate | date |
None. |
|
| MedicalClass2ExpireDate | date |
None. |
|
| MedicalLaplExpireDate | date |
None. |
|
| GliderInstructorLicenceExpireDate | 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. |
|
| LanguageId | integer |
None. |
|
| LanguageKey | string |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Request Formats
application/json, text/json
{
"PersonId": "960de1cc-bbbd-4b34-a144-98c78c3bf95c",
"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": "4ae49e81-03ae-4f08-9ee3-bf4686c537b1",
"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-10-26T08:08:47.1903111+01:00",
"FaxNumber": "sample string 16",
"ReceiveOwnedAircraftStatisticReports": true,
"EnableAddress": true,
"ClubRelatedPersonDetails": {
"PersonCategoryIds": [
"79f94f50-4314-4725-bb7c-2fe85fbd613d",
"b3b1b065-0d60-447c-b148-97cbf6705d96"
],
"MemberStateId": "5d345c5c-f8a7-4b3f-8bf7-efdfc57dbdc9",
"MemberNumber": "sample string 1",
"Cost": 2.0,
"IsGliderInstructor": true,
"IsGliderPilot": true,
"IsGliderTrainee": true,
"IsMotorPilot": true,
"IsPassenger": true,
"IsTowPilot": true,
"IsWinchOperator": true,
"IsMotorInstructor": true,
"ReceiveFlightReports": true,
"ReceiveAircraftReservationNotifications": true,
"ReceivePlanningDayRoleReminder": true,
"IsActive": true
},
"HasGliderInstructorLicence": true,
"HasGliderPilotLicence": true,
"HasGliderTraineeLicence": true,
"HasMotorPilotLicence": true,
"HasTowPilotLicence": true,
"HasGliderPassengerLicence": true,
"HasTMGLicence": true,
"HasWinchOperatorLicence": true,
"HasMotorInstructorLicence": true,
"GliderLicenceNumber": "sample string 28",
"MotorLicenceNumber": "sample string 29",
"MedicalClass1ExpireDate": "2025-10-26T08:08:47.1903111+01:00",
"MedicalClass2ExpireDate": "2025-10-26T08:08:47.1903111+01:00",
"MedicalLaplExpireDate": "2025-10-26T08:08:47.1903111+01:00",
"GliderInstructorLicenceExpireDate": "2025-10-26T08:08:47.1903111+01:00",
"HasGliderTowingStartPermission": true,
"HasGliderSelfStartPermission": true,
"HasGliderWinchStartPermission": true,
"SpotLink": "sample string 33",
"Id": "960de1cc-bbbd-4b34-a144-98c78c3bf95c",
"LanguageId": 35,
"LanguageKey": "sample string 36",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"PersonId":"960de1cc-bbbd-4b34-a144-98c78c3bf95c","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":"4ae49e81-03ae-4f08-9ee3-bf4686c537b1","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-10-26T08:08:47.1903111+01:00","FaxNumber":"sample string 16","ReceiveOwnedAircraftStatisticReports":true,"EnableAddress":true,"ClubRelatedPersonDetails":{"PersonCategoryIds":["79f94f50-4314-4725-bb7c-2fe85fbd613d","b3b1b065-0d60-447c-b148-97cbf6705d96"],"MemberStateId":"5d345c5c-f8a7-4b3f-8bf7-efdfc57dbdc9","MemberNumber":"sample string 1","Cost":2.0,"IsGliderInstructor":true,"IsGliderPilot":true,"IsGliderTrainee":true,"IsMotorPilot":true,"IsPassenger":true,"IsTowPilot":true,"IsWinchOperator":true,"IsMotorInstructor":true,"ReceiveFlightReports":true,"ReceiveAircraftReservationNotifications":true,"ReceivePlanningDayRoleReminder":true,"IsActive":true},"HasGliderInstructorLicence":true,"HasGliderPilotLicence":true,"HasGliderTraineeLicence":true,"HasMotorPilotLicence":true,"HasTowPilotLicence":true,"HasGliderPassengerLicence":true,"HasTMGLicence":true,"HasWinchOperatorLicence":true,"HasMotorInstructorLicence":true,"GliderLicenceNumber":"sample string 28","MotorLicenceNumber":"sample string 29","MedicalClass1ExpireDate":"2025-10-26T08:08:47.1903111+01:00","MedicalClass2ExpireDate":"2025-10-26T08:08:47.1903111+01:00","MedicalLaplExpireDate":"2025-10-26T08:08:47.1903111+01:00","GliderInstructorLicenceExpireDate":"2025-10-26T08:08:47.1903111+01:00","HasGliderTowingStartPermission":true,"HasGliderSelfStartPermission":true,"HasGliderWinchStartPermission":true,"SpotLink":"sample string 33","Id":"960de1cc-bbbd-4b34-a144-98c78c3bf95c","LanguageId":35,"LanguageKey":"sample string 36","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">960de1cc-bbbd-4b34-a144-98c78c3bf95c</Id>
<AddressLine1>sample string 5</AddressLine1>
<AddressLine2>sample string 6</AddressLine2>
<Birthday>2025-10-26T08:08:47.1903111+01:00</Birthday>
<BusinessEmail>sample string 11</BusinessEmail>
<BusinessPhoneNumber>sample string 15</BusinessPhoneNumber>
<City>sample string 8</City>
<ClubRelatedPersonDetails>
<Cost>2</Cost>
<IsActive>true</IsActive>
<IsGliderInstructor>true</IsGliderInstructor>
<IsGliderPilot>true</IsGliderPilot>
<IsGliderTrainee>true</IsGliderTrainee>
<IsMotorInstructor>true</IsMotorInstructor>
<IsMotorPilot>true</IsMotorPilot>
<IsPassenger>true</IsPassenger>
<IsTowPilot>true</IsTowPilot>
<IsWinchOperator>true</IsWinchOperator>
<MemberNumber>sample string 1</MemberNumber>
<MemberStateId>5d345c5c-f8a7-4b3f-8bf7-efdfc57dbdc9</MemberStateId>
<PersonCategoryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>79f94f50-4314-4725-bb7c-2fe85fbd613d</d3p1:guid>
<d3p1:guid>b3b1b065-0d60-447c-b148-97cbf6705d96</d3p1:guid>
</PersonCategoryIds>
<ReceiveAircraftReservationNotifications>true</ReceiveAircraftReservationNotifications>
<ReceiveFlightReports>true</ReceiveFlightReports>
<ReceivePlanningDayRoleReminder>true</ReceivePlanningDayRoleReminder>
</ClubRelatedPersonDetails>
<CompanyName>sample string 10</CompanyName>
<CountryId>4ae49e81-03ae-4f08-9ee3-bf4686c537b1</CountryId>
<EnableAddress>true</EnableAddress>
<FaxNumber>sample string 16</FaxNumber>
<Firstname>sample string 2</Firstname>
<GliderInstructorLicenceExpireDate>2025-10-26T08:08:47.1903111+01:00</GliderInstructorLicenceExpireDate>
<GliderLicenceNumber>sample string 28</GliderLicenceNumber>
<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>
<HasTMGLicence>true</HasTMGLicence>
<HasTowPilotLicence>true</HasTowPilotLicence>
<HasWinchOperatorLicence>true</HasWinchOperatorLicence>
<LanguageId>35</LanguageId>
<LanguageKey>sample string 36</LanguageKey>
<Lastname>sample string 3</Lastname>
<MedicalClass1ExpireDate>2025-10-26T08:08:47.1903111+01:00</MedicalClass1ExpireDate>
<MedicalClass2ExpireDate>2025-10-26T08:08:47.1903111+01:00</MedicalClass2ExpireDate>
<MedicalLaplExpireDate>2025-10-26T08:08:47.1903111+01:00</MedicalLaplExpireDate>
<Midname>sample string 4</Midname>
<MobilePhoneNumber>sample string 13</MobilePhoneNumber>
<MotorLicenceNumber>sample string 29</MotorLicenceNumber>
<PersonId>960de1cc-bbbd-4b34-a144-98c78c3bf95c</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
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. |
|
| GliderLicenceNumber | string |
String length: inclusive between 0 and 20 |
|
| MotorLicenceNumber | string |
String length: inclusive between 0 and 20 |
|
| MedicalClass1ExpireDate | date |
None. |
|
| MedicalClass2ExpireDate | date |
None. |
|
| MedicalLaplExpireDate | date |
None. |
|
| GliderInstructorLicenceExpireDate | 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. |
|
| LanguageId | integer |
None. |
|
| LanguageKey | string |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
{
"PersonId": "c36c3dfa-fc0f-48e5-8259-f6a8d080e2d2",
"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": "56e1cff8-a4cc-454b-a8a9-26811fd31703",
"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-10-26T08:08:47.1913059+01:00",
"FaxNumber": "sample string 16",
"ReceiveOwnedAircraftStatisticReports": true,
"EnableAddress": true,
"ClubRelatedPersonDetails": {
"PersonCategoryIds": [
"f52be00b-c421-41e6-929c-1092a736f945",
"b164f1e5-ebaf-493b-b072-c21be5b2652b"
],
"MemberStateId": "9cade2a5-b278-4221-8bde-f9fff6e0be57",
"MemberNumber": "sample string 1",
"Cost": 2.0,
"IsGliderInstructor": true,
"IsGliderPilot": true,
"IsGliderTrainee": true,
"IsMotorPilot": true,
"IsPassenger": true,
"IsTowPilot": true,
"IsWinchOperator": true,
"IsMotorInstructor": true,
"ReceiveFlightReports": true,
"ReceiveAircraftReservationNotifications": true,
"ReceivePlanningDayRoleReminder": true,
"IsActive": true
},
"HasGliderInstructorLicence": true,
"HasGliderPilotLicence": true,
"HasGliderTraineeLicence": true,
"HasMotorPilotLicence": true,
"HasTowPilotLicence": true,
"HasGliderPassengerLicence": true,
"HasTMGLicence": true,
"HasWinchOperatorLicence": true,
"HasMotorInstructorLicence": true,
"GliderLicenceNumber": "sample string 28",
"MotorLicenceNumber": "sample string 29",
"MedicalClass1ExpireDate": "2025-10-26T08:08:47.1913059+01:00",
"MedicalClass2ExpireDate": "2025-10-26T08:08:47.1913059+01:00",
"MedicalLaplExpireDate": "2025-10-26T08:08:47.1913059+01:00",
"GliderInstructorLicenceExpireDate": "2025-10-26T08:08:47.1913059+01:00",
"HasGliderTowingStartPermission": true,
"HasGliderSelfStartPermission": true,
"HasGliderWinchStartPermission": true,
"SpotLink": "sample string 33",
"Id": "c36c3dfa-fc0f-48e5-8259-f6a8d080e2d2",
"LanguageId": 35,
"LanguageKey": "sample string 36",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"PersonId":"c36c3dfa-fc0f-48e5-8259-f6a8d080e2d2","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":"56e1cff8-a4cc-454b-a8a9-26811fd31703","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-10-26T08:08:47.1913059+01:00","FaxNumber":"sample string 16","ReceiveOwnedAircraftStatisticReports":true,"EnableAddress":true,"ClubRelatedPersonDetails":{"PersonCategoryIds":["f52be00b-c421-41e6-929c-1092a736f945","b164f1e5-ebaf-493b-b072-c21be5b2652b"],"MemberStateId":"9cade2a5-b278-4221-8bde-f9fff6e0be57","MemberNumber":"sample string 1","Cost":2.0,"IsGliderInstructor":true,"IsGliderPilot":true,"IsGliderTrainee":true,"IsMotorPilot":true,"IsPassenger":true,"IsTowPilot":true,"IsWinchOperator":true,"IsMotorInstructor":true,"ReceiveFlightReports":true,"ReceiveAircraftReservationNotifications":true,"ReceivePlanningDayRoleReminder":true,"IsActive":true},"HasGliderInstructorLicence":true,"HasGliderPilotLicence":true,"HasGliderTraineeLicence":true,"HasMotorPilotLicence":true,"HasTowPilotLicence":true,"HasGliderPassengerLicence":true,"HasTMGLicence":true,"HasWinchOperatorLicence":true,"HasMotorInstructorLicence":true,"GliderLicenceNumber":"sample string 28","MotorLicenceNumber":"sample string 29","MedicalClass1ExpireDate":"2025-10-26T08:08:47.1913059+01:00","MedicalClass2ExpireDate":"2025-10-26T08:08:47.1913059+01:00","MedicalLaplExpireDate":"2025-10-26T08:08:47.1913059+01:00","GliderInstructorLicenceExpireDate":"2025-10-26T08:08:47.1913059+01:00","HasGliderTowingStartPermission":true,"HasGliderSelfStartPermission":true,"HasGliderWinchStartPermission":true,"SpotLink":"sample string 33","Id":"c36c3dfa-fc0f-48e5-8259-f6a8d080e2d2","LanguageId":35,"LanguageKey":"sample string 36","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">c36c3dfa-fc0f-48e5-8259-f6a8d080e2d2</Id>
<AddressLine1>sample string 5</AddressLine1>
<AddressLine2>sample string 6</AddressLine2>
<Birthday>2025-10-26T08:08:47.1913059+01:00</Birthday>
<BusinessEmail>sample string 11</BusinessEmail>
<BusinessPhoneNumber>sample string 15</BusinessPhoneNumber>
<City>sample string 8</City>
<ClubRelatedPersonDetails>
<Cost>2</Cost>
<IsActive>true</IsActive>
<IsGliderInstructor>true</IsGliderInstructor>
<IsGliderPilot>true</IsGliderPilot>
<IsGliderTrainee>true</IsGliderTrainee>
<IsMotorInstructor>true</IsMotorInstructor>
<IsMotorPilot>true</IsMotorPilot>
<IsPassenger>true</IsPassenger>
<IsTowPilot>true</IsTowPilot>
<IsWinchOperator>true</IsWinchOperator>
<MemberNumber>sample string 1</MemberNumber>
<MemberStateId>9cade2a5-b278-4221-8bde-f9fff6e0be57</MemberStateId>
<PersonCategoryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>f52be00b-c421-41e6-929c-1092a736f945</d3p1:guid>
<d3p1:guid>b164f1e5-ebaf-493b-b072-c21be5b2652b</d3p1:guid>
</PersonCategoryIds>
<ReceiveAircraftReservationNotifications>true</ReceiveAircraftReservationNotifications>
<ReceiveFlightReports>true</ReceiveFlightReports>
<ReceivePlanningDayRoleReminder>true</ReceivePlanningDayRoleReminder>
</ClubRelatedPersonDetails>
<CompanyName>sample string 10</CompanyName>
<CountryId>56e1cff8-a4cc-454b-a8a9-26811fd31703</CountryId>
<EnableAddress>true</EnableAddress>
<FaxNumber>sample string 16</FaxNumber>
<Firstname>sample string 2</Firstname>
<GliderInstructorLicenceExpireDate>2025-10-26T08:08:47.1913059+01:00</GliderInstructorLicenceExpireDate>
<GliderLicenceNumber>sample string 28</GliderLicenceNumber>
<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>
<HasTMGLicence>true</HasTMGLicence>
<HasTowPilotLicence>true</HasTowPilotLicence>
<HasWinchOperatorLicence>true</HasWinchOperatorLicence>
<LanguageId>35</LanguageId>
<LanguageKey>sample string 36</LanguageKey>
<Lastname>sample string 3</Lastname>
<MedicalClass1ExpireDate>2025-10-26T08:08:47.1913059+01:00</MedicalClass1ExpireDate>
<MedicalClass2ExpireDate>2025-10-26T08:08:47.1913059+01:00</MedicalClass2ExpireDate>
<MedicalLaplExpireDate>2025-10-26T08:08:47.1913059+01:00</MedicalLaplExpireDate>
<Midname>sample string 4</Midname>
<MobilePhoneNumber>sample string 13</MobilePhoneNumber>
<MotorLicenceNumber>sample string 29</MotorLicenceNumber>
<PersonId>c36c3dfa-fc0f-48e5-8259-f6a8d080e2d2</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>