PUT api/v1/persons/fulldetails/{personId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| personId | globally unique identifier |
Required |
Body Parameters
PersonFullDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| DeletedOn | date |
None. |
|
| DeletedByUserId | globally unique identifier |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedByUserId | globally unique identifier |
None. |
|
| RecordState | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedByUserId | globally unique identifier |
None. |
|
| OwnerId | globally unique identifier |
None. |
|
| OwnershipType | integer |
None. |
|
| 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
{
"DeletedOn": "2025-12-17T18:39:17.6094705+01:00",
"DeletedByUserId": "62cb5c6e-cca7-4361-b902-22e8e9f99c49",
"CreatedOn": "2025-12-17T18:39:17.6094705+01:00",
"CreatedByUserId": "0a882e3e-467c-4c0f-8562-30fff8f7c76a",
"RecordState": 1,
"ModifiedOn": "2025-12-17T18:39:17.6094705+01:00",
"ModifiedByUserId": "3a145e9d-40ae-4943-ae45-8aa675dfd839",
"OwnerId": "43700e09-6510-4349-9cda-3d776ea579b9",
"OwnershipType": 4,
"PersonId": "c15eba5d-21c3-489d-bf87-789fd7af8aca",
"Firstname": "sample string 6",
"Lastname": "sample string 7",
"Midname": "sample string 8",
"AddressLine1": "sample string 9",
"AddressLine2": "sample string 10",
"ZipCode": "sample string 11",
"City": "sample string 12",
"Region": "sample string 13",
"CountryId": "1b0958bb-eb15-4f33-9a6e-82a79b758bac",
"CompanyName": "sample string 14",
"BusinessEmail": "sample string 15",
"PrivateEmail": "sample string 16",
"MobilePhoneNumber": "sample string 17",
"PrivatePhoneNumber": "sample string 18",
"BusinessPhoneNumber": "sample string 19",
"Birthday": "2025-12-17T18:39:17.6094705+01:00",
"FaxNumber": "sample string 20",
"ReceiveOwnedAircraftStatisticReports": true,
"EnableAddress": true,
"ClubRelatedPersonDetails": {
"PersonCategoryIds": [
"4d19aa37-8847-445e-8e39-6a1668e20d52",
"c7b34af4-c6b3-4502-ad56-79208cba3e36"
],
"MemberStateId": "866a57fc-2c27-44ca-9b6f-97996e95e2b4",
"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 33",
"MedicalClass1ExpireDate": "2025-12-17T18:39:17.6094705+01:00",
"MedicalClass2ExpireDate": "2025-12-17T18:39:17.6094705+01:00",
"MedicalLaplExpireDate": "2025-12-17T18:39:17.6094705+01:00",
"GliderInstructorLicenceExpireDate": "2025-12-17T18:39:17.6094705+01:00",
"MotorInstructorLicenceExpireDate": "2025-12-17T18:39:17.6094705+01:00",
"PartMLicenceExpireDate": "2025-12-17T18:39:17.6094705+01:00",
"HasGliderTowingStartPermission": true,
"HasGliderSelfStartPermission": true,
"HasGliderWinchStartPermission": true,
"SpotLink": "sample string 37",
"Id": "c15eba5d-21c3-489d-bf87-789fd7af8aca",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"DeletedOn":"2025-12-17T18:39:17.6094705+01:00","DeletedByUserId":"62cb5c6e-cca7-4361-b902-22e8e9f99c49","CreatedOn":"2025-12-17T18:39:17.6094705+01:00","CreatedByUserId":"0a882e3e-467c-4c0f-8562-30fff8f7c76a","RecordState":1,"ModifiedOn":"2025-12-17T18:39:17.6094705+01:00","ModifiedByUserId":"3a145e9d-40ae-4943-ae45-8aa675dfd839","OwnerId":"43700e09-6510-4349-9cda-3d776ea579b9","OwnershipType":4,"PersonId":"c15eba5d-21c3-489d-bf87-789fd7af8aca","Firstname":"sample string 6","Lastname":"sample string 7","Midname":"sample string 8","AddressLine1":"sample string 9","AddressLine2":"sample string 10","ZipCode":"sample string 11","City":"sample string 12","Region":"sample string 13","CountryId":"1b0958bb-eb15-4f33-9a6e-82a79b758bac","CompanyName":"sample string 14","BusinessEmail":"sample string 15","PrivateEmail":"sample string 16","MobilePhoneNumber":"sample string 17","PrivatePhoneNumber":"sample string 18","BusinessPhoneNumber":"sample string 19","Birthday":"2025-12-17T18:39:17.6094705+01:00","FaxNumber":"sample string 20","ReceiveOwnedAircraftStatisticReports":true,"EnableAddress":true,"ClubRelatedPersonDetails":{"PersonCategoryIds":["4d19aa37-8847-445e-8e39-6a1668e20d52","c7b34af4-c6b3-4502-ad56-79208cba3e36"],"MemberStateId":"866a57fc-2c27-44ca-9b6f-97996e95e2b4","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 33","MedicalClass1ExpireDate":"2025-12-17T18:39:17.6094705+01:00","MedicalClass2ExpireDate":"2025-12-17T18:39:17.6094705+01:00","MedicalLaplExpireDate":"2025-12-17T18:39:17.6094705+01:00","GliderInstructorLicenceExpireDate":"2025-12-17T18:39:17.6094705+01:00","MotorInstructorLicenceExpireDate":"2025-12-17T18:39:17.6094705+01:00","PartMLicenceExpireDate":"2025-12-17T18:39:17.6094705+01:00","HasGliderTowingStartPermission":true,"HasGliderSelfStartPermission":true,"HasGliderWinchStartPermission":true,"SpotLink":"sample string 37","Id":"c15eba5d-21c3-489d-bf87-789fd7af8aca","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
<PersonFullDetails 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">c15eba5d-21c3-489d-bf87-789fd7af8aca</Id>
<AddressLine1>sample string 9</AddressLine1>
<AddressLine2>sample string 10</AddressLine2>
<Birthday>2025-12-17T18:39:17.6094705+01:00</Birthday>
<BusinessEmail>sample string 15</BusinessEmail>
<BusinessPhoneNumber>sample string 19</BusinessPhoneNumber>
<City>sample string 12</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>866a57fc-2c27-44ca-9b6f-97996e95e2b4</MemberStateId>
<PersonCategoryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>4d19aa37-8847-445e-8e39-6a1668e20d52</d3p1:guid>
<d3p1:guid>c7b34af4-c6b3-4502-ad56-79208cba3e36</d3p1:guid>
</PersonCategoryIds>
<ReceiveAircraftReservationNotifications>true</ReceiveAircraftReservationNotifications>
<ReceiveFlightReports>true</ReceiveFlightReports>
<ReceivePlanningDayRoleReminder>true</ReceivePlanningDayRoleReminder>
</ClubRelatedPersonDetails>
<CompanyName>sample string 14</CompanyName>
<CountryId>1b0958bb-eb15-4f33-9a6e-82a79b758bac</CountryId>
<EnableAddress>true</EnableAddress>
<FaxNumber>sample string 20</FaxNumber>
<Firstname>sample string 6</Firstname>
<GliderInstructorLicenceExpireDate>2025-12-17T18:39:17.6094705+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 7</Lastname>
<LicenceNumber>sample string 33</LicenceNumber>
<MedicalClass1ExpireDate>2025-12-17T18:39:17.6094705+01:00</MedicalClass1ExpireDate>
<MedicalClass2ExpireDate>2025-12-17T18:39:17.6094705+01:00</MedicalClass2ExpireDate>
<MedicalLaplExpireDate>2025-12-17T18:39:17.6094705+01:00</MedicalLaplExpireDate>
<Midname>sample string 8</Midname>
<MobilePhoneNumber>sample string 17</MobilePhoneNumber>
<MotorInstructorLicenceExpireDate>2025-12-17T18:39:17.6094705+01:00</MotorInstructorLicenceExpireDate>
<PartMLicenceExpireDate>2025-12-17T18:39:17.6094705+01:00</PartMLicenceExpireDate>
<PersonId>c15eba5d-21c3-489d-bf87-789fd7af8aca</PersonId>
<PrivateEmail>sample string 16</PrivateEmail>
<PrivatePhoneNumber>sample string 18</PrivatePhoneNumber>
<ReceiveOwnedAircraftStatisticReports>true</ReceiveOwnedAircraftStatisticReports>
<Region>sample string 13</Region>
<SpotLink>sample string 37</SpotLink>
<ZipCode>sample string 11</ZipCode>
<CreatedByUserId>0a882e3e-467c-4c0f-8562-30fff8f7c76a</CreatedByUserId>
<CreatedOn>2025-12-17T18:39:17.6094705+01:00</CreatedOn>
<DeletedByUserId>62cb5c6e-cca7-4361-b902-22e8e9f99c49</DeletedByUserId>
<DeletedOn>2025-12-17T18:39:17.6094705+01:00</DeletedOn>
<ModifiedByUserId>3a145e9d-40ae-4943-ae45-8aa675dfd839</ModifiedByUserId>
<ModifiedOn>2025-12-17T18:39:17.6094705+01:00</ModifiedOn>
<RecordState>1</RecordState>
</PersonFullDetails>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
PersonFullDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| DeletedOn | date |
None. |
|
| DeletedByUserId | globally unique identifier |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedByUserId | globally unique identifier |
None. |
|
| RecordState | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedByUserId | globally unique identifier |
None. |
|
| OwnerId | globally unique identifier |
None. |
|
| OwnershipType | integer |
None. |
|
| 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
{
"DeletedOn": "2025-12-17T18:39:17.8594789+01:00",
"DeletedByUserId": "8c0bcb8d-4b72-43ed-9395-2b9861c20904",
"CreatedOn": "2025-12-17T18:39:17.8594789+01:00",
"CreatedByUserId": "2f28885d-f4b7-4f11-8d79-47e2b7cd3af7",
"RecordState": 1,
"ModifiedOn": "2025-12-17T18:39:17.8594789+01:00",
"ModifiedByUserId": "1851e47d-4c59-4e23-a5a9-eb1795649611",
"OwnerId": "30b45db2-6151-459d-b0ee-90ae2249b909",
"OwnershipType": 4,
"PersonId": "340ac360-12dd-421b-8e2e-3f222318ba2a",
"Firstname": "sample string 6",
"Lastname": "sample string 7",
"Midname": "sample string 8",
"AddressLine1": "sample string 9",
"AddressLine2": "sample string 10",
"ZipCode": "sample string 11",
"City": "sample string 12",
"Region": "sample string 13",
"CountryId": "5b6813a3-9745-4984-9536-3f47204f73ab",
"CompanyName": "sample string 14",
"BusinessEmail": "sample string 15",
"PrivateEmail": "sample string 16",
"MobilePhoneNumber": "sample string 17",
"PrivatePhoneNumber": "sample string 18",
"BusinessPhoneNumber": "sample string 19",
"Birthday": "2025-12-17T18:39:17.8594789+01:00",
"FaxNumber": "sample string 20",
"ReceiveOwnedAircraftStatisticReports": true,
"EnableAddress": true,
"ClubRelatedPersonDetails": {
"PersonCategoryIds": [
"4e6f7a3b-b18b-490d-ad0f-193ec8d4ad23",
"0eb3dd4b-863d-46d6-be5a-fb7a3cde1ad2"
],
"MemberStateId": "50187a62-1b81-4630-ad22-373f769dbcea",
"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 33",
"MedicalClass1ExpireDate": "2025-12-17T18:39:17.8594789+01:00",
"MedicalClass2ExpireDate": "2025-12-17T18:39:17.8594789+01:00",
"MedicalLaplExpireDate": "2025-12-17T18:39:17.8594789+01:00",
"GliderInstructorLicenceExpireDate": "2025-12-17T18:39:17.8594789+01:00",
"MotorInstructorLicenceExpireDate": "2025-12-17T18:39:17.8594789+01:00",
"PartMLicenceExpireDate": "2025-12-17T18:39:17.8594789+01:00",
"HasGliderTowingStartPermission": true,
"HasGliderSelfStartPermission": true,
"HasGliderWinchStartPermission": true,
"SpotLink": "sample string 37",
"Id": "340ac360-12dd-421b-8e2e-3f222318ba2a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"DeletedOn":"2025-12-17T18:39:17.8594789+01:00","DeletedByUserId":"8c0bcb8d-4b72-43ed-9395-2b9861c20904","CreatedOn":"2025-12-17T18:39:17.8594789+01:00","CreatedByUserId":"2f28885d-f4b7-4f11-8d79-47e2b7cd3af7","RecordState":1,"ModifiedOn":"2025-12-17T18:39:17.8594789+01:00","ModifiedByUserId":"1851e47d-4c59-4e23-a5a9-eb1795649611","OwnerId":"30b45db2-6151-459d-b0ee-90ae2249b909","OwnershipType":4,"PersonId":"340ac360-12dd-421b-8e2e-3f222318ba2a","Firstname":"sample string 6","Lastname":"sample string 7","Midname":"sample string 8","AddressLine1":"sample string 9","AddressLine2":"sample string 10","ZipCode":"sample string 11","City":"sample string 12","Region":"sample string 13","CountryId":"5b6813a3-9745-4984-9536-3f47204f73ab","CompanyName":"sample string 14","BusinessEmail":"sample string 15","PrivateEmail":"sample string 16","MobilePhoneNumber":"sample string 17","PrivatePhoneNumber":"sample string 18","BusinessPhoneNumber":"sample string 19","Birthday":"2025-12-17T18:39:17.8594789+01:00","FaxNumber":"sample string 20","ReceiveOwnedAircraftStatisticReports":true,"EnableAddress":true,"ClubRelatedPersonDetails":{"PersonCategoryIds":["4e6f7a3b-b18b-490d-ad0f-193ec8d4ad23","0eb3dd4b-863d-46d6-be5a-fb7a3cde1ad2"],"MemberStateId":"50187a62-1b81-4630-ad22-373f769dbcea","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 33","MedicalClass1ExpireDate":"2025-12-17T18:39:17.8594789+01:00","MedicalClass2ExpireDate":"2025-12-17T18:39:17.8594789+01:00","MedicalLaplExpireDate":"2025-12-17T18:39:17.8594789+01:00","GliderInstructorLicenceExpireDate":"2025-12-17T18:39:17.8594789+01:00","MotorInstructorLicenceExpireDate":"2025-12-17T18:39:17.8594789+01:00","PartMLicenceExpireDate":"2025-12-17T18:39:17.8594789+01:00","HasGliderTowingStartPermission":true,"HasGliderSelfStartPermission":true,"HasGliderWinchStartPermission":true,"SpotLink":"sample string 37","Id":"340ac360-12dd-421b-8e2e-3f222318ba2a","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
<PersonFullDetails 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">340ac360-12dd-421b-8e2e-3f222318ba2a</Id>
<AddressLine1>sample string 9</AddressLine1>
<AddressLine2>sample string 10</AddressLine2>
<Birthday>2025-12-17T18:39:17.8594789+01:00</Birthday>
<BusinessEmail>sample string 15</BusinessEmail>
<BusinessPhoneNumber>sample string 19</BusinessPhoneNumber>
<City>sample string 12</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>50187a62-1b81-4630-ad22-373f769dbcea</MemberStateId>
<PersonCategoryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>4e6f7a3b-b18b-490d-ad0f-193ec8d4ad23</d3p1:guid>
<d3p1:guid>0eb3dd4b-863d-46d6-be5a-fb7a3cde1ad2</d3p1:guid>
</PersonCategoryIds>
<ReceiveAircraftReservationNotifications>true</ReceiveAircraftReservationNotifications>
<ReceiveFlightReports>true</ReceiveFlightReports>
<ReceivePlanningDayRoleReminder>true</ReceivePlanningDayRoleReminder>
</ClubRelatedPersonDetails>
<CompanyName>sample string 14</CompanyName>
<CountryId>5b6813a3-9745-4984-9536-3f47204f73ab</CountryId>
<EnableAddress>true</EnableAddress>
<FaxNumber>sample string 20</FaxNumber>
<Firstname>sample string 6</Firstname>
<GliderInstructorLicenceExpireDate>2025-12-17T18:39:17.8594789+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 7</Lastname>
<LicenceNumber>sample string 33</LicenceNumber>
<MedicalClass1ExpireDate>2025-12-17T18:39:17.8594789+01:00</MedicalClass1ExpireDate>
<MedicalClass2ExpireDate>2025-12-17T18:39:17.8594789+01:00</MedicalClass2ExpireDate>
<MedicalLaplExpireDate>2025-12-17T18:39:17.8594789+01:00</MedicalLaplExpireDate>
<Midname>sample string 8</Midname>
<MobilePhoneNumber>sample string 17</MobilePhoneNumber>
<MotorInstructorLicenceExpireDate>2025-12-17T18:39:17.8594789+01:00</MotorInstructorLicenceExpireDate>
<PartMLicenceExpireDate>2025-12-17T18:39:17.8594789+01:00</PartMLicenceExpireDate>
<PersonId>340ac360-12dd-421b-8e2e-3f222318ba2a</PersonId>
<PrivateEmail>sample string 16</PrivateEmail>
<PrivatePhoneNumber>sample string 18</PrivatePhoneNumber>
<ReceiveOwnedAircraftStatisticReports>true</ReceiveOwnedAircraftStatisticReports>
<Region>sample string 13</Region>
<SpotLink>sample string 37</SpotLink>
<ZipCode>sample string 11</ZipCode>
<CreatedByUserId>2f28885d-f4b7-4f11-8d79-47e2b7cd3af7</CreatedByUserId>
<CreatedOn>2025-12-17T18:39:17.8594789+01:00</CreatedOn>
<DeletedByUserId>8c0bcb8d-4b72-43ed-9395-2b9861c20904</DeletedByUserId>
<DeletedOn>2025-12-17T18:39:17.8594789+01:00</DeletedOn>
<ModifiedByUserId>1851e47d-4c59-4e23-a5a9-eb1795649611</ModifiedByUserId>
<ModifiedOn>2025-12-17T18:39:17.8594789+01:00</ModifiedOn>
<RecordState>1</RecordState>
</PersonFullDetails>