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": "2025-12-13T03:46:51.5587388+01:00",
"DeletedByUserId": "78557a0b-cac6-458d-a48c-1fa9d61b0e7a",
"CreatedOn": "2025-12-13T03:46:51.5587388+01:00",
"CreatedByUserId": "0069c584-92e2-4187-970c-b53bbedd5311",
"RecordState": 1,
"ModifiedOn": "2025-12-13T03:46:51.5587388+01:00",
"ModifiedByUserId": "8aace323-9338-4a8b-82ad-a980d96fcddb",
"OwnerId": "5b4ce524-8876-4aa2-8bf2-a7161c3fbc42",
"OwnershipType": 4,
"PersonId": "5f052ca4-d12d-4085-84cf-7ae7e1129b19",
"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": "dab93fe1-e028-4f3d-9a77-579b4277e53e",
"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-13T03:46:51.5587388+01:00",
"FaxNumber": "sample string 20",
"ReceiveOwnedAircraftStatisticReports": true,
"EnableAddress": true,
"ClubRelatedPersonDetails": {
"PersonCategoryIds": [
"93701270-0e0a-4ec1-afa8-7f463f79fbfa",
"36d04d34-d6e6-42ea-baef-8fd1e58bedb7"
],
"MemberStateId": "aeffa791-e310-4960-9506-674ba448b6a9",
"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-13T03:46:51.5587388+01:00",
"MedicalClass2ExpireDate": "2025-12-13T03:46:51.5587388+01:00",
"MedicalLaplExpireDate": "2025-12-13T03:46:51.5587388+01:00",
"GliderInstructorLicenceExpireDate": "2025-12-13T03:46:51.5587388+01:00",
"MotorInstructorLicenceExpireDate": "2025-12-13T03:46:51.5587388+01:00",
"PartMLicenceExpireDate": "2025-12-13T03:46:51.5587388+01:00",
"HasGliderTowingStartPermission": true,
"HasGliderSelfStartPermission": true,
"HasGliderWinchStartPermission": true,
"SpotLink": "sample string 37",
"Id": "5f052ca4-d12d-4085-84cf-7ae7e1129b19",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"DeletedOn":"2025-12-13T03:46:51.5587388+01:00","DeletedByUserId":"78557a0b-cac6-458d-a48c-1fa9d61b0e7a","CreatedOn":"2025-12-13T03:46:51.5587388+01:00","CreatedByUserId":"0069c584-92e2-4187-970c-b53bbedd5311","RecordState":1,"ModifiedOn":"2025-12-13T03:46:51.5587388+01:00","ModifiedByUserId":"8aace323-9338-4a8b-82ad-a980d96fcddb","OwnerId":"5b4ce524-8876-4aa2-8bf2-a7161c3fbc42","OwnershipType":4,"PersonId":"5f052ca4-d12d-4085-84cf-7ae7e1129b19","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":"dab93fe1-e028-4f3d-9a77-579b4277e53e","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-13T03:46:51.5587388+01:00","FaxNumber":"sample string 20","ReceiveOwnedAircraftStatisticReports":true,"EnableAddress":true,"ClubRelatedPersonDetails":{"PersonCategoryIds":["93701270-0e0a-4ec1-afa8-7f463f79fbfa","36d04d34-d6e6-42ea-baef-8fd1e58bedb7"],"MemberStateId":"aeffa791-e310-4960-9506-674ba448b6a9","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-13T03:46:51.5587388+01:00","MedicalClass2ExpireDate":"2025-12-13T03:46:51.5587388+01:00","MedicalLaplExpireDate":"2025-12-13T03:46:51.5587388+01:00","GliderInstructorLicenceExpireDate":"2025-12-13T03:46:51.5587388+01:00","MotorInstructorLicenceExpireDate":"2025-12-13T03:46:51.5587388+01:00","PartMLicenceExpireDate":"2025-12-13T03:46:51.5587388+01:00","HasGliderTowingStartPermission":true,"HasGliderSelfStartPermission":true,"HasGliderWinchStartPermission":true,"SpotLink":"sample string 37","Id":"5f052ca4-d12d-4085-84cf-7ae7e1129b19","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">5f052ca4-d12d-4085-84cf-7ae7e1129b19</Id>
<AddressLine1>sample string 9</AddressLine1>
<AddressLine2>sample string 10</AddressLine2>
<Birthday>2025-12-13T03:46:51.5587388+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>aeffa791-e310-4960-9506-674ba448b6a9</MemberStateId>
<PersonCategoryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>93701270-0e0a-4ec1-afa8-7f463f79fbfa</d3p1:guid>
<d3p1:guid>36d04d34-d6e6-42ea-baef-8fd1e58bedb7</d3p1:guid>
</PersonCategoryIds>
<ReceiveAircraftReservationNotifications>true</ReceiveAircraftReservationNotifications>
<ReceiveFlightReports>true</ReceiveFlightReports>
<ReceivePlanningDayRoleReminder>true</ReceivePlanningDayRoleReminder>
</ClubRelatedPersonDetails>
<CompanyName>sample string 14</CompanyName>
<CountryId>dab93fe1-e028-4f3d-9a77-579b4277e53e</CountryId>
<EnableAddress>true</EnableAddress>
<FaxNumber>sample string 20</FaxNumber>
<Firstname>sample string 6</Firstname>
<GliderInstructorLicenceExpireDate>2025-12-13T03:46:51.5587388+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-13T03:46:51.5587388+01:00</MedicalClass1ExpireDate>
<MedicalClass2ExpireDate>2025-12-13T03:46:51.5587388+01:00</MedicalClass2ExpireDate>
<MedicalLaplExpireDate>2025-12-13T03:46:51.5587388+01:00</MedicalLaplExpireDate>
<Midname>sample string 8</Midname>
<MobilePhoneNumber>sample string 17</MobilePhoneNumber>
<MotorInstructorLicenceExpireDate>2025-12-13T03:46:51.5587388+01:00</MotorInstructorLicenceExpireDate>
<PartMLicenceExpireDate>2025-12-13T03:46:51.5587388+01:00</PartMLicenceExpireDate>
<PersonId>5f052ca4-d12d-4085-84cf-7ae7e1129b19</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>0069c584-92e2-4187-970c-b53bbedd5311</CreatedByUserId>
<CreatedOn>2025-12-13T03:46:51.5587388+01:00</CreatedOn>
<DeletedByUserId>78557a0b-cac6-458d-a48c-1fa9d61b0e7a</DeletedByUserId>
<DeletedOn>2025-12-13T03:46:51.5587388+01:00</DeletedOn>
<ModifiedByUserId>8aace323-9338-4a8b-82ad-a980d96fcddb</ModifiedByUserId>
<ModifiedOn>2025-12-13T03:46:51.5587388+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-13T03:46:51.5587388+01:00",
"DeletedByUserId": "c7328a9c-04c8-42d5-8311-0eac4e35e826",
"CreatedOn": "2025-12-13T03:46:51.5587388+01:00",
"CreatedByUserId": "b01d151c-acfe-40ff-a291-ea22efe3b9b9",
"RecordState": 1,
"ModifiedOn": "2025-12-13T03:46:51.5587388+01:00",
"ModifiedByUserId": "dd0ccf80-2073-4e4b-abc3-69fbac5e645a",
"OwnerId": "2b95baee-dac7-441c-81f0-f81a902748a2",
"OwnershipType": 4,
"PersonId": "40c0f9e1-f200-482a-81f4-534b48b084ad",
"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": "b68a046c-647c-4632-99ef-fc2350cb3dc4",
"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-13T03:46:51.5587388+01:00",
"FaxNumber": "sample string 20",
"ReceiveOwnedAircraftStatisticReports": true,
"EnableAddress": true,
"ClubRelatedPersonDetails": {
"PersonCategoryIds": [
"5d131fcf-f659-42d8-990d-cd9fee4b2ad6",
"46f40bd9-d92f-40de-a7aa-bc0674532168"
],
"MemberStateId": "6616359f-8453-4ee6-b1e2-1b38320a500e",
"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-13T03:46:51.5587388+01:00",
"MedicalClass2ExpireDate": "2025-12-13T03:46:51.5587388+01:00",
"MedicalLaplExpireDate": "2025-12-13T03:46:51.5587388+01:00",
"GliderInstructorLicenceExpireDate": "2025-12-13T03:46:51.5587388+01:00",
"MotorInstructorLicenceExpireDate": "2025-12-13T03:46:51.5587388+01:00",
"PartMLicenceExpireDate": "2025-12-13T03:46:51.5587388+01:00",
"HasGliderTowingStartPermission": true,
"HasGliderSelfStartPermission": true,
"HasGliderWinchStartPermission": true,
"SpotLink": "sample string 37",
"Id": "40c0f9e1-f200-482a-81f4-534b48b084ad",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
{"DeletedOn":"2025-12-13T03:46:51.5587388+01:00","DeletedByUserId":"c7328a9c-04c8-42d5-8311-0eac4e35e826","CreatedOn":"2025-12-13T03:46:51.5587388+01:00","CreatedByUserId":"b01d151c-acfe-40ff-a291-ea22efe3b9b9","RecordState":1,"ModifiedOn":"2025-12-13T03:46:51.5587388+01:00","ModifiedByUserId":"dd0ccf80-2073-4e4b-abc3-69fbac5e645a","OwnerId":"2b95baee-dac7-441c-81f0-f81a902748a2","OwnershipType":4,"PersonId":"40c0f9e1-f200-482a-81f4-534b48b084ad","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":"b68a046c-647c-4632-99ef-fc2350cb3dc4","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-13T03:46:51.5587388+01:00","FaxNumber":"sample string 20","ReceiveOwnedAircraftStatisticReports":true,"EnableAddress":true,"ClubRelatedPersonDetails":{"PersonCategoryIds":["5d131fcf-f659-42d8-990d-cd9fee4b2ad6","46f40bd9-d92f-40de-a7aa-bc0674532168"],"MemberStateId":"6616359f-8453-4ee6-b1e2-1b38320a500e","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-13T03:46:51.5587388+01:00","MedicalClass2ExpireDate":"2025-12-13T03:46:51.5587388+01:00","MedicalLaplExpireDate":"2025-12-13T03:46:51.5587388+01:00","GliderInstructorLicenceExpireDate":"2025-12-13T03:46:51.5587388+01:00","MotorInstructorLicenceExpireDate":"2025-12-13T03:46:51.5587388+01:00","PartMLicenceExpireDate":"2025-12-13T03:46:51.5587388+01:00","HasGliderTowingStartPermission":true,"HasGliderSelfStartPermission":true,"HasGliderWinchStartPermission":true,"SpotLink":"sample string 37","Id":"40c0f9e1-f200-482a-81f4-534b48b084ad","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">40c0f9e1-f200-482a-81f4-534b48b084ad</Id>
<AddressLine1>sample string 9</AddressLine1>
<AddressLine2>sample string 10</AddressLine2>
<Birthday>2025-12-13T03:46:51.5587388+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>6616359f-8453-4ee6-b1e2-1b38320a500e</MemberStateId>
<PersonCategoryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>5d131fcf-f659-42d8-990d-cd9fee4b2ad6</d3p1:guid>
<d3p1:guid>46f40bd9-d92f-40de-a7aa-bc0674532168</d3p1:guid>
</PersonCategoryIds>
<ReceiveAircraftReservationNotifications>true</ReceiveAircraftReservationNotifications>
<ReceiveFlightReports>true</ReceiveFlightReports>
<ReceivePlanningDayRoleReminder>true</ReceivePlanningDayRoleReminder>
</ClubRelatedPersonDetails>
<CompanyName>sample string 14</CompanyName>
<CountryId>b68a046c-647c-4632-99ef-fc2350cb3dc4</CountryId>
<EnableAddress>true</EnableAddress>
<FaxNumber>sample string 20</FaxNumber>
<Firstname>sample string 6</Firstname>
<GliderInstructorLicenceExpireDate>2025-12-13T03:46:51.5587388+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-13T03:46:51.5587388+01:00</MedicalClass1ExpireDate>
<MedicalClass2ExpireDate>2025-12-13T03:46:51.5587388+01:00</MedicalClass2ExpireDate>
<MedicalLaplExpireDate>2025-12-13T03:46:51.5587388+01:00</MedicalLaplExpireDate>
<Midname>sample string 8</Midname>
<MobilePhoneNumber>sample string 17</MobilePhoneNumber>
<MotorInstructorLicenceExpireDate>2025-12-13T03:46:51.5587388+01:00</MotorInstructorLicenceExpireDate>
<PartMLicenceExpireDate>2025-12-13T03:46:51.5587388+01:00</PartMLicenceExpireDate>
<PersonId>40c0f9e1-f200-482a-81f4-534b48b084ad</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>b01d151c-acfe-40ff-a291-ea22efe3b9b9</CreatedByUserId>
<CreatedOn>2025-12-13T03:46:51.5587388+01:00</CreatedOn>
<DeletedByUserId>c7328a9c-04c8-42d5-8311-0eac4e35e826</DeletedByUserId>
<DeletedOn>2025-12-13T03:46:51.5587388+01:00</DeletedOn>
<ModifiedByUserId>dd0ccf80-2073-4e4b-abc3-69fbac5e645a</ModifiedByUserId>
<ModifiedOn>2025-12-13T03:46:51.5587388+01:00</ModifiedOn>
<RecordState>1</RecordState>
</PersonFullDetails>