POST api/v1/persons/fulldetails
Request Information
URI Parameters
None.
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": "2026-07-12T18:10:17.0663314+02:00",
"DeletedByUserId": "3d0e2e75-7adb-4774-825c-2a9de118c72d",
"CreatedOn": "2026-07-12T18:10:17.0663314+02:00",
"CreatedByUserId": "82ec8385-4660-432d-a91b-dae915c6609a",
"RecordState": 1,
"ModifiedOn": "2026-07-12T18:10:17.0663314+02:00",
"ModifiedByUserId": "16f5cec3-9cf3-42f7-9060-b39a782709df",
"OwnerId": "3aba7a5f-013e-494c-8009-d9c34b50aa0f",
"OwnershipType": 4,
"PersonId": "c0d7352d-34ae-4cc0-a19d-c0882a101a57",
"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": "d89f38b3-cb7e-4f70-a5ca-d9c7c9db2cfa",
"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": "2026-07-12T18:10:17.0663314+02:00",
"FaxNumber": "sample string 20",
"ReceiveOwnedAircraftStatisticReports": true,
"EnableAddress": true,
"ClubRelatedPersonDetails": {
"PersonCategoryIds": [
"9674e391-8279-44c5-94e5-b655462b6045",
"ea1e4891-b8ea-457f-b0eb-cca54d580afb"
],
"MemberStateId": "f0766783-06f0-4983-8bd9-3e18ce5ed34e",
"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": "2026-07-12T18:10:17.0663314+02:00",
"MedicalClass2ExpireDate": "2026-07-12T18:10:17.0663314+02:00",
"MedicalLaplExpireDate": "2026-07-12T18:10:17.0663314+02:00",
"GliderInstructorLicenceExpireDate": "2026-07-12T18:10:17.0663314+02:00",
"MotorInstructorLicenceExpireDate": "2026-07-12T18:10:17.0663314+02:00",
"PartMLicenceExpireDate": "2026-07-12T18:10:17.0663314+02:00",
"HasGliderTowingStartPermission": true,
"HasGliderSelfStartPermission": true,
"HasGliderWinchStartPermission": true,
"SpotLink": "sample string 37",
"Id": "c0d7352d-34ae-4cc0-a19d-c0882a101a57",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"DeletedOn":"2026-07-12T18:10:17.0663314+02:00","DeletedByUserId":"3d0e2e75-7adb-4774-825c-2a9de118c72d","CreatedOn":"2026-07-12T18:10:17.0663314+02:00","CreatedByUserId":"82ec8385-4660-432d-a91b-dae915c6609a","RecordState":1,"ModifiedOn":"2026-07-12T18:10:17.0663314+02:00","ModifiedByUserId":"16f5cec3-9cf3-42f7-9060-b39a782709df","OwnerId":"3aba7a5f-013e-494c-8009-d9c34b50aa0f","OwnershipType":4,"PersonId":"c0d7352d-34ae-4cc0-a19d-c0882a101a57","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":"d89f38b3-cb7e-4f70-a5ca-d9c7c9db2cfa","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":"2026-07-12T18:10:17.0663314+02:00","FaxNumber":"sample string 20","ReceiveOwnedAircraftStatisticReports":true,"EnableAddress":true,"ClubRelatedPersonDetails":{"PersonCategoryIds":["9674e391-8279-44c5-94e5-b655462b6045","ea1e4891-b8ea-457f-b0eb-cca54d580afb"],"MemberStateId":"f0766783-06f0-4983-8bd9-3e18ce5ed34e","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":"2026-07-12T18:10:17.0663314+02:00","MedicalClass2ExpireDate":"2026-07-12T18:10:17.0663314+02:00","MedicalLaplExpireDate":"2026-07-12T18:10:17.0663314+02:00","GliderInstructorLicenceExpireDate":"2026-07-12T18:10:17.0663314+02:00","MotorInstructorLicenceExpireDate":"2026-07-12T18:10:17.0663314+02:00","PartMLicenceExpireDate":"2026-07-12T18:10:17.0663314+02:00","HasGliderTowingStartPermission":true,"HasGliderSelfStartPermission":true,"HasGliderWinchStartPermission":true,"SpotLink":"sample string 37","Id":"c0d7352d-34ae-4cc0-a19d-c0882a101a57","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">c0d7352d-34ae-4cc0-a19d-c0882a101a57</Id>
<AddressLine1>sample string 9</AddressLine1>
<AddressLine2>sample string 10</AddressLine2>
<Birthday>2026-07-12T18:10:17.0663314+02: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>f0766783-06f0-4983-8bd9-3e18ce5ed34e</MemberStateId>
<PersonCategoryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>9674e391-8279-44c5-94e5-b655462b6045</d3p1:guid>
<d3p1:guid>ea1e4891-b8ea-457f-b0eb-cca54d580afb</d3p1:guid>
</PersonCategoryIds>
<ReceiveAircraftReservationNotifications>true</ReceiveAircraftReservationNotifications>
<ReceiveFlightReports>true</ReceiveFlightReports>
<ReceivePlanningDayRoleReminder>true</ReceivePlanningDayRoleReminder>
</ClubRelatedPersonDetails>
<CompanyName>sample string 14</CompanyName>
<CountryId>d89f38b3-cb7e-4f70-a5ca-d9c7c9db2cfa</CountryId>
<EnableAddress>true</EnableAddress>
<FaxNumber>sample string 20</FaxNumber>
<Firstname>sample string 6</Firstname>
<GliderInstructorLicenceExpireDate>2026-07-12T18:10:17.0663314+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 7</Lastname>
<LicenceNumber>sample string 33</LicenceNumber>
<MedicalClass1ExpireDate>2026-07-12T18:10:17.0663314+02:00</MedicalClass1ExpireDate>
<MedicalClass2ExpireDate>2026-07-12T18:10:17.0663314+02:00</MedicalClass2ExpireDate>
<MedicalLaplExpireDate>2026-07-12T18:10:17.0663314+02:00</MedicalLaplExpireDate>
<Midname>sample string 8</Midname>
<MobilePhoneNumber>sample string 17</MobilePhoneNumber>
<MotorInstructorLicenceExpireDate>2026-07-12T18:10:17.0663314+02:00</MotorInstructorLicenceExpireDate>
<PartMLicenceExpireDate>2026-07-12T18:10:17.0663314+02:00</PartMLicenceExpireDate>
<PersonId>c0d7352d-34ae-4cc0-a19d-c0882a101a57</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>82ec8385-4660-432d-a91b-dae915c6609a</CreatedByUserId>
<CreatedOn>2026-07-12T18:10:17.0663314+02:00</CreatedOn>
<DeletedByUserId>3d0e2e75-7adb-4774-825c-2a9de118c72d</DeletedByUserId>
<DeletedOn>2026-07-12T18:10:17.0663314+02:00</DeletedOn>
<ModifiedByUserId>16f5cec3-9cf3-42f7-9060-b39a782709df</ModifiedByUserId>
<ModifiedOn>2026-07-12T18:10:17.0663314+02: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": "2026-07-12T18:10:17.0819527+02:00",
"DeletedByUserId": "6c7a5374-a41b-4b75-bb65-adc94f633018",
"CreatedOn": "2026-07-12T18:10:17.0819527+02:00",
"CreatedByUserId": "c4133eb4-5bbb-48d8-a2dc-ab97db00e5a5",
"RecordState": 1,
"ModifiedOn": "2026-07-12T18:10:17.0819527+02:00",
"ModifiedByUserId": "dabb3e83-ca5a-4b09-8579-2144a64d400c",
"OwnerId": "d3925628-fc06-4d8f-9cdc-5893ccb1f998",
"OwnershipType": 4,
"PersonId": "9f63fe53-3337-4f71-ad1f-c28fffa2dfc2",
"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": "81a87496-77da-4603-bedf-60db0380a2ab",
"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": "2026-07-12T18:10:17.0819527+02:00",
"FaxNumber": "sample string 20",
"ReceiveOwnedAircraftStatisticReports": true,
"EnableAddress": true,
"ClubRelatedPersonDetails": {
"PersonCategoryIds": [
"c885a08f-95f7-43c1-88b8-313f872ce084",
"4a5d6956-1a4d-43f9-8ffc-ba71e59c0cb4"
],
"MemberStateId": "30c9e054-ca05-4f9c-bd28-e914791e0901",
"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": "2026-07-12T18:10:17.0819527+02:00",
"MedicalClass2ExpireDate": "2026-07-12T18:10:17.0819527+02:00",
"MedicalLaplExpireDate": "2026-07-12T18:10:17.0819527+02:00",
"GliderInstructorLicenceExpireDate": "2026-07-12T18:10:17.0819527+02:00",
"MotorInstructorLicenceExpireDate": "2026-07-12T18:10:17.0819527+02:00",
"PartMLicenceExpireDate": "2026-07-12T18:10:17.0819527+02:00",
"HasGliderTowingStartPermission": true,
"HasGliderSelfStartPermission": true,
"HasGliderWinchStartPermission": true,
"SpotLink": "sample string 37",
"Id": "9f63fe53-3337-4f71-ad1f-c28fffa2dfc2",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"DeletedOn":"2026-07-12T18:10:17.0819527+02:00","DeletedByUserId":"6c7a5374-a41b-4b75-bb65-adc94f633018","CreatedOn":"2026-07-12T18:10:17.0819527+02:00","CreatedByUserId":"c4133eb4-5bbb-48d8-a2dc-ab97db00e5a5","RecordState":1,"ModifiedOn":"2026-07-12T18:10:17.0819527+02:00","ModifiedByUserId":"dabb3e83-ca5a-4b09-8579-2144a64d400c","OwnerId":"d3925628-fc06-4d8f-9cdc-5893ccb1f998","OwnershipType":4,"PersonId":"9f63fe53-3337-4f71-ad1f-c28fffa2dfc2","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":"81a87496-77da-4603-bedf-60db0380a2ab","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":"2026-07-12T18:10:17.0819527+02:00","FaxNumber":"sample string 20","ReceiveOwnedAircraftStatisticReports":true,"EnableAddress":true,"ClubRelatedPersonDetails":{"PersonCategoryIds":["c885a08f-95f7-43c1-88b8-313f872ce084","4a5d6956-1a4d-43f9-8ffc-ba71e59c0cb4"],"MemberStateId":"30c9e054-ca05-4f9c-bd28-e914791e0901","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":"2026-07-12T18:10:17.0819527+02:00","MedicalClass2ExpireDate":"2026-07-12T18:10:17.0819527+02:00","MedicalLaplExpireDate":"2026-07-12T18:10:17.0819527+02:00","GliderInstructorLicenceExpireDate":"2026-07-12T18:10:17.0819527+02:00","MotorInstructorLicenceExpireDate":"2026-07-12T18:10:17.0819527+02:00","PartMLicenceExpireDate":"2026-07-12T18:10:17.0819527+02:00","HasGliderTowingStartPermission":true,"HasGliderSelfStartPermission":true,"HasGliderWinchStartPermission":true,"SpotLink":"sample string 37","Id":"9f63fe53-3337-4f71-ad1f-c28fffa2dfc2","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">9f63fe53-3337-4f71-ad1f-c28fffa2dfc2</Id>
<AddressLine1>sample string 9</AddressLine1>
<AddressLine2>sample string 10</AddressLine2>
<Birthday>2026-07-12T18:10:17.0819527+02: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>30c9e054-ca05-4f9c-bd28-e914791e0901</MemberStateId>
<PersonCategoryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>c885a08f-95f7-43c1-88b8-313f872ce084</d3p1:guid>
<d3p1:guid>4a5d6956-1a4d-43f9-8ffc-ba71e59c0cb4</d3p1:guid>
</PersonCategoryIds>
<ReceiveAircraftReservationNotifications>true</ReceiveAircraftReservationNotifications>
<ReceiveFlightReports>true</ReceiveFlightReports>
<ReceivePlanningDayRoleReminder>true</ReceivePlanningDayRoleReminder>
</ClubRelatedPersonDetails>
<CompanyName>sample string 14</CompanyName>
<CountryId>81a87496-77da-4603-bedf-60db0380a2ab</CountryId>
<EnableAddress>true</EnableAddress>
<FaxNumber>sample string 20</FaxNumber>
<Firstname>sample string 6</Firstname>
<GliderInstructorLicenceExpireDate>2026-07-12T18:10:17.0819527+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 7</Lastname>
<LicenceNumber>sample string 33</LicenceNumber>
<MedicalClass1ExpireDate>2026-07-12T18:10:17.0819527+02:00</MedicalClass1ExpireDate>
<MedicalClass2ExpireDate>2026-07-12T18:10:17.0819527+02:00</MedicalClass2ExpireDate>
<MedicalLaplExpireDate>2026-07-12T18:10:17.0819527+02:00</MedicalLaplExpireDate>
<Midname>sample string 8</Midname>
<MobilePhoneNumber>sample string 17</MobilePhoneNumber>
<MotorInstructorLicenceExpireDate>2026-07-12T18:10:17.0819527+02:00</MotorInstructorLicenceExpireDate>
<PartMLicenceExpireDate>2026-07-12T18:10:17.0819527+02:00</PartMLicenceExpireDate>
<PersonId>9f63fe53-3337-4f71-ad1f-c28fffa2dfc2</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>c4133eb4-5bbb-48d8-a2dc-ab97db00e5a5</CreatedByUserId>
<CreatedOn>2026-07-12T18:10:17.0819527+02:00</CreatedOn>
<DeletedByUserId>6c7a5374-a41b-4b75-bb65-adc94f633018</DeletedByUserId>
<DeletedOn>2026-07-12T18:10:17.0819527+02:00</DeletedOn>
<ModifiedByUserId>dabb3e83-ca5a-4b09-8579-2144a64d400c</ModifiedByUserId>
<ModifiedOn>2026-07-12T18:10:17.0819527+02:00</ModifiedOn>
<RecordState>1</RecordState>
</PersonFullDetails>