PUT api/v1/persons/fulldetails/{personId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
personId | globally unique identifier |
Required |
Body Parameters
PersonFullDetailsName | 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-05-16T23:11:40.7067148+02:00", "DeletedByUserId": "527f92a5-3b3b-49bd-905f-66230cff242f", "CreatedOn": "2025-05-16T23:11:40.7067148+02:00", "CreatedByUserId": "6c7ecd8f-2104-4430-926d-28abab604095", "RecordState": 1, "ModifiedOn": "2025-05-16T23:11:40.7067148+02:00", "ModifiedByUserId": "88e8a053-1808-4286-bc0d-ad80fe40c62b", "OwnerId": "07a03d94-3b8e-421e-b4e1-9c3c9ec900d2", "OwnershipType": 4, "PersonId": "832bb136-778c-472f-b07d-2be2c38f0ce5", "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": "9195032c-f368-427e-8144-5890b0817dd6", "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-05-16T23:11:40.7067148+02:00", "FaxNumber": "sample string 20", "ReceiveOwnedAircraftStatisticReports": true, "EnableAddress": true, "ClubRelatedPersonDetails": { "PersonCategoryIds": [ "610cc488-f44a-47c2-9094-f3d531d0e104", "d474398c-d0c7-4747-b096-e02b9a29db94" ], "MemberStateId": "75e1c747-603a-40e6-89c2-77b47609e874", "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-05-16T23:11:40.7067148+02:00", "MedicalClass2ExpireDate": "2025-05-16T23:11:40.7067148+02:00", "MedicalLaplExpireDate": "2025-05-16T23:11:40.7067148+02:00", "GliderInstructorLicenceExpireDate": "2025-05-16T23:11:40.7067148+02:00", "MotorInstructorLicenceExpireDate": "2025-05-16T23:11:40.7067148+02:00", "PartMLicenceExpireDate": "2025-05-16T23:11:40.7067148+02:00", "HasGliderTowingStartPermission": true, "HasGliderSelfStartPermission": true, "HasGliderWinchStartPermission": true, "SpotLink": "sample string 37", "Id": "832bb136-778c-472f-b07d-2be2c38f0ce5", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"DeletedOn":"2025-05-16T23:11:40.7067148+02:00","DeletedByUserId":"527f92a5-3b3b-49bd-905f-66230cff242f","CreatedOn":"2025-05-16T23:11:40.7067148+02:00","CreatedByUserId":"6c7ecd8f-2104-4430-926d-28abab604095","RecordState":1,"ModifiedOn":"2025-05-16T23:11:40.7067148+02:00","ModifiedByUserId":"88e8a053-1808-4286-bc0d-ad80fe40c62b","OwnerId":"07a03d94-3b8e-421e-b4e1-9c3c9ec900d2","OwnershipType":4,"PersonId":"832bb136-778c-472f-b07d-2be2c38f0ce5","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":"9195032c-f368-427e-8144-5890b0817dd6","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-05-16T23:11:40.7067148+02:00","FaxNumber":"sample string 20","ReceiveOwnedAircraftStatisticReports":true,"EnableAddress":true,"ClubRelatedPersonDetails":{"PersonCategoryIds":["610cc488-f44a-47c2-9094-f3d531d0e104","d474398c-d0c7-4747-b096-e02b9a29db94"],"MemberStateId":"75e1c747-603a-40e6-89c2-77b47609e874","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-05-16T23:11:40.7067148+02:00","MedicalClass2ExpireDate":"2025-05-16T23:11:40.7067148+02:00","MedicalLaplExpireDate":"2025-05-16T23:11:40.7067148+02:00","GliderInstructorLicenceExpireDate":"2025-05-16T23:11:40.7067148+02:00","MotorInstructorLicenceExpireDate":"2025-05-16T23:11:40.7067148+02:00","PartMLicenceExpireDate":"2025-05-16T23:11:40.7067148+02:00","HasGliderTowingStartPermission":true,"HasGliderSelfStartPermission":true,"HasGliderWinchStartPermission":true,"SpotLink":"sample string 37","Id":"832bb136-778c-472f-b07d-2be2c38f0ce5","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">832bb136-778c-472f-b07d-2be2c38f0ce5</Id> <AddressLine1>sample string 9</AddressLine1> <AddressLine2>sample string 10</AddressLine2> <Birthday>2025-05-16T23:11:40.7067148+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>75e1c747-603a-40e6-89c2-77b47609e874</MemberStateId> <PersonCategoryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>610cc488-f44a-47c2-9094-f3d531d0e104</d3p1:guid> <d3p1:guid>d474398c-d0c7-4747-b096-e02b9a29db94</d3p1:guid> </PersonCategoryIds> <ReceiveAircraftReservationNotifications>true</ReceiveAircraftReservationNotifications> <ReceiveFlightReports>true</ReceiveFlightReports> <ReceivePlanningDayRoleReminder>true</ReceivePlanningDayRoleReminder> </ClubRelatedPersonDetails> <CompanyName>sample string 14</CompanyName> <CountryId>9195032c-f368-427e-8144-5890b0817dd6</CountryId> <EnableAddress>true</EnableAddress> <FaxNumber>sample string 20</FaxNumber> <Firstname>sample string 6</Firstname> <GliderInstructorLicenceExpireDate>2025-05-16T23:11:40.7067148+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>2025-05-16T23:11:40.7067148+02:00</MedicalClass1ExpireDate> <MedicalClass2ExpireDate>2025-05-16T23:11:40.7067148+02:00</MedicalClass2ExpireDate> <MedicalLaplExpireDate>2025-05-16T23:11:40.7067148+02:00</MedicalLaplExpireDate> <Midname>sample string 8</Midname> <MobilePhoneNumber>sample string 17</MobilePhoneNumber> <MotorInstructorLicenceExpireDate>2025-05-16T23:11:40.7067148+02:00</MotorInstructorLicenceExpireDate> <PartMLicenceExpireDate>2025-05-16T23:11:40.7067148+02:00</PartMLicenceExpireDate> <PersonId>832bb136-778c-472f-b07d-2be2c38f0ce5</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>6c7ecd8f-2104-4430-926d-28abab604095</CreatedByUserId> <CreatedOn>2025-05-16T23:11:40.7067148+02:00</CreatedOn> <DeletedByUserId>527f92a5-3b3b-49bd-905f-66230cff242f</DeletedByUserId> <DeletedOn>2025-05-16T23:11:40.7067148+02:00</DeletedOn> <ModifiedByUserId>88e8a053-1808-4286-bc0d-ad80fe40c62b</ModifiedByUserId> <ModifiedOn>2025-05-16T23:11:40.7067148+02:00</ModifiedOn> <RecordState>1</RecordState> </PersonFullDetails>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
PersonFullDetailsName | 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-05-16T23:11:40.7067148+02:00", "DeletedByUserId": "ea726463-e8c9-4ca1-a1ad-c822f26e8afb", "CreatedOn": "2025-05-16T23:11:40.7067148+02:00", "CreatedByUserId": "f5e3ab15-7427-4608-9bc4-ddaf847e075b", "RecordState": 1, "ModifiedOn": "2025-05-16T23:11:40.7067148+02:00", "ModifiedByUserId": "7744e535-416e-463a-9697-98d2315340cf", "OwnerId": "46b7e4b4-d6f5-49e7-8041-3969d0a13476", "OwnershipType": 4, "PersonId": "0d0bd6dc-1473-4350-8980-133632ab6537", "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": "b7290380-12a9-468d-9e8f-5aacbbbd4a73", "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-05-16T23:11:40.7067148+02:00", "FaxNumber": "sample string 20", "ReceiveOwnedAircraftStatisticReports": true, "EnableAddress": true, "ClubRelatedPersonDetails": { "PersonCategoryIds": [ "3cd4ad64-e867-4eb2-ae3d-9967efd0f90f", "0ea41534-161d-42d5-9502-46affbaf4f72" ], "MemberStateId": "27aebbe1-14fd-4115-b66d-98b31d132508", "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-05-16T23:11:40.7067148+02:00", "MedicalClass2ExpireDate": "2025-05-16T23:11:40.7067148+02:00", "MedicalLaplExpireDate": "2025-05-16T23:11:40.7067148+02:00", "GliderInstructorLicenceExpireDate": "2025-05-16T23:11:40.7067148+02:00", "MotorInstructorLicenceExpireDate": "2025-05-16T23:11:40.7067148+02:00", "PartMLicenceExpireDate": "2025-05-16T23:11:40.7067148+02:00", "HasGliderTowingStartPermission": true, "HasGliderSelfStartPermission": true, "HasGliderWinchStartPermission": true, "SpotLink": "sample string 37", "Id": "0d0bd6dc-1473-4350-8980-133632ab6537", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"DeletedOn":"2025-05-16T23:11:40.7067148+02:00","DeletedByUserId":"ea726463-e8c9-4ca1-a1ad-c822f26e8afb","CreatedOn":"2025-05-16T23:11:40.7067148+02:00","CreatedByUserId":"f5e3ab15-7427-4608-9bc4-ddaf847e075b","RecordState":1,"ModifiedOn":"2025-05-16T23:11:40.7067148+02:00","ModifiedByUserId":"7744e535-416e-463a-9697-98d2315340cf","OwnerId":"46b7e4b4-d6f5-49e7-8041-3969d0a13476","OwnershipType":4,"PersonId":"0d0bd6dc-1473-4350-8980-133632ab6537","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":"b7290380-12a9-468d-9e8f-5aacbbbd4a73","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-05-16T23:11:40.7067148+02:00","FaxNumber":"sample string 20","ReceiveOwnedAircraftStatisticReports":true,"EnableAddress":true,"ClubRelatedPersonDetails":{"PersonCategoryIds":["3cd4ad64-e867-4eb2-ae3d-9967efd0f90f","0ea41534-161d-42d5-9502-46affbaf4f72"],"MemberStateId":"27aebbe1-14fd-4115-b66d-98b31d132508","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-05-16T23:11:40.7067148+02:00","MedicalClass2ExpireDate":"2025-05-16T23:11:40.7067148+02:00","MedicalLaplExpireDate":"2025-05-16T23:11:40.7067148+02:00","GliderInstructorLicenceExpireDate":"2025-05-16T23:11:40.7067148+02:00","MotorInstructorLicenceExpireDate":"2025-05-16T23:11:40.7067148+02:00","PartMLicenceExpireDate":"2025-05-16T23:11:40.7067148+02:00","HasGliderTowingStartPermission":true,"HasGliderSelfStartPermission":true,"HasGliderWinchStartPermission":true,"SpotLink":"sample string 37","Id":"0d0bd6dc-1473-4350-8980-133632ab6537","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">0d0bd6dc-1473-4350-8980-133632ab6537</Id> <AddressLine1>sample string 9</AddressLine1> <AddressLine2>sample string 10</AddressLine2> <Birthday>2025-05-16T23:11:40.7067148+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>27aebbe1-14fd-4115-b66d-98b31d132508</MemberStateId> <PersonCategoryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>3cd4ad64-e867-4eb2-ae3d-9967efd0f90f</d3p1:guid> <d3p1:guid>0ea41534-161d-42d5-9502-46affbaf4f72</d3p1:guid> </PersonCategoryIds> <ReceiveAircraftReservationNotifications>true</ReceiveAircraftReservationNotifications> <ReceiveFlightReports>true</ReceiveFlightReports> <ReceivePlanningDayRoleReminder>true</ReceivePlanningDayRoleReminder> </ClubRelatedPersonDetails> <CompanyName>sample string 14</CompanyName> <CountryId>b7290380-12a9-468d-9e8f-5aacbbbd4a73</CountryId> <EnableAddress>true</EnableAddress> <FaxNumber>sample string 20</FaxNumber> <Firstname>sample string 6</Firstname> <GliderInstructorLicenceExpireDate>2025-05-16T23:11:40.7067148+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>2025-05-16T23:11:40.7067148+02:00</MedicalClass1ExpireDate> <MedicalClass2ExpireDate>2025-05-16T23:11:40.7067148+02:00</MedicalClass2ExpireDate> <MedicalLaplExpireDate>2025-05-16T23:11:40.7067148+02:00</MedicalLaplExpireDate> <Midname>sample string 8</Midname> <MobilePhoneNumber>sample string 17</MobilePhoneNumber> <MotorInstructorLicenceExpireDate>2025-05-16T23:11:40.7067148+02:00</MotorInstructorLicenceExpireDate> <PartMLicenceExpireDate>2025-05-16T23:11:40.7067148+02:00</PartMLicenceExpireDate> <PersonId>0d0bd6dc-1473-4350-8980-133632ab6537</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>f5e3ab15-7427-4608-9bc4-ddaf847e075b</CreatedByUserId> <CreatedOn>2025-05-16T23:11:40.7067148+02:00</CreatedOn> <DeletedByUserId>ea726463-e8c9-4ca1-a1ad-c822f26e8afb</DeletedByUserId> <DeletedOn>2025-05-16T23:11:40.7067148+02:00</DeletedOn> <ModifiedByUserId>7744e535-416e-463a-9697-98d2315340cf</ModifiedByUserId> <ModifiedOn>2025-05-16T23:11:40.7067148+02:00</ModifiedOn> <RecordState>1</RecordState> </PersonFullDetails>