POST api/ApiCustomer/AssetBuyMasterHistory
Request Information
URI Parameters
None.
Body Parameters
ServerSidePagingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionID | globally unique identifier |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
|
| SearchText | string |
None. |
|
| PropertyId | globally unique identifier |
None. |
|
| CustomerId | string |
None. |
|
| Status | string |
None. |
|
| QueryType | string |
None. |
|
| UserGroupId | integer |
None. |
|
| TerminalId | string |
None. |
|
| TotalNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SessionID": "5441fcce-0b89-4b1b-b211-f90c4ba34f21",
"PageSize": 2,
"PageNumber": 3,
"SearchText": "sample string 4",
"PropertyId": "0e22cacf-8859-4788-aef8-fd5410c22724",
"CustomerId": "sample string 6",
"Status": "sample string 7",
"QueryType": "sample string 8",
"UserGroupId": 9,
"TerminalId": "sample string 10",
"TotalNumber": 1
}
application/xml, text/xml
Sample:
<ServerSidePagingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.BLL.ViewModels"> <CustomerId>sample string 6</CustomerId> <PageNumber>3</PageNumber> <PageSize>2</PageSize> <PropertyId>0e22cacf-8859-4788-aef8-fd5410c22724</PropertyId> <QueryType>sample string 8</QueryType> <SearchText>sample string 4</SearchText> <SessionID>5441fcce-0b89-4b1b-b211-f90c4ba34f21</SessionID> <Status>sample string 7</Status> <TerminalId>sample string 10</TerminalId> <TotalNumber>1</TotalNumber> <UserGroupId>9</UserGroupId> </ServerSidePagingViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AssetBuyMasterViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PropertyId | globally unique identifier |
None. |
|
| CustomerId | string |
None. |
|
| Amount | decimal number |
None. |
|
| TotalPay | decimal number |
None. |
|
| DownPayments | decimal number |
None. |
|
| ReferenceNumber | string |
None. |
|
| TransactionHash | string |
None. |
|
| TransactionType | string |
None. |
|
| TransactionDate | date |
None. |
|
| PaymentMethod | string |
None. |
|
| PaymentStatus | string |
None. |
|
| PaymentInformation | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| SetOn | date |
None. |
|
| SetBy | integer |
None. |
|
| SetFrom | string |
None. |
|
| Note | string |
None. |
|
| AssetBuyDetailList | Collection of AssetBuyDetailViewModel |
None. |
|
| Property | PropertyModel |
None. |
|
| AssetBuyDetailsList | Collection of AssetBuyDetailViewModel |
None. |
|
| MortgageLoanInformationList | Collection of MortgageLoanInformationViewModel |
None. |
|
| MerchantId | string |
None. |
|
| MerchantName | string |
None. |
|
| Title | string |
None. |
|
| Status | string |
None. |
|
| TotalNumber | integer |
None. |
|
| IsOperationSuccessful | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "dca9aab2-d7b7-4990-b590-b16171cce9ae",
"PropertyId": "c57d291a-1380-4030-9d3a-5040df3f89b0",
"CustomerId": "sample string 3",
"Amount": 1.0,
"TotalPay": 1.0,
"DownPayments": 1.0,
"ReferenceNumber": "sample string 4",
"TransactionHash": "sample string 5",
"TransactionType": "sample string 6",
"TransactionDate": "2026-09-08T20:24:16.2142912-07:00",
"PaymentMethod": "sample string 7",
"PaymentStatus": "sample string 8",
"PaymentInformation": "sample string 9",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2142912-07:00",
"SetBy": 13,
"SetFrom": "sample string 14",
"Note": "sample string 15",
"AssetBuyDetailList": [
{
"Id": "822e5130-32ed-49f5-8a81-3e0b4b73e8ac",
"AssetBuyMasterId": "0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af",
"Amount": 1.0,
"Status": "sample string 2",
"TransactionType": "sample string 3",
"TransactionDate": "2026-09-08T20:24:16.2142912-07:00",
"ReferenceNumber": "sample string 4",
"TransactionHash": "sample string 5",
"TransactionId": "sample string 6",
"PaymentMethod": "sample string 7",
"PaymentStatus": "sample string 8",
"PaymentInformation": "sample string 9",
"BankDepositPhoto": "sample string 10",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2142912-07:00",
"SetBy": 14,
"SetFrom": "sample string 15",
"Note": "sample string 16",
"TotalAmount": 1.0,
"Title": "sample string 17",
"MerchantId": "sample string 18",
"MerchantName": "sample string 19",
"CustomerName": "sample string 20",
"CustomerId": "sample string 21",
"BankDepositPhotoString": "sample string 22",
"IsOperationSuccessful": true,
"Message": "sample string 24"
},
{
"Id": "822e5130-32ed-49f5-8a81-3e0b4b73e8ac",
"AssetBuyMasterId": "0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af",
"Amount": 1.0,
"Status": "sample string 2",
"TransactionType": "sample string 3",
"TransactionDate": "2026-09-08T20:24:16.2142912-07:00",
"ReferenceNumber": "sample string 4",
"TransactionHash": "sample string 5",
"TransactionId": "sample string 6",
"PaymentMethod": "sample string 7",
"PaymentStatus": "sample string 8",
"PaymentInformation": "sample string 9",
"BankDepositPhoto": "sample string 10",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2142912-07:00",
"SetBy": 14,
"SetFrom": "sample string 15",
"Note": "sample string 16",
"TotalAmount": 1.0,
"Title": "sample string 17",
"MerchantId": "sample string 18",
"MerchantName": "sample string 19",
"CustomerName": "sample string 20",
"CustomerId": "sample string 21",
"BankDepositPhotoString": "sample string 22",
"IsOperationSuccessful": true,
"Message": "sample string 24"
}
],
"Property": {
"Id": "304906a8-34ea-46b4-b598-812abc9cf618",
"Title": "sample string 2",
"ShortDescription": "sample string 3",
"LongDescription": "sample string 4",
"TotalPrice": 1.0,
"UnitPrice": 1.0,
"Unit": "sample string 5",
"Latitude": 1.0,
"Longitude": 1.0,
"Type": 1,
"Features": "sample string 6",
"BuiltUpArea": 1.0,
"BuiltUpAreaUnit": "sample string 7",
"Status": "sample string 8",
"PropertySize": 1.0,
"SmartContractAddress": "sample string 9",
"TotalSupply": 1.0,
"TotalShare": 1.0,
"AvailableShare": 1.0,
"TotalSellShare": 1.0,
"CompletionDate": "2026-09-08T20:24:16.2298898-07:00",
"CompletionPercentage": 1.0,
"SharePrice": 1.0,
"StartDate": "2026-09-08T20:24:16.2298898-07:00",
"MerchantId": "sample string 10",
"TotalNumber": 1,
"Address": {
"Id": "c33e82a3-ff98-4f27-b66c-42eb88645a8f",
"AddressType": "sample string 2",
"AddressDescription": "sample string 3",
"AreaId": 1,
"CityId": 1,
"StateId": 1,
"CountryId": 1,
"Latitude": 1.0,
"Longitude": 1.0,
"ReferenceId": "sample string 4",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 9,
"SetFrom": "sample string 10",
"Note": "sample string 11"
},
"Apartment": {
"Id": "a807b0d2-100a-455d-b13f-083a4b1a2119",
"PropertyId": "4f145055-cf07-4d8b-902a-9e21ddfbd969",
"NumberOfRoom": 1,
"NumberOfBadRoom": 1,
"NumberOfBathRoom": 1,
"Parking": true,
"FloorNumber": 1,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 6,
"SetFrom": "sample string 7",
"Note": "sample string 8"
},
"PropertyDocumentTypeList": [
{
"Id": "6ef04c56-69d9-4a22-b9de-5d66e1d6c41e",
"PropertyId": "39cebcf9-2923-4967-98fd-223f94e34ff6",
"PropertyDocumentTypeId": 3,
"PropertyDocumentTypeName": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"AssignAuditorId": 1,
"CheckerId": "sample string 10",
"CheckerNote": "sample string 11",
"CheckerStatus": "sample string 12",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 16,
"SetFrom": "sample string 17",
"Note": "sample string 18",
"FileString": "sample string 19",
"FileList": [
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
},
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
}
],
"IsOperationSuccessful": true,
"Message": "sample string 21"
},
{
"Id": "6ef04c56-69d9-4a22-b9de-5d66e1d6c41e",
"PropertyId": "39cebcf9-2923-4967-98fd-223f94e34ff6",
"PropertyDocumentTypeId": 3,
"PropertyDocumentTypeName": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"AssignAuditorId": 1,
"CheckerId": "sample string 10",
"CheckerNote": "sample string 11",
"CheckerStatus": "sample string 12",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 16,
"SetFrom": "sample string 17",
"Note": "sample string 18",
"FileString": "sample string 19",
"FileList": [
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
},
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
}
],
"IsOperationSuccessful": true,
"Message": "sample string 21"
}
],
"PropertyFeatureList": [
{
"Id": "1eeb48cb-f9c8-415c-ab51-d9abca06cbfc",
"PropertyFeatureId": 1,
"Text": "sample string 2",
"PropertyId": "77179713-ba7b-45c4-91ec-2058ed1ee687",
"FeatureTitle": "sample string 3",
"IsOperationSuccessful": true,
"Message": "sample string 5",
"SetFrom": "sample string 6"
},
{
"Id": "1eeb48cb-f9c8-415c-ab51-d9abca06cbfc",
"PropertyFeatureId": 1,
"Text": "sample string 2",
"PropertyId": "77179713-ba7b-45c4-91ec-2058ed1ee687",
"FeatureTitle": "sample string 3",
"IsOperationSuccessful": true,
"Message": "sample string 5",
"SetFrom": "sample string 6"
}
],
"PhotoList": [
{
"Id": "45cfdc8a-e23f-45f8-b8e5-3ece5e08ca2f",
"PropertyId": "29e29a87-b718-4ddb-b2d1-9ad353dda662",
"FilePath": "sample string 2",
"PhotoTitle": "sample string 3",
"FileString": "sample string 4",
"IsPrimary": true,
"IsOperationSuccessful": true,
"Message": "sample string 7",
"SetFrom": "sample string 8"
},
{
"Id": "45cfdc8a-e23f-45f8-b8e5-3ece5e08ca2f",
"PropertyId": "29e29a87-b718-4ddb-b2d1-9ad353dda662",
"FilePath": "sample string 2",
"PhotoTitle": "sample string 3",
"FileString": "sample string 4",
"IsPrimary": true,
"IsOperationSuccessful": true,
"Message": "sample string 7",
"SetFrom": "sample string 8"
}
],
"MerchantName": "sample string 11",
"AssignAdminId": 1,
"PropertyTypeName": "sample string 12",
"AddressType": "sample string 13",
"AddressDescription": "sample string 14",
"AreaId": 1,
"AreaName": "sample string 15",
"CityId": 1,
"CityName": "sample string 16",
"StateId": 1,
"StateName": "sample string 17",
"CountryId": 1,
"CountryName": "sample string 18",
"NumberOfRoom": 1,
"NumberOfBadRoom": 1,
"NumberOfBathRoom": 1,
"Parking": true,
"FloorNumber": 1,
"VideoUrl": "sample string 19",
"FilePath": "sample string 20",
"Amount": 1.0,
"AmountPerShares": 1.0,
"NumberOfShares": 1.0,
"TransactionDate": "2026-09-08T20:24:16.2298898-07:00",
"ForSell": true,
"PaymentUnit": "sample string 21",
"PaymentMethod": "sample string 22",
"PropertyDocumentList": [
{
"Id": "6ef04c56-69d9-4a22-b9de-5d66e1d6c41e",
"PropertyId": "39cebcf9-2923-4967-98fd-223f94e34ff6",
"PropertyDocumentTypeId": 3,
"PropertyDocumentTypeName": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"AssignAuditorId": 1,
"CheckerId": "sample string 10",
"CheckerNote": "sample string 11",
"CheckerStatus": "sample string 12",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 16,
"SetFrom": "sample string 17",
"Note": "sample string 18",
"FileString": "sample string 19",
"FileList": [
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
},
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
}
],
"IsOperationSuccessful": true,
"Message": "sample string 21"
},
{
"Id": "6ef04c56-69d9-4a22-b9de-5d66e1d6c41e",
"PropertyId": "39cebcf9-2923-4967-98fd-223f94e34ff6",
"PropertyDocumentTypeId": 3,
"PropertyDocumentTypeName": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"AssignAuditorId": 1,
"CheckerId": "sample string 10",
"CheckerNote": "sample string 11",
"CheckerStatus": "sample string 12",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 16,
"SetFrom": "sample string 17",
"Note": "sample string 18",
"FileString": "sample string 19",
"FileList": [
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
},
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
}
],
"IsOperationSuccessful": true,
"Message": "sample string 21"
}
],
"PropertySellAdvert": {
"Id": "f56c7c39-04b8-46e5-accc-56273cb2e255",
"PropertyId": "bcc64717-b4cd-4678-85d0-193cbb093c89",
"PaymentUnit": "sample string 2",
"PaymentMethod": "sample string 3",
"InstalmentSize": 1.0,
"InstalmentDate": "2026-09-08T20:24:16.2298898-07:00",
"InstalmentSchema": "sample string 4",
"Amount": 1.0,
"Status": "sample string 5",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 10,
"SetFrom": "sample string 11",
"Note": "sample string 12"
},
"PhotoTitle": "sample string 23",
"PhotoId": "285a38d1-080e-47fc-ad43-91857e6eaee6",
"Merchant": {
"MerchantId": "sample string 1",
"MerchantName": "sample string 2",
"MerchantCode": "sample string 3",
"MerchantCategoryCode": "sample string 4",
"MerchantCategoryName": "sample string 5",
"UserId": 1,
"BusinessName": "sample string 6",
"BusinessAddress": "sample string 7",
"TradeLicenseNo": "sample string 8",
"MerchantStatus": "sample string 9",
"MerchantSecurityKey": "sample string 10",
"BankId": 11,
"BankName": "sample string 12",
"BankBranchId": 13,
"BankBranchName": "sample string 14",
"BankAccountNo": "sample string 15",
"BankAccountTitle": "sample string 16",
"DiscountRate": 17,
"DiscountRateName": "sample string 18",
"DocumentLinks": "sample string 19",
"CurrencyCode": "sample string 20",
"Latitude": 1.0,
"Longitude": 1.0,
"Contact1Name": "sample string 21",
"Contact1PhoneNo": "sample string 22",
"Contact1Email": "sample string 23",
"Contact2Name": "sample string 24",
"Contact2PhoneNo": "sample string 25",
"Contact2Email": "sample string 26",
"MerchantDocumentURL": "sample string 27",
"AccountNo": "sample string 28",
"Website": "sample string 29",
"ExpiryDate": "2026-09-08T20:24:16.2298898-07:00",
"IsBuildingDevelopment": true,
"IsLandDevelopment": true,
"MerchantDocumentTypeList": [
{
"Id": "d0f77188-e4e1-42ae-ad4d-8330f65380f5",
"MerchantId": "sample string 2",
"MerchantDocumentTypeId": 3,
"MerchantDocumentTypeName": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"Serial": 10,
"CheckerId": "sample string 11",
"CheckerNote": "sample string 12",
"CheckerStatus": "sample string 13",
"AssignAuditorId": 1,
"AssignAdminId": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 17,
"SetFrom": "sample string 18",
"Note": "sample string 19",
"FileString": "sample string 20",
"UserName": "sample string 21",
"FileList": [
{
"Id": "c314a442-2ba4-45ad-b4bb-5723956de736",
"MerchantAuditInformationId": "5fe2d0c6-5faa-4bdd-a184-43b1339f0ea0",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
},
{
"Id": "c314a442-2ba4-45ad-b4bb-5723956de736",
"MerchantAuditInformationId": "5fe2d0c6-5faa-4bdd-a184-43b1339f0ea0",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
}
],
"IsOperationSuccessful": true,
"Message": "sample string 23"
},
{
"Id": "d0f77188-e4e1-42ae-ad4d-8330f65380f5",
"MerchantId": "sample string 2",
"MerchantDocumentTypeId": 3,
"MerchantDocumentTypeName": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"Serial": 10,
"CheckerId": "sample string 11",
"CheckerNote": "sample string 12",
"CheckerStatus": "sample string 13",
"AssignAuditorId": 1,
"AssignAdminId": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 17,
"SetFrom": "sample string 18",
"Note": "sample string 19",
"FileString": "sample string 20",
"UserName": "sample string 21",
"FileList": [
{
"Id": "c314a442-2ba4-45ad-b4bb-5723956de736",
"MerchantAuditInformationId": "5fe2d0c6-5faa-4bdd-a184-43b1339f0ea0",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
},
{
"Id": "c314a442-2ba4-45ad-b4bb-5723956de736",
"MerchantAuditInformationId": "5fe2d0c6-5faa-4bdd-a184-43b1339f0ea0",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
}
],
"IsOperationSuccessful": true,
"Message": "sample string 23"
}
],
"AssignAdminId": 1,
"Total": 1,
"TXId": "sample string 30",
"ETHAddress": "sample string 31",
"Id": 32,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 36,
"SetFrom": "sample string 37",
"Note": "sample string 38"
},
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 29,
"SetFrom": "sample string 30",
"Note": "sample string 31"
},
"AssetBuyDetailsList": [
{
"Id": "822e5130-32ed-49f5-8a81-3e0b4b73e8ac",
"AssetBuyMasterId": "0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af",
"Amount": 1.0,
"Status": "sample string 2",
"TransactionType": "sample string 3",
"TransactionDate": "2026-09-08T20:24:16.2142912-07:00",
"ReferenceNumber": "sample string 4",
"TransactionHash": "sample string 5",
"TransactionId": "sample string 6",
"PaymentMethod": "sample string 7",
"PaymentStatus": "sample string 8",
"PaymentInformation": "sample string 9",
"BankDepositPhoto": "sample string 10",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2142912-07:00",
"SetBy": 14,
"SetFrom": "sample string 15",
"Note": "sample string 16",
"TotalAmount": 1.0,
"Title": "sample string 17",
"MerchantId": "sample string 18",
"MerchantName": "sample string 19",
"CustomerName": "sample string 20",
"CustomerId": "sample string 21",
"BankDepositPhotoString": "sample string 22",
"IsOperationSuccessful": true,
"Message": "sample string 24"
},
{
"Id": "822e5130-32ed-49f5-8a81-3e0b4b73e8ac",
"AssetBuyMasterId": "0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af",
"Amount": 1.0,
"Status": "sample string 2",
"TransactionType": "sample string 3",
"TransactionDate": "2026-09-08T20:24:16.2142912-07:00",
"ReferenceNumber": "sample string 4",
"TransactionHash": "sample string 5",
"TransactionId": "sample string 6",
"PaymentMethod": "sample string 7",
"PaymentStatus": "sample string 8",
"PaymentInformation": "sample string 9",
"BankDepositPhoto": "sample string 10",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2142912-07:00",
"SetBy": 14,
"SetFrom": "sample string 15",
"Note": "sample string 16",
"TotalAmount": 1.0,
"Title": "sample string 17",
"MerchantId": "sample string 18",
"MerchantName": "sample string 19",
"CustomerName": "sample string 20",
"CustomerId": "sample string 21",
"BankDepositPhotoString": "sample string 22",
"IsOperationSuccessful": true,
"Message": "sample string 24"
}
],
"MortgageLoanInformationList": [
{
"Id": "ab11b035-61d8-4d99-a379-651e81442648",
"MortgageCompanyName": "sample string 2",
"AssetBuyMasterId": "d6aaf935-1183-4d93-8701-8f388e0c82e4",
"CustomerId": "sample string 3",
"MortgageCompanyId": 1,
"Amount": 1.0,
"Status": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"AssignAuditorId": 1,
"CheckerId": "sample string 10",
"CheckerNote": "sample string 11",
"CheckerStatus": "sample string 12",
"AssignAdminId": 1,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 16,
"SetFrom": "sample string 17",
"Note": "sample string 18",
"CustomerName": "sample string 19",
"Name": "sample string 20",
"DocumentName": "sample string 21",
"DocumentAuditStatus": "sample string 22",
"FileType": "sample string 23",
"FilePath": "sample string 24",
"MortgageLoanDocumentInformationId": "de36e953-e2b5-4ca0-b220-f6349175c123",
"MortgageLoanDocumentInformationList": [
{
"Id": "4dae741e-8c83-44d3-af38-d78227f08f87",
"MortgageLoanInformationId": "afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9",
"DocumentName": "sample string 2",
"AuditStatus": "sample string 3",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9",
"MortgageDocumentTypeId": 1,
"MortgageLoanDocumentInformation": [
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
},
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
}
],
"FileString": "sample string 10",
"FileType": "sample string 11",
"IsOperationSuccessful": true,
"Message": "sample string 13"
},
{
"Id": "4dae741e-8c83-44d3-af38-d78227f08f87",
"MortgageLoanInformationId": "afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9",
"DocumentName": "sample string 2",
"AuditStatus": "sample string 3",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9",
"MortgageDocumentTypeId": 1,
"MortgageLoanDocumentInformation": [
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
},
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
}
],
"FileString": "sample string 10",
"FileType": "sample string 11",
"IsOperationSuccessful": true,
"Message": "sample string 13"
}
],
"FileString": "sample string 26",
"DocumentAuditNote": "sample string 27",
"IsOperationSuccessful": true,
"Message": "sample string 29"
},
{
"Id": "ab11b035-61d8-4d99-a379-651e81442648",
"MortgageCompanyName": "sample string 2",
"AssetBuyMasterId": "d6aaf935-1183-4d93-8701-8f388e0c82e4",
"CustomerId": "sample string 3",
"MortgageCompanyId": 1,
"Amount": 1.0,
"Status": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"AssignAuditorId": 1,
"CheckerId": "sample string 10",
"CheckerNote": "sample string 11",
"CheckerStatus": "sample string 12",
"AssignAdminId": 1,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 16,
"SetFrom": "sample string 17",
"Note": "sample string 18",
"CustomerName": "sample string 19",
"Name": "sample string 20",
"DocumentName": "sample string 21",
"DocumentAuditStatus": "sample string 22",
"FileType": "sample string 23",
"FilePath": "sample string 24",
"MortgageLoanDocumentInformationId": "de36e953-e2b5-4ca0-b220-f6349175c123",
"MortgageLoanDocumentInformationList": [
{
"Id": "4dae741e-8c83-44d3-af38-d78227f08f87",
"MortgageLoanInformationId": "afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9",
"DocumentName": "sample string 2",
"AuditStatus": "sample string 3",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9",
"MortgageDocumentTypeId": 1,
"MortgageLoanDocumentInformation": [
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
},
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
}
],
"FileString": "sample string 10",
"FileType": "sample string 11",
"IsOperationSuccessful": true,
"Message": "sample string 13"
},
{
"Id": "4dae741e-8c83-44d3-af38-d78227f08f87",
"MortgageLoanInformationId": "afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9",
"DocumentName": "sample string 2",
"AuditStatus": "sample string 3",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9",
"MortgageDocumentTypeId": 1,
"MortgageLoanDocumentInformation": [
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
},
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
}
],
"FileString": "sample string 10",
"FileType": "sample string 11",
"IsOperationSuccessful": true,
"Message": "sample string 13"
}
],
"FileString": "sample string 26",
"DocumentAuditNote": "sample string 27",
"IsOperationSuccessful": true,
"Message": "sample string 29"
}
],
"MerchantId": "sample string 16",
"MerchantName": "sample string 17",
"Title": "sample string 18",
"Status": "sample string 19",
"TotalNumber": 1,
"IsOperationSuccessful": true,
"Message": "sample string 21"
},
{
"Id": "dca9aab2-d7b7-4990-b590-b16171cce9ae",
"PropertyId": "c57d291a-1380-4030-9d3a-5040df3f89b0",
"CustomerId": "sample string 3",
"Amount": 1.0,
"TotalPay": 1.0,
"DownPayments": 1.0,
"ReferenceNumber": "sample string 4",
"TransactionHash": "sample string 5",
"TransactionType": "sample string 6",
"TransactionDate": "2026-09-08T20:24:16.2142912-07:00",
"PaymentMethod": "sample string 7",
"PaymentStatus": "sample string 8",
"PaymentInformation": "sample string 9",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2142912-07:00",
"SetBy": 13,
"SetFrom": "sample string 14",
"Note": "sample string 15",
"AssetBuyDetailList": [
{
"Id": "822e5130-32ed-49f5-8a81-3e0b4b73e8ac",
"AssetBuyMasterId": "0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af",
"Amount": 1.0,
"Status": "sample string 2",
"TransactionType": "sample string 3",
"TransactionDate": "2026-09-08T20:24:16.2142912-07:00",
"ReferenceNumber": "sample string 4",
"TransactionHash": "sample string 5",
"TransactionId": "sample string 6",
"PaymentMethod": "sample string 7",
"PaymentStatus": "sample string 8",
"PaymentInformation": "sample string 9",
"BankDepositPhoto": "sample string 10",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2142912-07:00",
"SetBy": 14,
"SetFrom": "sample string 15",
"Note": "sample string 16",
"TotalAmount": 1.0,
"Title": "sample string 17",
"MerchantId": "sample string 18",
"MerchantName": "sample string 19",
"CustomerName": "sample string 20",
"CustomerId": "sample string 21",
"BankDepositPhotoString": "sample string 22",
"IsOperationSuccessful": true,
"Message": "sample string 24"
},
{
"Id": "822e5130-32ed-49f5-8a81-3e0b4b73e8ac",
"AssetBuyMasterId": "0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af",
"Amount": 1.0,
"Status": "sample string 2",
"TransactionType": "sample string 3",
"TransactionDate": "2026-09-08T20:24:16.2142912-07:00",
"ReferenceNumber": "sample string 4",
"TransactionHash": "sample string 5",
"TransactionId": "sample string 6",
"PaymentMethod": "sample string 7",
"PaymentStatus": "sample string 8",
"PaymentInformation": "sample string 9",
"BankDepositPhoto": "sample string 10",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2142912-07:00",
"SetBy": 14,
"SetFrom": "sample string 15",
"Note": "sample string 16",
"TotalAmount": 1.0,
"Title": "sample string 17",
"MerchantId": "sample string 18",
"MerchantName": "sample string 19",
"CustomerName": "sample string 20",
"CustomerId": "sample string 21",
"BankDepositPhotoString": "sample string 22",
"IsOperationSuccessful": true,
"Message": "sample string 24"
}
],
"Property": {
"Id": "304906a8-34ea-46b4-b598-812abc9cf618",
"Title": "sample string 2",
"ShortDescription": "sample string 3",
"LongDescription": "sample string 4",
"TotalPrice": 1.0,
"UnitPrice": 1.0,
"Unit": "sample string 5",
"Latitude": 1.0,
"Longitude": 1.0,
"Type": 1,
"Features": "sample string 6",
"BuiltUpArea": 1.0,
"BuiltUpAreaUnit": "sample string 7",
"Status": "sample string 8",
"PropertySize": 1.0,
"SmartContractAddress": "sample string 9",
"TotalSupply": 1.0,
"TotalShare": 1.0,
"AvailableShare": 1.0,
"TotalSellShare": 1.0,
"CompletionDate": "2026-09-08T20:24:16.2298898-07:00",
"CompletionPercentage": 1.0,
"SharePrice": 1.0,
"StartDate": "2026-09-08T20:24:16.2298898-07:00",
"MerchantId": "sample string 10",
"TotalNumber": 1,
"Address": {
"Id": "c33e82a3-ff98-4f27-b66c-42eb88645a8f",
"AddressType": "sample string 2",
"AddressDescription": "sample string 3",
"AreaId": 1,
"CityId": 1,
"StateId": 1,
"CountryId": 1,
"Latitude": 1.0,
"Longitude": 1.0,
"ReferenceId": "sample string 4",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 9,
"SetFrom": "sample string 10",
"Note": "sample string 11"
},
"Apartment": {
"Id": "a807b0d2-100a-455d-b13f-083a4b1a2119",
"PropertyId": "4f145055-cf07-4d8b-902a-9e21ddfbd969",
"NumberOfRoom": 1,
"NumberOfBadRoom": 1,
"NumberOfBathRoom": 1,
"Parking": true,
"FloorNumber": 1,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 6,
"SetFrom": "sample string 7",
"Note": "sample string 8"
},
"PropertyDocumentTypeList": [
{
"Id": "6ef04c56-69d9-4a22-b9de-5d66e1d6c41e",
"PropertyId": "39cebcf9-2923-4967-98fd-223f94e34ff6",
"PropertyDocumentTypeId": 3,
"PropertyDocumentTypeName": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"AssignAuditorId": 1,
"CheckerId": "sample string 10",
"CheckerNote": "sample string 11",
"CheckerStatus": "sample string 12",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 16,
"SetFrom": "sample string 17",
"Note": "sample string 18",
"FileString": "sample string 19",
"FileList": [
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
},
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
}
],
"IsOperationSuccessful": true,
"Message": "sample string 21"
},
{
"Id": "6ef04c56-69d9-4a22-b9de-5d66e1d6c41e",
"PropertyId": "39cebcf9-2923-4967-98fd-223f94e34ff6",
"PropertyDocumentTypeId": 3,
"PropertyDocumentTypeName": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"AssignAuditorId": 1,
"CheckerId": "sample string 10",
"CheckerNote": "sample string 11",
"CheckerStatus": "sample string 12",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 16,
"SetFrom": "sample string 17",
"Note": "sample string 18",
"FileString": "sample string 19",
"FileList": [
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
},
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
}
],
"IsOperationSuccessful": true,
"Message": "sample string 21"
}
],
"PropertyFeatureList": [
{
"Id": "1eeb48cb-f9c8-415c-ab51-d9abca06cbfc",
"PropertyFeatureId": 1,
"Text": "sample string 2",
"PropertyId": "77179713-ba7b-45c4-91ec-2058ed1ee687",
"FeatureTitle": "sample string 3",
"IsOperationSuccessful": true,
"Message": "sample string 5",
"SetFrom": "sample string 6"
},
{
"Id": "1eeb48cb-f9c8-415c-ab51-d9abca06cbfc",
"PropertyFeatureId": 1,
"Text": "sample string 2",
"PropertyId": "77179713-ba7b-45c4-91ec-2058ed1ee687",
"FeatureTitle": "sample string 3",
"IsOperationSuccessful": true,
"Message": "sample string 5",
"SetFrom": "sample string 6"
}
],
"PhotoList": [
{
"Id": "45cfdc8a-e23f-45f8-b8e5-3ece5e08ca2f",
"PropertyId": "29e29a87-b718-4ddb-b2d1-9ad353dda662",
"FilePath": "sample string 2",
"PhotoTitle": "sample string 3",
"FileString": "sample string 4",
"IsPrimary": true,
"IsOperationSuccessful": true,
"Message": "sample string 7",
"SetFrom": "sample string 8"
},
{
"Id": "45cfdc8a-e23f-45f8-b8e5-3ece5e08ca2f",
"PropertyId": "29e29a87-b718-4ddb-b2d1-9ad353dda662",
"FilePath": "sample string 2",
"PhotoTitle": "sample string 3",
"FileString": "sample string 4",
"IsPrimary": true,
"IsOperationSuccessful": true,
"Message": "sample string 7",
"SetFrom": "sample string 8"
}
],
"MerchantName": "sample string 11",
"AssignAdminId": 1,
"PropertyTypeName": "sample string 12",
"AddressType": "sample string 13",
"AddressDescription": "sample string 14",
"AreaId": 1,
"AreaName": "sample string 15",
"CityId": 1,
"CityName": "sample string 16",
"StateId": 1,
"StateName": "sample string 17",
"CountryId": 1,
"CountryName": "sample string 18",
"NumberOfRoom": 1,
"NumberOfBadRoom": 1,
"NumberOfBathRoom": 1,
"Parking": true,
"FloorNumber": 1,
"VideoUrl": "sample string 19",
"FilePath": "sample string 20",
"Amount": 1.0,
"AmountPerShares": 1.0,
"NumberOfShares": 1.0,
"TransactionDate": "2026-09-08T20:24:16.2298898-07:00",
"ForSell": true,
"PaymentUnit": "sample string 21",
"PaymentMethod": "sample string 22",
"PropertyDocumentList": [
{
"Id": "6ef04c56-69d9-4a22-b9de-5d66e1d6c41e",
"PropertyId": "39cebcf9-2923-4967-98fd-223f94e34ff6",
"PropertyDocumentTypeId": 3,
"PropertyDocumentTypeName": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"AssignAuditorId": 1,
"CheckerId": "sample string 10",
"CheckerNote": "sample string 11",
"CheckerStatus": "sample string 12",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 16,
"SetFrom": "sample string 17",
"Note": "sample string 18",
"FileString": "sample string 19",
"FileList": [
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
},
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
}
],
"IsOperationSuccessful": true,
"Message": "sample string 21"
},
{
"Id": "6ef04c56-69d9-4a22-b9de-5d66e1d6c41e",
"PropertyId": "39cebcf9-2923-4967-98fd-223f94e34ff6",
"PropertyDocumentTypeId": 3,
"PropertyDocumentTypeName": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"AssignAuditorId": 1,
"CheckerId": "sample string 10",
"CheckerNote": "sample string 11",
"CheckerStatus": "sample string 12",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 16,
"SetFrom": "sample string 17",
"Note": "sample string 18",
"FileString": "sample string 19",
"FileList": [
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
},
{
"Id": "e4701412-4159-439a-8364-d8f7509c5ae1",
"PropertyAuditInformationId": "b5c2df93-9b08-453e-9ed5-120c35e6a199",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
}
],
"IsOperationSuccessful": true,
"Message": "sample string 21"
}
],
"PropertySellAdvert": {
"Id": "f56c7c39-04b8-46e5-accc-56273cb2e255",
"PropertyId": "bcc64717-b4cd-4678-85d0-193cbb093c89",
"PaymentUnit": "sample string 2",
"PaymentMethod": "sample string 3",
"InstalmentSize": 1.0,
"InstalmentDate": "2026-09-08T20:24:16.2298898-07:00",
"InstalmentSchema": "sample string 4",
"Amount": 1.0,
"Status": "sample string 5",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 10,
"SetFrom": "sample string 11",
"Note": "sample string 12"
},
"PhotoTitle": "sample string 23",
"PhotoId": "285a38d1-080e-47fc-ad43-91857e6eaee6",
"Merchant": {
"MerchantId": "sample string 1",
"MerchantName": "sample string 2",
"MerchantCode": "sample string 3",
"MerchantCategoryCode": "sample string 4",
"MerchantCategoryName": "sample string 5",
"UserId": 1,
"BusinessName": "sample string 6",
"BusinessAddress": "sample string 7",
"TradeLicenseNo": "sample string 8",
"MerchantStatus": "sample string 9",
"MerchantSecurityKey": "sample string 10",
"BankId": 11,
"BankName": "sample string 12",
"BankBranchId": 13,
"BankBranchName": "sample string 14",
"BankAccountNo": "sample string 15",
"BankAccountTitle": "sample string 16",
"DiscountRate": 17,
"DiscountRateName": "sample string 18",
"DocumentLinks": "sample string 19",
"CurrencyCode": "sample string 20",
"Latitude": 1.0,
"Longitude": 1.0,
"Contact1Name": "sample string 21",
"Contact1PhoneNo": "sample string 22",
"Contact1Email": "sample string 23",
"Contact2Name": "sample string 24",
"Contact2PhoneNo": "sample string 25",
"Contact2Email": "sample string 26",
"MerchantDocumentURL": "sample string 27",
"AccountNo": "sample string 28",
"Website": "sample string 29",
"ExpiryDate": "2026-09-08T20:24:16.2298898-07:00",
"IsBuildingDevelopment": true,
"IsLandDevelopment": true,
"MerchantDocumentTypeList": [
{
"Id": "d0f77188-e4e1-42ae-ad4d-8330f65380f5",
"MerchantId": "sample string 2",
"MerchantDocumentTypeId": 3,
"MerchantDocumentTypeName": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"Serial": 10,
"CheckerId": "sample string 11",
"CheckerNote": "sample string 12",
"CheckerStatus": "sample string 13",
"AssignAuditorId": 1,
"AssignAdminId": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 17,
"SetFrom": "sample string 18",
"Note": "sample string 19",
"FileString": "sample string 20",
"UserName": "sample string 21",
"FileList": [
{
"Id": "c314a442-2ba4-45ad-b4bb-5723956de736",
"MerchantAuditInformationId": "5fe2d0c6-5faa-4bdd-a184-43b1339f0ea0",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
},
{
"Id": "c314a442-2ba4-45ad-b4bb-5723956de736",
"MerchantAuditInformationId": "5fe2d0c6-5faa-4bdd-a184-43b1339f0ea0",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
}
],
"IsOperationSuccessful": true,
"Message": "sample string 23"
},
{
"Id": "d0f77188-e4e1-42ae-ad4d-8330f65380f5",
"MerchantId": "sample string 2",
"MerchantDocumentTypeId": 3,
"MerchantDocumentTypeName": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"Serial": 10,
"CheckerId": "sample string 11",
"CheckerNote": "sample string 12",
"CheckerStatus": "sample string 13",
"AssignAuditorId": 1,
"AssignAdminId": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 17,
"SetFrom": "sample string 18",
"Note": "sample string 19",
"FileString": "sample string 20",
"UserName": "sample string 21",
"FileList": [
{
"Id": "c314a442-2ba4-45ad-b4bb-5723956de736",
"MerchantAuditInformationId": "5fe2d0c6-5faa-4bdd-a184-43b1339f0ea0",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
},
{
"Id": "c314a442-2ba4-45ad-b4bb-5723956de736",
"MerchantAuditInformationId": "5fe2d0c6-5faa-4bdd-a184-43b1339f0ea0",
"FilePath": "sample string 2",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9"
}
],
"IsOperationSuccessful": true,
"Message": "sample string 23"
}
],
"AssignAdminId": 1,
"Total": 1,
"TXId": "sample string 30",
"ETHAddress": "sample string 31",
"Id": 32,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 36,
"SetFrom": "sample string 37",
"Note": "sample string 38"
},
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 29,
"SetFrom": "sample string 30",
"Note": "sample string 31"
},
"AssetBuyDetailsList": [
{
"Id": "822e5130-32ed-49f5-8a81-3e0b4b73e8ac",
"AssetBuyMasterId": "0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af",
"Amount": 1.0,
"Status": "sample string 2",
"TransactionType": "sample string 3",
"TransactionDate": "2026-09-08T20:24:16.2142912-07:00",
"ReferenceNumber": "sample string 4",
"TransactionHash": "sample string 5",
"TransactionId": "sample string 6",
"PaymentMethod": "sample string 7",
"PaymentStatus": "sample string 8",
"PaymentInformation": "sample string 9",
"BankDepositPhoto": "sample string 10",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2142912-07:00",
"SetBy": 14,
"SetFrom": "sample string 15",
"Note": "sample string 16",
"TotalAmount": 1.0,
"Title": "sample string 17",
"MerchantId": "sample string 18",
"MerchantName": "sample string 19",
"CustomerName": "sample string 20",
"CustomerId": "sample string 21",
"BankDepositPhotoString": "sample string 22",
"IsOperationSuccessful": true,
"Message": "sample string 24"
},
{
"Id": "822e5130-32ed-49f5-8a81-3e0b4b73e8ac",
"AssetBuyMasterId": "0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af",
"Amount": 1.0,
"Status": "sample string 2",
"TransactionType": "sample string 3",
"TransactionDate": "2026-09-08T20:24:16.2142912-07:00",
"ReferenceNumber": "sample string 4",
"TransactionHash": "sample string 5",
"TransactionId": "sample string 6",
"PaymentMethod": "sample string 7",
"PaymentStatus": "sample string 8",
"PaymentInformation": "sample string 9",
"BankDepositPhoto": "sample string 10",
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2142912-07:00",
"SetBy": 14,
"SetFrom": "sample string 15",
"Note": "sample string 16",
"TotalAmount": 1.0,
"Title": "sample string 17",
"MerchantId": "sample string 18",
"MerchantName": "sample string 19",
"CustomerName": "sample string 20",
"CustomerId": "sample string 21",
"BankDepositPhotoString": "sample string 22",
"IsOperationSuccessful": true,
"Message": "sample string 24"
}
],
"MortgageLoanInformationList": [
{
"Id": "ab11b035-61d8-4d99-a379-651e81442648",
"MortgageCompanyName": "sample string 2",
"AssetBuyMasterId": "d6aaf935-1183-4d93-8701-8f388e0c82e4",
"CustomerId": "sample string 3",
"MortgageCompanyId": 1,
"Amount": 1.0,
"Status": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"AssignAuditorId": 1,
"CheckerId": "sample string 10",
"CheckerNote": "sample string 11",
"CheckerStatus": "sample string 12",
"AssignAdminId": 1,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 16,
"SetFrom": "sample string 17",
"Note": "sample string 18",
"CustomerName": "sample string 19",
"Name": "sample string 20",
"DocumentName": "sample string 21",
"DocumentAuditStatus": "sample string 22",
"FileType": "sample string 23",
"FilePath": "sample string 24",
"MortgageLoanDocumentInformationId": "de36e953-e2b5-4ca0-b220-f6349175c123",
"MortgageLoanDocumentInformationList": [
{
"Id": "4dae741e-8c83-44d3-af38-d78227f08f87",
"MortgageLoanInformationId": "afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9",
"DocumentName": "sample string 2",
"AuditStatus": "sample string 3",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9",
"MortgageDocumentTypeId": 1,
"MortgageLoanDocumentInformation": [
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
},
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
}
],
"FileString": "sample string 10",
"FileType": "sample string 11",
"IsOperationSuccessful": true,
"Message": "sample string 13"
},
{
"Id": "4dae741e-8c83-44d3-af38-d78227f08f87",
"MortgageLoanInformationId": "afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9",
"DocumentName": "sample string 2",
"AuditStatus": "sample string 3",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9",
"MortgageDocumentTypeId": 1,
"MortgageLoanDocumentInformation": [
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
},
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
}
],
"FileString": "sample string 10",
"FileType": "sample string 11",
"IsOperationSuccessful": true,
"Message": "sample string 13"
}
],
"FileString": "sample string 26",
"DocumentAuditNote": "sample string 27",
"IsOperationSuccessful": true,
"Message": "sample string 29"
},
{
"Id": "ab11b035-61d8-4d99-a379-651e81442648",
"MortgageCompanyName": "sample string 2",
"AssetBuyMasterId": "d6aaf935-1183-4d93-8701-8f388e0c82e4",
"CustomerId": "sample string 3",
"MortgageCompanyId": 1,
"Amount": 1.0,
"Status": "sample string 4",
"AuditData": "sample string 5",
"MakerNote": "sample string 6",
"AuditorId": "sample string 7",
"AuditorNote": "sample string 8",
"AuditStatus": "sample string 9",
"AssignAuditorId": 1,
"CheckerId": "sample string 10",
"CheckerNote": "sample string 11",
"CheckerStatus": "sample string 12",
"AssignAdminId": 1,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 16,
"SetFrom": "sample string 17",
"Note": "sample string 18",
"CustomerName": "sample string 19",
"Name": "sample string 20",
"DocumentName": "sample string 21",
"DocumentAuditStatus": "sample string 22",
"FileType": "sample string 23",
"FilePath": "sample string 24",
"MortgageLoanDocumentInformationId": "de36e953-e2b5-4ca0-b220-f6349175c123",
"MortgageLoanDocumentInformationList": [
{
"Id": "4dae741e-8c83-44d3-af38-d78227f08f87",
"MortgageLoanInformationId": "afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9",
"DocumentName": "sample string 2",
"AuditStatus": "sample string 3",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9",
"MortgageDocumentTypeId": 1,
"MortgageLoanDocumentInformation": [
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
},
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
}
],
"FileString": "sample string 10",
"FileType": "sample string 11",
"IsOperationSuccessful": true,
"Message": "sample string 13"
},
{
"Id": "4dae741e-8c83-44d3-af38-d78227f08f87",
"MortgageLoanInformationId": "afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9",
"DocumentName": "sample string 2",
"AuditStatus": "sample string 3",
"AssignAdminId": 1,
"Serial": 1,
"IsRequired": true,
"IsFileRequired": true,
"IsActive": true,
"IsDeleted": true,
"SetOn": "2026-09-08T20:24:16.2298898-07:00",
"SetBy": 7,
"SetFrom": "sample string 8",
"Note": "sample string 9",
"MortgageDocumentTypeId": 1,
"MortgageLoanDocumentInformation": [
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
},
{
"Id": "ffa053e8-cfbd-4bac-aaf3-95266edfd57a",
"MortgageLoanDocumentInformationId": "650b6406-7819-42ed-9cda-4c587c85f031",
"FilePath": "sample string 2",
"IsOperationSuccessful": true,
"Message": "sample string 4",
"SetFrom": "sample string 5"
}
],
"FileString": "sample string 10",
"FileType": "sample string 11",
"IsOperationSuccessful": true,
"Message": "sample string 13"
}
],
"FileString": "sample string 26",
"DocumentAuditNote": "sample string 27",
"IsOperationSuccessful": true,
"Message": "sample string 29"
}
],
"MerchantId": "sample string 16",
"MerchantName": "sample string 17",
"Title": "sample string 18",
"Status": "sample string 19",
"TotalNumber": 1,
"IsOperationSuccessful": true,
"Message": "sample string 21"
}
]
application/xml, text/xml
Sample:
<ArrayOfAssetBuyMasterViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.BLL.ViewModels">
<AssetBuyMasterViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 21</Message>
<SetFrom i:nil="true" />
<Amount>1</Amount>
<AssetBuyDetailList>
<AssetBuyDetailViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 24</Message>
<SetFrom i:nil="true" />
<Amount>1</Amount>
<AssetBuyMasterId>0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af</AssetBuyMasterId>
<BankDepositPhoto>sample string 10</BankDepositPhoto>
<BankDepositPhotoString>sample string 22</BankDepositPhotoString>
<CustomerId>sample string 21</CustomerId>
<CustomerName>sample string 20</CustomerName>
<Id>822e5130-32ed-49f5-8a81-3e0b4b73e8ac</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<MerchantId>sample string 18</MerchantId>
<MerchantName>sample string 19</MerchantName>
<Note>sample string 16</Note>
<PaymentInformation>sample string 9</PaymentInformation>
<PaymentMethod>sample string 7</PaymentMethod>
<PaymentStatus>sample string 8</PaymentStatus>
<ReferenceNumber>sample string 4</ReferenceNumber>
<SetBy>14</SetBy>
<SetFrom>sample string 15</SetFrom>
<SetOn>2026-09-08T20:24:16.2142912-07:00</SetOn>
<Status>sample string 2</Status>
<Title>sample string 17</Title>
<TotalAmount>1</TotalAmount>
<TransactionDate>2026-09-08T20:24:16.2142912-07:00</TransactionDate>
<TransactionHash>sample string 5</TransactionHash>
<TransactionId>sample string 6</TransactionId>
<TransactionType>sample string 3</TransactionType>
</AssetBuyDetailViewModel>
<AssetBuyDetailViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 24</Message>
<SetFrom i:nil="true" />
<Amount>1</Amount>
<AssetBuyMasterId>0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af</AssetBuyMasterId>
<BankDepositPhoto>sample string 10</BankDepositPhoto>
<BankDepositPhotoString>sample string 22</BankDepositPhotoString>
<CustomerId>sample string 21</CustomerId>
<CustomerName>sample string 20</CustomerName>
<Id>822e5130-32ed-49f5-8a81-3e0b4b73e8ac</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<MerchantId>sample string 18</MerchantId>
<MerchantName>sample string 19</MerchantName>
<Note>sample string 16</Note>
<PaymentInformation>sample string 9</PaymentInformation>
<PaymentMethod>sample string 7</PaymentMethod>
<PaymentStatus>sample string 8</PaymentStatus>
<ReferenceNumber>sample string 4</ReferenceNumber>
<SetBy>14</SetBy>
<SetFrom>sample string 15</SetFrom>
<SetOn>2026-09-08T20:24:16.2142912-07:00</SetOn>
<Status>sample string 2</Status>
<Title>sample string 17</Title>
<TotalAmount>1</TotalAmount>
<TransactionDate>2026-09-08T20:24:16.2142912-07:00</TransactionDate>
<TransactionHash>sample string 5</TransactionHash>
<TransactionId>sample string 6</TransactionId>
<TransactionType>sample string 3</TransactionType>
</AssetBuyDetailViewModel>
</AssetBuyDetailList>
<AssetBuyDetailsList>
<AssetBuyDetailViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 24</Message>
<SetFrom i:nil="true" />
<Amount>1</Amount>
<AssetBuyMasterId>0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af</AssetBuyMasterId>
<BankDepositPhoto>sample string 10</BankDepositPhoto>
<BankDepositPhotoString>sample string 22</BankDepositPhotoString>
<CustomerId>sample string 21</CustomerId>
<CustomerName>sample string 20</CustomerName>
<Id>822e5130-32ed-49f5-8a81-3e0b4b73e8ac</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<MerchantId>sample string 18</MerchantId>
<MerchantName>sample string 19</MerchantName>
<Note>sample string 16</Note>
<PaymentInformation>sample string 9</PaymentInformation>
<PaymentMethod>sample string 7</PaymentMethod>
<PaymentStatus>sample string 8</PaymentStatus>
<ReferenceNumber>sample string 4</ReferenceNumber>
<SetBy>14</SetBy>
<SetFrom>sample string 15</SetFrom>
<SetOn>2026-09-08T20:24:16.2142912-07:00</SetOn>
<Status>sample string 2</Status>
<Title>sample string 17</Title>
<TotalAmount>1</TotalAmount>
<TransactionDate>2026-09-08T20:24:16.2142912-07:00</TransactionDate>
<TransactionHash>sample string 5</TransactionHash>
<TransactionId>sample string 6</TransactionId>
<TransactionType>sample string 3</TransactionType>
</AssetBuyDetailViewModel>
<AssetBuyDetailViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 24</Message>
<SetFrom i:nil="true" />
<Amount>1</Amount>
<AssetBuyMasterId>0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af</AssetBuyMasterId>
<BankDepositPhoto>sample string 10</BankDepositPhoto>
<BankDepositPhotoString>sample string 22</BankDepositPhotoString>
<CustomerId>sample string 21</CustomerId>
<CustomerName>sample string 20</CustomerName>
<Id>822e5130-32ed-49f5-8a81-3e0b4b73e8ac</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<MerchantId>sample string 18</MerchantId>
<MerchantName>sample string 19</MerchantName>
<Note>sample string 16</Note>
<PaymentInformation>sample string 9</PaymentInformation>
<PaymentMethod>sample string 7</PaymentMethod>
<PaymentStatus>sample string 8</PaymentStatus>
<ReferenceNumber>sample string 4</ReferenceNumber>
<SetBy>14</SetBy>
<SetFrom>sample string 15</SetFrom>
<SetOn>2026-09-08T20:24:16.2142912-07:00</SetOn>
<Status>sample string 2</Status>
<Title>sample string 17</Title>
<TotalAmount>1</TotalAmount>
<TransactionDate>2026-09-08T20:24:16.2142912-07:00</TransactionDate>
<TransactionHash>sample string 5</TransactionHash>
<TransactionId>sample string 6</TransactionId>
<TransactionType>sample string 3</TransactionType>
</AssetBuyDetailViewModel>
</AssetBuyDetailsList>
<CustomerId>sample string 3</CustomerId>
<DownPayments>1</DownPayments>
<Id>dca9aab2-d7b7-4990-b590-b16171cce9ae</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<MerchantId>sample string 16</MerchantId>
<MerchantName>sample string 17</MerchantName>
<MortgageLoanInformationList>
<MortgageLoanInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 29</Message>
<SetFrom i:nil="true" />
<Amount>1</Amount>
<AssetBuyMasterId>d6aaf935-1183-4d93-8701-8f388e0c82e4</AssetBuyMasterId>
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 10</CheckerId>
<CheckerNote>sample string 11</CheckerNote>
<CheckerStatus>sample string 12</CheckerStatus>
<CustomerId>sample string 3</CustomerId>
<CustomerName>sample string 19</CustomerName>
<DocumentAuditNote>sample string 27</DocumentAuditNote>
<DocumentAuditStatus>sample string 22</DocumentAuditStatus>
<DocumentName>sample string 21</DocumentName>
<FilePath>sample string 24</FilePath>
<FileString>sample string 26</FileString>
<FileType>sample string 23</FileType>
<Id>ab11b035-61d8-4d99-a379-651e81442648</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<MakerNote>sample string 6</MakerNote>
<MortgageCompanyId>1</MortgageCompanyId>
<MortgageCompanyName>sample string 2</MortgageCompanyName>
<MortgageLoanDocumentInformationId>de36e953-e2b5-4ca0-b220-f6349175c123</MortgageLoanDocumentInformationId>
<MortgageLoanDocumentInformationList>
<MortgageLoanDocumentInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 13</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AuditStatus>sample string 3</AuditStatus>
<DocumentName>sample string 2</DocumentName>
<FileString>sample string 10</FileString>
<FileType>sample string 11</FileType>
<Id>4dae741e-8c83-44d3-af38-d78227f08f87</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MortgageDocumentTypeId>1</MortgageDocumentTypeId>
<MortgageLoanDocumentInformation>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
</MortgageLoanDocumentInformation>
<MortgageLoanInformationId>afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9</MortgageLoanInformationId>
<Note>sample string 9</Note>
<Serial>1</Serial>
<SetBy>7</SetBy>
<SetFrom>sample string 8</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</MortgageLoanDocumentInformationViewModel>
<MortgageLoanDocumentInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 13</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AuditStatus>sample string 3</AuditStatus>
<DocumentName>sample string 2</DocumentName>
<FileString>sample string 10</FileString>
<FileType>sample string 11</FileType>
<Id>4dae741e-8c83-44d3-af38-d78227f08f87</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MortgageDocumentTypeId>1</MortgageDocumentTypeId>
<MortgageLoanDocumentInformation>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
</MortgageLoanDocumentInformation>
<MortgageLoanInformationId>afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9</MortgageLoanInformationId>
<Note>sample string 9</Note>
<Serial>1</Serial>
<SetBy>7</SetBy>
<SetFrom>sample string 8</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</MortgageLoanDocumentInformationViewModel>
</MortgageLoanDocumentInformationList>
<Name>sample string 20</Name>
<Note>sample string 18</Note>
<SetBy>16</SetBy>
<SetFrom>sample string 17</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
<Status>sample string 4</Status>
</MortgageLoanInformationViewModel>
<MortgageLoanInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 29</Message>
<SetFrom i:nil="true" />
<Amount>1</Amount>
<AssetBuyMasterId>d6aaf935-1183-4d93-8701-8f388e0c82e4</AssetBuyMasterId>
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 10</CheckerId>
<CheckerNote>sample string 11</CheckerNote>
<CheckerStatus>sample string 12</CheckerStatus>
<CustomerId>sample string 3</CustomerId>
<CustomerName>sample string 19</CustomerName>
<DocumentAuditNote>sample string 27</DocumentAuditNote>
<DocumentAuditStatus>sample string 22</DocumentAuditStatus>
<DocumentName>sample string 21</DocumentName>
<FilePath>sample string 24</FilePath>
<FileString>sample string 26</FileString>
<FileType>sample string 23</FileType>
<Id>ab11b035-61d8-4d99-a379-651e81442648</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<MakerNote>sample string 6</MakerNote>
<MortgageCompanyId>1</MortgageCompanyId>
<MortgageCompanyName>sample string 2</MortgageCompanyName>
<MortgageLoanDocumentInformationId>de36e953-e2b5-4ca0-b220-f6349175c123</MortgageLoanDocumentInformationId>
<MortgageLoanDocumentInformationList>
<MortgageLoanDocumentInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 13</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AuditStatus>sample string 3</AuditStatus>
<DocumentName>sample string 2</DocumentName>
<FileString>sample string 10</FileString>
<FileType>sample string 11</FileType>
<Id>4dae741e-8c83-44d3-af38-d78227f08f87</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MortgageDocumentTypeId>1</MortgageDocumentTypeId>
<MortgageLoanDocumentInformation>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
</MortgageLoanDocumentInformation>
<MortgageLoanInformationId>afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9</MortgageLoanInformationId>
<Note>sample string 9</Note>
<Serial>1</Serial>
<SetBy>7</SetBy>
<SetFrom>sample string 8</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</MortgageLoanDocumentInformationViewModel>
<MortgageLoanDocumentInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 13</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AuditStatus>sample string 3</AuditStatus>
<DocumentName>sample string 2</DocumentName>
<FileString>sample string 10</FileString>
<FileType>sample string 11</FileType>
<Id>4dae741e-8c83-44d3-af38-d78227f08f87</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MortgageDocumentTypeId>1</MortgageDocumentTypeId>
<MortgageLoanDocumentInformation>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
</MortgageLoanDocumentInformation>
<MortgageLoanInformationId>afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9</MortgageLoanInformationId>
<Note>sample string 9</Note>
<Serial>1</Serial>
<SetBy>7</SetBy>
<SetFrom>sample string 8</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</MortgageLoanDocumentInformationViewModel>
</MortgageLoanDocumentInformationList>
<Name>sample string 20</Name>
<Note>sample string 18</Note>
<SetBy>16</SetBy>
<SetFrom>sample string 17</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
<Status>sample string 4</Status>
</MortgageLoanInformationViewModel>
</MortgageLoanInformationList>
<Note>sample string 15</Note>
<PaymentInformation>sample string 9</PaymentInformation>
<PaymentMethod>sample string 7</PaymentMethod>
<PaymentStatus>sample string 8</PaymentStatus>
<Property xmlns:d3p1="http://schemas.datacontract.org/2004/07/TradeEstate.BLL.Models">
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">25</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 31</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">29</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 30</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:Address>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">5</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 11</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">9</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 10</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:AddressDescription>sample string 3</d3p1:AddressDescription>
<d3p1:AddressType>sample string 2</d3p1:AddressType>
<d3p1:AreaId>1</d3p1:AreaId>
<d3p1:CityId>1</d3p1:CityId>
<d3p1:CountryId>1</d3p1:CountryId>
<d3p1:Id>c33e82a3-ff98-4f27-b66c-42eb88645a8f</d3p1:Id>
<d3p1:Latitude>1</d3p1:Latitude>
<d3p1:Longitude>1</d3p1:Longitude>
<d3p1:ReferenceId>sample string 4</d3p1:ReferenceId>
<d3p1:StateId>1</d3p1:StateId>
</d3p1:Address>
<d3p1:AddressDescription>sample string 14</d3p1:AddressDescription>
<d3p1:AddressType>sample string 13</d3p1:AddressType>
<d3p1:Amount>1</d3p1:Amount>
<d3p1:AmountPerShares>1</d3p1:AmountPerShares>
<d3p1:Apartment>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">6</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 7</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FloorNumber>1</d3p1:FloorNumber>
<d3p1:Id>a807b0d2-100a-455d-b13f-083a4b1a2119</d3p1:Id>
<d3p1:NumberOfBadRoom>1</d3p1:NumberOfBadRoom>
<d3p1:NumberOfBathRoom>1</d3p1:NumberOfBathRoom>
<d3p1:NumberOfRoom>1</d3p1:NumberOfRoom>
<d3p1:Parking>true</d3p1:Parking>
<d3p1:PropertyId>4f145055-cf07-4d8b-902a-9e21ddfbd969</d3p1:PropertyId>
</d3p1:Apartment>
<d3p1:AreaId>1</d3p1:AreaId>
<d3p1:AreaName>sample string 15</d3p1:AreaName>
<d3p1:AssignAdminId>1</d3p1:AssignAdminId>
<d3p1:AvailableShare>1</d3p1:AvailableShare>
<d3p1:BuiltUpArea>1</d3p1:BuiltUpArea>
<d3p1:BuiltUpAreaUnit>sample string 7</d3p1:BuiltUpAreaUnit>
<d3p1:CityId>1</d3p1:CityId>
<d3p1:CityName>sample string 16</d3p1:CityName>
<d3p1:CompletionDate>2026-09-08T20:24:16.2298898-07:00</d3p1:CompletionDate>
<d3p1:CompletionPercentage>1</d3p1:CompletionPercentage>
<d3p1:CountryId>1</d3p1:CountryId>
<d3p1:CountryName>sample string 18</d3p1:CountryName>
<d3p1:Features>sample string 6</d3p1:Features>
<d3p1:FilePath>sample string 20</d3p1:FilePath>
<d3p1:FloorNumber>1</d3p1:FloorNumber>
<d3p1:ForSell>true</d3p1:ForSell>
<d3p1:Id>304906a8-34ea-46b4-b598-812abc9cf618</d3p1:Id>
<d3p1:Latitude>1</d3p1:Latitude>
<d3p1:LongDescription>sample string 4</d3p1:LongDescription>
<d3p1:Longitude>1</d3p1:Longitude>
<d3p1:Merchant>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">32</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 38</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">36</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 37</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:AccountNo>sample string 28</d3p1:AccountNo>
<d3p1:AssignAdminId>1</d3p1:AssignAdminId>
<d3p1:BankAccountNo>sample string 15</d3p1:BankAccountNo>
<d3p1:BankAccountTitle>sample string 16</d3p1:BankAccountTitle>
<d3p1:BankBranchId>13</d3p1:BankBranchId>
<d3p1:BankBranchName>sample string 14</d3p1:BankBranchName>
<d3p1:BankId>11</d3p1:BankId>
<d3p1:BankName>sample string 12</d3p1:BankName>
<d3p1:BusinessAddress>sample string 7</d3p1:BusinessAddress>
<d3p1:BusinessName>sample string 6</d3p1:BusinessName>
<d3p1:Contact1Email>sample string 23</d3p1:Contact1Email>
<d3p1:Contact1Name>sample string 21</d3p1:Contact1Name>
<d3p1:Contact1PhoneNo>sample string 22</d3p1:Contact1PhoneNo>
<d3p1:Contact2Email>sample string 26</d3p1:Contact2Email>
<d3p1:Contact2Name>sample string 24</d3p1:Contact2Name>
<d3p1:Contact2PhoneNo>sample string 25</d3p1:Contact2PhoneNo>
<d3p1:CurrencyCode>sample string 20</d3p1:CurrencyCode>
<d3p1:DiscountRate>17</d3p1:DiscountRate>
<d3p1:DiscountRateName>sample string 18</d3p1:DiscountRateName>
<d3p1:DocumentLinks>sample string 19</d3p1:DocumentLinks>
<d3p1:ETHAddress>sample string 31</d3p1:ETHAddress>
<d3p1:ExpiryDate>2026-09-08T20:24:16.2298898-07:00</d3p1:ExpiryDate>
<d3p1:IsBuildingDevelopment>true</d3p1:IsBuildingDevelopment>
<d3p1:IsLandDevelopment>true</d3p1:IsLandDevelopment>
<d3p1:Latitude>1</d3p1:Latitude>
<d3p1:Longitude>1</d3p1:Longitude>
<d3p1:MerchantCategoryCode>sample string 4</d3p1:MerchantCategoryCode>
<d3p1:MerchantCategoryName>sample string 5</d3p1:MerchantCategoryName>
<d3p1:MerchantCode>sample string 3</d3p1:MerchantCode>
<d3p1:MerchantDocumentTypeList>
<MerchantAuditInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 23</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 11</CheckerId>
<CheckerNote>sample string 12</CheckerNote>
<CheckerStatus>sample string 13</CheckerStatus>
<FileString>sample string 20</FileString>
<Id>d0f77188-e4e1-42ae-ad4d-8330f65380f5</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MakerNote>sample string 6</MakerNote>
<MerchantDocumentTypeId>3</MerchantDocumentTypeId>
<MerchantDocumentTypeName>sample string 4</MerchantDocumentTypeName>
<MerchantId>sample string 2</MerchantId>
<Note>sample string 19</Note>
<Serial>10</Serial>
<SetBy>17</SetBy>
<SetFrom>sample string 18</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
<UserName>sample string 21</UserName>
</MerchantAuditInformationViewModel>
<MerchantAuditInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 23</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 11</CheckerId>
<CheckerNote>sample string 12</CheckerNote>
<CheckerStatus>sample string 13</CheckerStatus>
<FileString>sample string 20</FileString>
<Id>d0f77188-e4e1-42ae-ad4d-8330f65380f5</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MakerNote>sample string 6</MakerNote>
<MerchantDocumentTypeId>3</MerchantDocumentTypeId>
<MerchantDocumentTypeName>sample string 4</MerchantDocumentTypeName>
<MerchantId>sample string 2</MerchantId>
<Note>sample string 19</Note>
<Serial>10</Serial>
<SetBy>17</SetBy>
<SetFrom>sample string 18</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
<UserName>sample string 21</UserName>
</MerchantAuditInformationViewModel>
</d3p1:MerchantDocumentTypeList>
<d3p1:MerchantDocumentURL>sample string 27</d3p1:MerchantDocumentURL>
<d3p1:MerchantId>sample string 1</d3p1:MerchantId>
<d3p1:MerchantName>sample string 2</d3p1:MerchantName>
<d3p1:MerchantSecurityKey>sample string 10</d3p1:MerchantSecurityKey>
<d3p1:MerchantStatus>sample string 9</d3p1:MerchantStatus>
<d3p1:TXId>sample string 30</d3p1:TXId>
<d3p1:Total>1</d3p1:Total>
<d3p1:TradeLicenseNo>sample string 8</d3p1:TradeLicenseNo>
<d3p1:UserId>1</d3p1:UserId>
<d3p1:Website>sample string 29</d3p1:Website>
</d3p1:Merchant>
<d3p1:MerchantId>sample string 10</d3p1:MerchantId>
<d3p1:MerchantName>sample string 11</d3p1:MerchantName>
<d3p1:NumberOfBadRoom>1</d3p1:NumberOfBadRoom>
<d3p1:NumberOfBathRoom>1</d3p1:NumberOfBathRoom>
<d3p1:NumberOfRoom>1</d3p1:NumberOfRoom>
<d3p1:NumberOfShares>1</d3p1:NumberOfShares>
<d3p1:Parking>true</d3p1:Parking>
<d3p1:PaymentMethod>sample string 22</d3p1:PaymentMethod>
<d3p1:PaymentUnit>sample string 21</d3p1:PaymentUnit>
<d3p1:PhotoId>285a38d1-080e-47fc-ad43-91857e6eaee6</d3p1:PhotoId>
<d3p1:PhotoList>
<PropertyPhotoViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 7</Message>
<SetFrom>sample string 8</SetFrom>
<FilePath>sample string 2</FilePath>
<FileString>sample string 4</FileString>
<Id>45cfdc8a-e23f-45f8-b8e5-3ece5e08ca2f</Id>
<IsPrimary>true</IsPrimary>
<PhotoTitle>sample string 3</PhotoTitle>
<PropertyId>29e29a87-b718-4ddb-b2d1-9ad353dda662</PropertyId>
</PropertyPhotoViewModel>
<PropertyPhotoViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 7</Message>
<SetFrom>sample string 8</SetFrom>
<FilePath>sample string 2</FilePath>
<FileString>sample string 4</FileString>
<Id>45cfdc8a-e23f-45f8-b8e5-3ece5e08ca2f</Id>
<IsPrimary>true</IsPrimary>
<PhotoTitle>sample string 3</PhotoTitle>
<PropertyId>29e29a87-b718-4ddb-b2d1-9ad353dda662</PropertyId>
</PropertyPhotoViewModel>
</d3p1:PhotoList>
<d3p1:PhotoTitle>sample string 23</d3p1:PhotoTitle>
<d3p1:PropertyDocumentList>
<PropertyAuditInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 21</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 10</CheckerId>
<CheckerNote>sample string 11</CheckerNote>
<CheckerStatus>sample string 12</CheckerStatus>
<FileList>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
</FileList>
<FileString>sample string 19</FileString>
<Id>6ef04c56-69d9-4a22-b9de-5d66e1d6c41e</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MakerNote>sample string 6</MakerNote>
<Note>sample string 18</Note>
<PropertyDocumentTypeId>3</PropertyDocumentTypeId>
<PropertyDocumentTypeName>sample string 4</PropertyDocumentTypeName>
<PropertyId>39cebcf9-2923-4967-98fd-223f94e34ff6</PropertyId>
<Serial>1</Serial>
<SetBy>16</SetBy>
<SetFrom>sample string 17</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</PropertyAuditInformationViewModel>
<PropertyAuditInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 21</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 10</CheckerId>
<CheckerNote>sample string 11</CheckerNote>
<CheckerStatus>sample string 12</CheckerStatus>
<FileList>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
</FileList>
<FileString>sample string 19</FileString>
<Id>6ef04c56-69d9-4a22-b9de-5d66e1d6c41e</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MakerNote>sample string 6</MakerNote>
<Note>sample string 18</Note>
<PropertyDocumentTypeId>3</PropertyDocumentTypeId>
<PropertyDocumentTypeName>sample string 4</PropertyDocumentTypeName>
<PropertyId>39cebcf9-2923-4967-98fd-223f94e34ff6</PropertyId>
<Serial>1</Serial>
<SetBy>16</SetBy>
<SetFrom>sample string 17</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</PropertyAuditInformationViewModel>
</d3p1:PropertyDocumentList>
<d3p1:PropertyDocumentTypeList>
<PropertyAuditInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 21</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 10</CheckerId>
<CheckerNote>sample string 11</CheckerNote>
<CheckerStatus>sample string 12</CheckerStatus>
<FileList>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
</FileList>
<FileString>sample string 19</FileString>
<Id>6ef04c56-69d9-4a22-b9de-5d66e1d6c41e</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MakerNote>sample string 6</MakerNote>
<Note>sample string 18</Note>
<PropertyDocumentTypeId>3</PropertyDocumentTypeId>
<PropertyDocumentTypeName>sample string 4</PropertyDocumentTypeName>
<PropertyId>39cebcf9-2923-4967-98fd-223f94e34ff6</PropertyId>
<Serial>1</Serial>
<SetBy>16</SetBy>
<SetFrom>sample string 17</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</PropertyAuditInformationViewModel>
<PropertyAuditInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 21</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 10</CheckerId>
<CheckerNote>sample string 11</CheckerNote>
<CheckerStatus>sample string 12</CheckerStatus>
<FileList>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
</FileList>
<FileString>sample string 19</FileString>
<Id>6ef04c56-69d9-4a22-b9de-5d66e1d6c41e</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MakerNote>sample string 6</MakerNote>
<Note>sample string 18</Note>
<PropertyDocumentTypeId>3</PropertyDocumentTypeId>
<PropertyDocumentTypeName>sample string 4</PropertyDocumentTypeName>
<PropertyId>39cebcf9-2923-4967-98fd-223f94e34ff6</PropertyId>
<Serial>1</Serial>
<SetBy>16</SetBy>
<SetFrom>sample string 17</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</PropertyAuditInformationViewModel>
</d3p1:PropertyDocumentTypeList>
<d3p1:PropertyFeatureList>
<PropertyFeatureViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 5</Message>
<SetFrom>sample string 6</SetFrom>
<FeatureTitle>sample string 3</FeatureTitle>
<Id>1eeb48cb-f9c8-415c-ab51-d9abca06cbfc</Id>
<PropertyFeatureId>1</PropertyFeatureId>
<PropertyId>77179713-ba7b-45c4-91ec-2058ed1ee687</PropertyId>
<Text>sample string 2</Text>
</PropertyFeatureViewModel>
<PropertyFeatureViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 5</Message>
<SetFrom>sample string 6</SetFrom>
<FeatureTitle>sample string 3</FeatureTitle>
<Id>1eeb48cb-f9c8-415c-ab51-d9abca06cbfc</Id>
<PropertyFeatureId>1</PropertyFeatureId>
<PropertyId>77179713-ba7b-45c4-91ec-2058ed1ee687</PropertyId>
<Text>sample string 2</Text>
</PropertyFeatureViewModel>
</d3p1:PropertyFeatureList>
<d3p1:PropertySellAdvert>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">6</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 12</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">10</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 11</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:Amount>1</d3p1:Amount>
<d3p1:Id>f56c7c39-04b8-46e5-accc-56273cb2e255</d3p1:Id>
<d3p1:InstalmentDate>2026-09-08T20:24:16.2298898-07:00</d3p1:InstalmentDate>
<d3p1:InstalmentSchema>sample string 4</d3p1:InstalmentSchema>
<d3p1:InstalmentSize>1</d3p1:InstalmentSize>
<d3p1:PaymentMethod>sample string 3</d3p1:PaymentMethod>
<d3p1:PaymentUnit>sample string 2</d3p1:PaymentUnit>
<d3p1:PropertyId>bcc64717-b4cd-4678-85d0-193cbb093c89</d3p1:PropertyId>
<d3p1:Status>sample string 5</d3p1:Status>
</d3p1:PropertySellAdvert>
<d3p1:PropertySize>1</d3p1:PropertySize>
<d3p1:PropertyTypeName>sample string 12</d3p1:PropertyTypeName>
<d3p1:SharePrice>1</d3p1:SharePrice>
<d3p1:ShortDescription>sample string 3</d3p1:ShortDescription>
<d3p1:SmartContractAddress>sample string 9</d3p1:SmartContractAddress>
<d3p1:StartDate>2026-09-08T20:24:16.2298898-07:00</d3p1:StartDate>
<d3p1:StateId>1</d3p1:StateId>
<d3p1:StateName>sample string 17</d3p1:StateName>
<d3p1:Status>sample string 8</d3p1:Status>
<d3p1:Title>sample string 2</d3p1:Title>
<d3p1:TotalNumber>1</d3p1:TotalNumber>
<d3p1:TotalPrice>1</d3p1:TotalPrice>
<d3p1:TotalSellShare>1</d3p1:TotalSellShare>
<d3p1:TotalShare>1</d3p1:TotalShare>
<d3p1:TotalSupply>1</d3p1:TotalSupply>
<d3p1:TransactionDate>2026-09-08T20:24:16.2298898-07:00</d3p1:TransactionDate>
<d3p1:Type>1</d3p1:Type>
<d3p1:Unit>sample string 5</d3p1:Unit>
<d3p1:UnitPrice>1</d3p1:UnitPrice>
<d3p1:VideoUrl>sample string 19</d3p1:VideoUrl>
</Property>
<PropertyId>c57d291a-1380-4030-9d3a-5040df3f89b0</PropertyId>
<ReferenceNumber>sample string 4</ReferenceNumber>
<SetBy>13</SetBy>
<SetFrom>sample string 14</SetFrom>
<SetOn>2026-09-08T20:24:16.2142912-07:00</SetOn>
<Status>sample string 19</Status>
<Title>sample string 18</Title>
<TotalNumber>1</TotalNumber>
<TotalPay>1</TotalPay>
<TransactionDate>2026-09-08T20:24:16.2142912-07:00</TransactionDate>
<TransactionHash>sample string 5</TransactionHash>
<TransactionType>sample string 6</TransactionType>
</AssetBuyMasterViewModel>
<AssetBuyMasterViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 21</Message>
<SetFrom i:nil="true" />
<Amount>1</Amount>
<AssetBuyDetailList>
<AssetBuyDetailViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 24</Message>
<SetFrom i:nil="true" />
<Amount>1</Amount>
<AssetBuyMasterId>0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af</AssetBuyMasterId>
<BankDepositPhoto>sample string 10</BankDepositPhoto>
<BankDepositPhotoString>sample string 22</BankDepositPhotoString>
<CustomerId>sample string 21</CustomerId>
<CustomerName>sample string 20</CustomerName>
<Id>822e5130-32ed-49f5-8a81-3e0b4b73e8ac</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<MerchantId>sample string 18</MerchantId>
<MerchantName>sample string 19</MerchantName>
<Note>sample string 16</Note>
<PaymentInformation>sample string 9</PaymentInformation>
<PaymentMethod>sample string 7</PaymentMethod>
<PaymentStatus>sample string 8</PaymentStatus>
<ReferenceNumber>sample string 4</ReferenceNumber>
<SetBy>14</SetBy>
<SetFrom>sample string 15</SetFrom>
<SetOn>2026-09-08T20:24:16.2142912-07:00</SetOn>
<Status>sample string 2</Status>
<Title>sample string 17</Title>
<TotalAmount>1</TotalAmount>
<TransactionDate>2026-09-08T20:24:16.2142912-07:00</TransactionDate>
<TransactionHash>sample string 5</TransactionHash>
<TransactionId>sample string 6</TransactionId>
<TransactionType>sample string 3</TransactionType>
</AssetBuyDetailViewModel>
<AssetBuyDetailViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 24</Message>
<SetFrom i:nil="true" />
<Amount>1</Amount>
<AssetBuyMasterId>0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af</AssetBuyMasterId>
<BankDepositPhoto>sample string 10</BankDepositPhoto>
<BankDepositPhotoString>sample string 22</BankDepositPhotoString>
<CustomerId>sample string 21</CustomerId>
<CustomerName>sample string 20</CustomerName>
<Id>822e5130-32ed-49f5-8a81-3e0b4b73e8ac</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<MerchantId>sample string 18</MerchantId>
<MerchantName>sample string 19</MerchantName>
<Note>sample string 16</Note>
<PaymentInformation>sample string 9</PaymentInformation>
<PaymentMethod>sample string 7</PaymentMethod>
<PaymentStatus>sample string 8</PaymentStatus>
<ReferenceNumber>sample string 4</ReferenceNumber>
<SetBy>14</SetBy>
<SetFrom>sample string 15</SetFrom>
<SetOn>2026-09-08T20:24:16.2142912-07:00</SetOn>
<Status>sample string 2</Status>
<Title>sample string 17</Title>
<TotalAmount>1</TotalAmount>
<TransactionDate>2026-09-08T20:24:16.2142912-07:00</TransactionDate>
<TransactionHash>sample string 5</TransactionHash>
<TransactionId>sample string 6</TransactionId>
<TransactionType>sample string 3</TransactionType>
</AssetBuyDetailViewModel>
</AssetBuyDetailList>
<AssetBuyDetailsList>
<AssetBuyDetailViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 24</Message>
<SetFrom i:nil="true" />
<Amount>1</Amount>
<AssetBuyMasterId>0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af</AssetBuyMasterId>
<BankDepositPhoto>sample string 10</BankDepositPhoto>
<BankDepositPhotoString>sample string 22</BankDepositPhotoString>
<CustomerId>sample string 21</CustomerId>
<CustomerName>sample string 20</CustomerName>
<Id>822e5130-32ed-49f5-8a81-3e0b4b73e8ac</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<MerchantId>sample string 18</MerchantId>
<MerchantName>sample string 19</MerchantName>
<Note>sample string 16</Note>
<PaymentInformation>sample string 9</PaymentInformation>
<PaymentMethod>sample string 7</PaymentMethod>
<PaymentStatus>sample string 8</PaymentStatus>
<ReferenceNumber>sample string 4</ReferenceNumber>
<SetBy>14</SetBy>
<SetFrom>sample string 15</SetFrom>
<SetOn>2026-09-08T20:24:16.2142912-07:00</SetOn>
<Status>sample string 2</Status>
<Title>sample string 17</Title>
<TotalAmount>1</TotalAmount>
<TransactionDate>2026-09-08T20:24:16.2142912-07:00</TransactionDate>
<TransactionHash>sample string 5</TransactionHash>
<TransactionId>sample string 6</TransactionId>
<TransactionType>sample string 3</TransactionType>
</AssetBuyDetailViewModel>
<AssetBuyDetailViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 24</Message>
<SetFrom i:nil="true" />
<Amount>1</Amount>
<AssetBuyMasterId>0fbd2229-2bd4-4e5c-aad0-bdb3c2a924af</AssetBuyMasterId>
<BankDepositPhoto>sample string 10</BankDepositPhoto>
<BankDepositPhotoString>sample string 22</BankDepositPhotoString>
<CustomerId>sample string 21</CustomerId>
<CustomerName>sample string 20</CustomerName>
<Id>822e5130-32ed-49f5-8a81-3e0b4b73e8ac</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<MerchantId>sample string 18</MerchantId>
<MerchantName>sample string 19</MerchantName>
<Note>sample string 16</Note>
<PaymentInformation>sample string 9</PaymentInformation>
<PaymentMethod>sample string 7</PaymentMethod>
<PaymentStatus>sample string 8</PaymentStatus>
<ReferenceNumber>sample string 4</ReferenceNumber>
<SetBy>14</SetBy>
<SetFrom>sample string 15</SetFrom>
<SetOn>2026-09-08T20:24:16.2142912-07:00</SetOn>
<Status>sample string 2</Status>
<Title>sample string 17</Title>
<TotalAmount>1</TotalAmount>
<TransactionDate>2026-09-08T20:24:16.2142912-07:00</TransactionDate>
<TransactionHash>sample string 5</TransactionHash>
<TransactionId>sample string 6</TransactionId>
<TransactionType>sample string 3</TransactionType>
</AssetBuyDetailViewModel>
</AssetBuyDetailsList>
<CustomerId>sample string 3</CustomerId>
<DownPayments>1</DownPayments>
<Id>dca9aab2-d7b7-4990-b590-b16171cce9ae</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<MerchantId>sample string 16</MerchantId>
<MerchantName>sample string 17</MerchantName>
<MortgageLoanInformationList>
<MortgageLoanInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 29</Message>
<SetFrom i:nil="true" />
<Amount>1</Amount>
<AssetBuyMasterId>d6aaf935-1183-4d93-8701-8f388e0c82e4</AssetBuyMasterId>
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 10</CheckerId>
<CheckerNote>sample string 11</CheckerNote>
<CheckerStatus>sample string 12</CheckerStatus>
<CustomerId>sample string 3</CustomerId>
<CustomerName>sample string 19</CustomerName>
<DocumentAuditNote>sample string 27</DocumentAuditNote>
<DocumentAuditStatus>sample string 22</DocumentAuditStatus>
<DocumentName>sample string 21</DocumentName>
<FilePath>sample string 24</FilePath>
<FileString>sample string 26</FileString>
<FileType>sample string 23</FileType>
<Id>ab11b035-61d8-4d99-a379-651e81442648</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<MakerNote>sample string 6</MakerNote>
<MortgageCompanyId>1</MortgageCompanyId>
<MortgageCompanyName>sample string 2</MortgageCompanyName>
<MortgageLoanDocumentInformationId>de36e953-e2b5-4ca0-b220-f6349175c123</MortgageLoanDocumentInformationId>
<MortgageLoanDocumentInformationList>
<MortgageLoanDocumentInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 13</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AuditStatus>sample string 3</AuditStatus>
<DocumentName>sample string 2</DocumentName>
<FileString>sample string 10</FileString>
<FileType>sample string 11</FileType>
<Id>4dae741e-8c83-44d3-af38-d78227f08f87</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MortgageDocumentTypeId>1</MortgageDocumentTypeId>
<MortgageLoanDocumentInformation>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
</MortgageLoanDocumentInformation>
<MortgageLoanInformationId>afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9</MortgageLoanInformationId>
<Note>sample string 9</Note>
<Serial>1</Serial>
<SetBy>7</SetBy>
<SetFrom>sample string 8</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</MortgageLoanDocumentInformationViewModel>
<MortgageLoanDocumentInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 13</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AuditStatus>sample string 3</AuditStatus>
<DocumentName>sample string 2</DocumentName>
<FileString>sample string 10</FileString>
<FileType>sample string 11</FileType>
<Id>4dae741e-8c83-44d3-af38-d78227f08f87</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MortgageDocumentTypeId>1</MortgageDocumentTypeId>
<MortgageLoanDocumentInformation>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
</MortgageLoanDocumentInformation>
<MortgageLoanInformationId>afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9</MortgageLoanInformationId>
<Note>sample string 9</Note>
<Serial>1</Serial>
<SetBy>7</SetBy>
<SetFrom>sample string 8</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</MortgageLoanDocumentInformationViewModel>
</MortgageLoanDocumentInformationList>
<Name>sample string 20</Name>
<Note>sample string 18</Note>
<SetBy>16</SetBy>
<SetFrom>sample string 17</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
<Status>sample string 4</Status>
</MortgageLoanInformationViewModel>
<MortgageLoanInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 29</Message>
<SetFrom i:nil="true" />
<Amount>1</Amount>
<AssetBuyMasterId>d6aaf935-1183-4d93-8701-8f388e0c82e4</AssetBuyMasterId>
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 10</CheckerId>
<CheckerNote>sample string 11</CheckerNote>
<CheckerStatus>sample string 12</CheckerStatus>
<CustomerId>sample string 3</CustomerId>
<CustomerName>sample string 19</CustomerName>
<DocumentAuditNote>sample string 27</DocumentAuditNote>
<DocumentAuditStatus>sample string 22</DocumentAuditStatus>
<DocumentName>sample string 21</DocumentName>
<FilePath>sample string 24</FilePath>
<FileString>sample string 26</FileString>
<FileType>sample string 23</FileType>
<Id>ab11b035-61d8-4d99-a379-651e81442648</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<MakerNote>sample string 6</MakerNote>
<MortgageCompanyId>1</MortgageCompanyId>
<MortgageCompanyName>sample string 2</MortgageCompanyName>
<MortgageLoanDocumentInformationId>de36e953-e2b5-4ca0-b220-f6349175c123</MortgageLoanDocumentInformationId>
<MortgageLoanDocumentInformationList>
<MortgageLoanDocumentInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 13</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AuditStatus>sample string 3</AuditStatus>
<DocumentName>sample string 2</DocumentName>
<FileString>sample string 10</FileString>
<FileType>sample string 11</FileType>
<Id>4dae741e-8c83-44d3-af38-d78227f08f87</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MortgageDocumentTypeId>1</MortgageDocumentTypeId>
<MortgageLoanDocumentInformation>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
</MortgageLoanDocumentInformation>
<MortgageLoanInformationId>afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9</MortgageLoanInformationId>
<Note>sample string 9</Note>
<Serial>1</Serial>
<SetBy>7</SetBy>
<SetFrom>sample string 8</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</MortgageLoanDocumentInformationViewModel>
<MortgageLoanDocumentInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 13</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AuditStatus>sample string 3</AuditStatus>
<DocumentName>sample string 2</DocumentName>
<FileString>sample string 10</FileString>
<FileType>sample string 11</FileType>
<Id>4dae741e-8c83-44d3-af38-d78227f08f87</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MortgageDocumentTypeId>1</MortgageDocumentTypeId>
<MortgageLoanDocumentInformation>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
<MortgageLoanDocumentInformationFileViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 4</Message>
<SetFrom>sample string 5</SetFrom>
<FilePath>sample string 2</FilePath>
<Id>ffa053e8-cfbd-4bac-aaf3-95266edfd57a</Id>
<MortgageLoanDocumentInformationId>650b6406-7819-42ed-9cda-4c587c85f031</MortgageLoanDocumentInformationId>
</MortgageLoanDocumentInformationFileViewModel>
</MortgageLoanDocumentInformation>
<MortgageLoanInformationId>afc7ed97-abb5-4eb2-bfd2-2e73d5d614f9</MortgageLoanInformationId>
<Note>sample string 9</Note>
<Serial>1</Serial>
<SetBy>7</SetBy>
<SetFrom>sample string 8</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</MortgageLoanDocumentInformationViewModel>
</MortgageLoanDocumentInformationList>
<Name>sample string 20</Name>
<Note>sample string 18</Note>
<SetBy>16</SetBy>
<SetFrom>sample string 17</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
<Status>sample string 4</Status>
</MortgageLoanInformationViewModel>
</MortgageLoanInformationList>
<Note>sample string 15</Note>
<PaymentInformation>sample string 9</PaymentInformation>
<PaymentMethod>sample string 7</PaymentMethod>
<PaymentStatus>sample string 8</PaymentStatus>
<Property xmlns:d3p1="http://schemas.datacontract.org/2004/07/TradeEstate.BLL.Models">
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">25</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 31</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">29</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 30</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:Address>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">5</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 11</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">9</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 10</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:AddressDescription>sample string 3</d3p1:AddressDescription>
<d3p1:AddressType>sample string 2</d3p1:AddressType>
<d3p1:AreaId>1</d3p1:AreaId>
<d3p1:CityId>1</d3p1:CityId>
<d3p1:CountryId>1</d3p1:CountryId>
<d3p1:Id>c33e82a3-ff98-4f27-b66c-42eb88645a8f</d3p1:Id>
<d3p1:Latitude>1</d3p1:Latitude>
<d3p1:Longitude>1</d3p1:Longitude>
<d3p1:ReferenceId>sample string 4</d3p1:ReferenceId>
<d3p1:StateId>1</d3p1:StateId>
</d3p1:Address>
<d3p1:AddressDescription>sample string 14</d3p1:AddressDescription>
<d3p1:AddressType>sample string 13</d3p1:AddressType>
<d3p1:Amount>1</d3p1:Amount>
<d3p1:AmountPerShares>1</d3p1:AmountPerShares>
<d3p1:Apartment>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">6</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 7</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FloorNumber>1</d3p1:FloorNumber>
<d3p1:Id>a807b0d2-100a-455d-b13f-083a4b1a2119</d3p1:Id>
<d3p1:NumberOfBadRoom>1</d3p1:NumberOfBadRoom>
<d3p1:NumberOfBathRoom>1</d3p1:NumberOfBathRoom>
<d3p1:NumberOfRoom>1</d3p1:NumberOfRoom>
<d3p1:Parking>true</d3p1:Parking>
<d3p1:PropertyId>4f145055-cf07-4d8b-902a-9e21ddfbd969</d3p1:PropertyId>
</d3p1:Apartment>
<d3p1:AreaId>1</d3p1:AreaId>
<d3p1:AreaName>sample string 15</d3p1:AreaName>
<d3p1:AssignAdminId>1</d3p1:AssignAdminId>
<d3p1:AvailableShare>1</d3p1:AvailableShare>
<d3p1:BuiltUpArea>1</d3p1:BuiltUpArea>
<d3p1:BuiltUpAreaUnit>sample string 7</d3p1:BuiltUpAreaUnit>
<d3p1:CityId>1</d3p1:CityId>
<d3p1:CityName>sample string 16</d3p1:CityName>
<d3p1:CompletionDate>2026-09-08T20:24:16.2298898-07:00</d3p1:CompletionDate>
<d3p1:CompletionPercentage>1</d3p1:CompletionPercentage>
<d3p1:CountryId>1</d3p1:CountryId>
<d3p1:CountryName>sample string 18</d3p1:CountryName>
<d3p1:Features>sample string 6</d3p1:Features>
<d3p1:FilePath>sample string 20</d3p1:FilePath>
<d3p1:FloorNumber>1</d3p1:FloorNumber>
<d3p1:ForSell>true</d3p1:ForSell>
<d3p1:Id>304906a8-34ea-46b4-b598-812abc9cf618</d3p1:Id>
<d3p1:Latitude>1</d3p1:Latitude>
<d3p1:LongDescription>sample string 4</d3p1:LongDescription>
<d3p1:Longitude>1</d3p1:Longitude>
<d3p1:Merchant>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">32</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 38</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">36</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 37</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:AccountNo>sample string 28</d3p1:AccountNo>
<d3p1:AssignAdminId>1</d3p1:AssignAdminId>
<d3p1:BankAccountNo>sample string 15</d3p1:BankAccountNo>
<d3p1:BankAccountTitle>sample string 16</d3p1:BankAccountTitle>
<d3p1:BankBranchId>13</d3p1:BankBranchId>
<d3p1:BankBranchName>sample string 14</d3p1:BankBranchName>
<d3p1:BankId>11</d3p1:BankId>
<d3p1:BankName>sample string 12</d3p1:BankName>
<d3p1:BusinessAddress>sample string 7</d3p1:BusinessAddress>
<d3p1:BusinessName>sample string 6</d3p1:BusinessName>
<d3p1:Contact1Email>sample string 23</d3p1:Contact1Email>
<d3p1:Contact1Name>sample string 21</d3p1:Contact1Name>
<d3p1:Contact1PhoneNo>sample string 22</d3p1:Contact1PhoneNo>
<d3p1:Contact2Email>sample string 26</d3p1:Contact2Email>
<d3p1:Contact2Name>sample string 24</d3p1:Contact2Name>
<d3p1:Contact2PhoneNo>sample string 25</d3p1:Contact2PhoneNo>
<d3p1:CurrencyCode>sample string 20</d3p1:CurrencyCode>
<d3p1:DiscountRate>17</d3p1:DiscountRate>
<d3p1:DiscountRateName>sample string 18</d3p1:DiscountRateName>
<d3p1:DocumentLinks>sample string 19</d3p1:DocumentLinks>
<d3p1:ETHAddress>sample string 31</d3p1:ETHAddress>
<d3p1:ExpiryDate>2026-09-08T20:24:16.2298898-07:00</d3p1:ExpiryDate>
<d3p1:IsBuildingDevelopment>true</d3p1:IsBuildingDevelopment>
<d3p1:IsLandDevelopment>true</d3p1:IsLandDevelopment>
<d3p1:Latitude>1</d3p1:Latitude>
<d3p1:Longitude>1</d3p1:Longitude>
<d3p1:MerchantCategoryCode>sample string 4</d3p1:MerchantCategoryCode>
<d3p1:MerchantCategoryName>sample string 5</d3p1:MerchantCategoryName>
<d3p1:MerchantCode>sample string 3</d3p1:MerchantCode>
<d3p1:MerchantDocumentTypeList>
<MerchantAuditInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 23</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 11</CheckerId>
<CheckerNote>sample string 12</CheckerNote>
<CheckerStatus>sample string 13</CheckerStatus>
<FileString>sample string 20</FileString>
<Id>d0f77188-e4e1-42ae-ad4d-8330f65380f5</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MakerNote>sample string 6</MakerNote>
<MerchantDocumentTypeId>3</MerchantDocumentTypeId>
<MerchantDocumentTypeName>sample string 4</MerchantDocumentTypeName>
<MerchantId>sample string 2</MerchantId>
<Note>sample string 19</Note>
<Serial>10</Serial>
<SetBy>17</SetBy>
<SetFrom>sample string 18</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
<UserName>sample string 21</UserName>
</MerchantAuditInformationViewModel>
<MerchantAuditInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 23</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 11</CheckerId>
<CheckerNote>sample string 12</CheckerNote>
<CheckerStatus>sample string 13</CheckerStatus>
<FileString>sample string 20</FileString>
<Id>d0f77188-e4e1-42ae-ad4d-8330f65380f5</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MakerNote>sample string 6</MakerNote>
<MerchantDocumentTypeId>3</MerchantDocumentTypeId>
<MerchantDocumentTypeName>sample string 4</MerchantDocumentTypeName>
<MerchantId>sample string 2</MerchantId>
<Note>sample string 19</Note>
<Serial>10</Serial>
<SetBy>17</SetBy>
<SetFrom>sample string 18</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
<UserName>sample string 21</UserName>
</MerchantAuditInformationViewModel>
</d3p1:MerchantDocumentTypeList>
<d3p1:MerchantDocumentURL>sample string 27</d3p1:MerchantDocumentURL>
<d3p1:MerchantId>sample string 1</d3p1:MerchantId>
<d3p1:MerchantName>sample string 2</d3p1:MerchantName>
<d3p1:MerchantSecurityKey>sample string 10</d3p1:MerchantSecurityKey>
<d3p1:MerchantStatus>sample string 9</d3p1:MerchantStatus>
<d3p1:TXId>sample string 30</d3p1:TXId>
<d3p1:Total>1</d3p1:Total>
<d3p1:TradeLicenseNo>sample string 8</d3p1:TradeLicenseNo>
<d3p1:UserId>1</d3p1:UserId>
<d3p1:Website>sample string 29</d3p1:Website>
</d3p1:Merchant>
<d3p1:MerchantId>sample string 10</d3p1:MerchantId>
<d3p1:MerchantName>sample string 11</d3p1:MerchantName>
<d3p1:NumberOfBadRoom>1</d3p1:NumberOfBadRoom>
<d3p1:NumberOfBathRoom>1</d3p1:NumberOfBathRoom>
<d3p1:NumberOfRoom>1</d3p1:NumberOfRoom>
<d3p1:NumberOfShares>1</d3p1:NumberOfShares>
<d3p1:Parking>true</d3p1:Parking>
<d3p1:PaymentMethod>sample string 22</d3p1:PaymentMethod>
<d3p1:PaymentUnit>sample string 21</d3p1:PaymentUnit>
<d3p1:PhotoId>285a38d1-080e-47fc-ad43-91857e6eaee6</d3p1:PhotoId>
<d3p1:PhotoList>
<PropertyPhotoViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 7</Message>
<SetFrom>sample string 8</SetFrom>
<FilePath>sample string 2</FilePath>
<FileString>sample string 4</FileString>
<Id>45cfdc8a-e23f-45f8-b8e5-3ece5e08ca2f</Id>
<IsPrimary>true</IsPrimary>
<PhotoTitle>sample string 3</PhotoTitle>
<PropertyId>29e29a87-b718-4ddb-b2d1-9ad353dda662</PropertyId>
</PropertyPhotoViewModel>
<PropertyPhotoViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 7</Message>
<SetFrom>sample string 8</SetFrom>
<FilePath>sample string 2</FilePath>
<FileString>sample string 4</FileString>
<Id>45cfdc8a-e23f-45f8-b8e5-3ece5e08ca2f</Id>
<IsPrimary>true</IsPrimary>
<PhotoTitle>sample string 3</PhotoTitle>
<PropertyId>29e29a87-b718-4ddb-b2d1-9ad353dda662</PropertyId>
</PropertyPhotoViewModel>
</d3p1:PhotoList>
<d3p1:PhotoTitle>sample string 23</d3p1:PhotoTitle>
<d3p1:PropertyDocumentList>
<PropertyAuditInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 21</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 10</CheckerId>
<CheckerNote>sample string 11</CheckerNote>
<CheckerStatus>sample string 12</CheckerStatus>
<FileList>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
</FileList>
<FileString>sample string 19</FileString>
<Id>6ef04c56-69d9-4a22-b9de-5d66e1d6c41e</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MakerNote>sample string 6</MakerNote>
<Note>sample string 18</Note>
<PropertyDocumentTypeId>3</PropertyDocumentTypeId>
<PropertyDocumentTypeName>sample string 4</PropertyDocumentTypeName>
<PropertyId>39cebcf9-2923-4967-98fd-223f94e34ff6</PropertyId>
<Serial>1</Serial>
<SetBy>16</SetBy>
<SetFrom>sample string 17</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</PropertyAuditInformationViewModel>
<PropertyAuditInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 21</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 10</CheckerId>
<CheckerNote>sample string 11</CheckerNote>
<CheckerStatus>sample string 12</CheckerStatus>
<FileList>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
</FileList>
<FileString>sample string 19</FileString>
<Id>6ef04c56-69d9-4a22-b9de-5d66e1d6c41e</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MakerNote>sample string 6</MakerNote>
<Note>sample string 18</Note>
<PropertyDocumentTypeId>3</PropertyDocumentTypeId>
<PropertyDocumentTypeName>sample string 4</PropertyDocumentTypeName>
<PropertyId>39cebcf9-2923-4967-98fd-223f94e34ff6</PropertyId>
<Serial>1</Serial>
<SetBy>16</SetBy>
<SetFrom>sample string 17</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</PropertyAuditInformationViewModel>
</d3p1:PropertyDocumentList>
<d3p1:PropertyDocumentTypeList>
<PropertyAuditInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 21</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 10</CheckerId>
<CheckerNote>sample string 11</CheckerNote>
<CheckerStatus>sample string 12</CheckerStatus>
<FileList>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
</FileList>
<FileString>sample string 19</FileString>
<Id>6ef04c56-69d9-4a22-b9de-5d66e1d6c41e</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MakerNote>sample string 6</MakerNote>
<Note>sample string 18</Note>
<PropertyDocumentTypeId>3</PropertyDocumentTypeId>
<PropertyDocumentTypeName>sample string 4</PropertyDocumentTypeName>
<PropertyId>39cebcf9-2923-4967-98fd-223f94e34ff6</PropertyId>
<Serial>1</Serial>
<SetBy>16</SetBy>
<SetFrom>sample string 17</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</PropertyAuditInformationViewModel>
<PropertyAuditInformationViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 21</Message>
<SetFrom i:nil="true" />
<AssignAdminId>1</AssignAdminId>
<AssignAuditorId>1</AssignAuditorId>
<AuditData>sample string 5</AuditData>
<AuditStatus>sample string 9</AuditStatus>
<AuditorId>sample string 7</AuditorId>
<AuditorNote>sample string 8</AuditorNote>
<CheckerId>sample string 10</CheckerId>
<CheckerNote>sample string 11</CheckerNote>
<CheckerStatus>sample string 12</CheckerStatus>
<FileList>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
<d3p1:PropertyAuditFileModel>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">3</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 9</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">7</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 8</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:FilePath>sample string 2</d3p1:FilePath>
<d3p1:Id>e4701412-4159-439a-8364-d8f7509c5ae1</d3p1:Id>
<d3p1:PropertyAuditInformationId>b5c2df93-9b08-453e-9ed5-120c35e6a199</d3p1:PropertyAuditInformationId>
</d3p1:PropertyAuditFileModel>
</FileList>
<FileString>sample string 19</FileString>
<Id>6ef04c56-69d9-4a22-b9de-5d66e1d6c41e</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsFileRequired>true</IsFileRequired>
<IsRequired>true</IsRequired>
<MakerNote>sample string 6</MakerNote>
<Note>sample string 18</Note>
<PropertyDocumentTypeId>3</PropertyDocumentTypeId>
<PropertyDocumentTypeName>sample string 4</PropertyDocumentTypeName>
<PropertyId>39cebcf9-2923-4967-98fd-223f94e34ff6</PropertyId>
<Serial>1</Serial>
<SetBy>16</SetBy>
<SetFrom>sample string 17</SetFrom>
<SetOn>2026-09-08T20:24:16.2298898-07:00</SetOn>
</PropertyAuditInformationViewModel>
</d3p1:PropertyDocumentTypeList>
<d3p1:PropertyFeatureList>
<PropertyFeatureViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 5</Message>
<SetFrom>sample string 6</SetFrom>
<FeatureTitle>sample string 3</FeatureTitle>
<Id>1eeb48cb-f9c8-415c-ab51-d9abca06cbfc</Id>
<PropertyFeatureId>1</PropertyFeatureId>
<PropertyId>77179713-ba7b-45c4-91ec-2058ed1ee687</PropertyId>
<Text>sample string 2</Text>
</PropertyFeatureViewModel>
<PropertyFeatureViewModel>
<IsOperationSuccessful>true</IsOperationSuccessful>
<Message>sample string 5</Message>
<SetFrom>sample string 6</SetFrom>
<FeatureTitle>sample string 3</FeatureTitle>
<Id>1eeb48cb-f9c8-415c-ab51-d9abca06cbfc</Id>
<PropertyFeatureId>1</PropertyFeatureId>
<PropertyId>77179713-ba7b-45c4-91ec-2058ed1ee687</PropertyId>
<Text>sample string 2</Text>
</PropertyFeatureViewModel>
</d3p1:PropertyFeatureList>
<d3p1:PropertySellAdvert>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">6</_x003C_Id_x003E_k__BackingField>
<_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
<_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
<_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 12</_x003C_Note_x003E_k__BackingField>
<_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">10</_x003C_SetBy_x003E_k__BackingField>
<_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 11</_x003C_SetFrom_x003E_k__BackingField>
<_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-09-08T20:24:16.2298898-07:00</_x003C_SetOn_x003E_k__BackingField>
<d3p1:Amount>1</d3p1:Amount>
<d3p1:Id>f56c7c39-04b8-46e5-accc-56273cb2e255</d3p1:Id>
<d3p1:InstalmentDate>2026-09-08T20:24:16.2298898-07:00</d3p1:InstalmentDate>
<d3p1:InstalmentSchema>sample string 4</d3p1:InstalmentSchema>
<d3p1:InstalmentSize>1</d3p1:InstalmentSize>
<d3p1:PaymentMethod>sample string 3</d3p1:PaymentMethod>
<d3p1:PaymentUnit>sample string 2</d3p1:PaymentUnit>
<d3p1:PropertyId>bcc64717-b4cd-4678-85d0-193cbb093c89</d3p1:PropertyId>
<d3p1:Status>sample string 5</d3p1:Status>
</d3p1:PropertySellAdvert>
<d3p1:PropertySize>1</d3p1:PropertySize>
<d3p1:PropertyTypeName>sample string 12</d3p1:PropertyTypeName>
<d3p1:SharePrice>1</d3p1:SharePrice>
<d3p1:ShortDescription>sample string 3</d3p1:ShortDescription>
<d3p1:SmartContractAddress>sample string 9</d3p1:SmartContractAddress>
<d3p1:StartDate>2026-09-08T20:24:16.2298898-07:00</d3p1:StartDate>
<d3p1:StateId>1</d3p1:StateId>
<d3p1:StateName>sample string 17</d3p1:StateName>
<d3p1:Status>sample string 8</d3p1:Status>
<d3p1:Title>sample string 2</d3p1:Title>
<d3p1:TotalNumber>1</d3p1:TotalNumber>
<d3p1:TotalPrice>1</d3p1:TotalPrice>
<d3p1:TotalSellShare>1</d3p1:TotalSellShare>
<d3p1:TotalShare>1</d3p1:TotalShare>
<d3p1:TotalSupply>1</d3p1:TotalSupply>
<d3p1:TransactionDate>2026-09-08T20:24:16.2298898-07:00</d3p1:TransactionDate>
<d3p1:Type>1</d3p1:Type>
<d3p1:Unit>sample string 5</d3p1:Unit>
<d3p1:UnitPrice>1</d3p1:UnitPrice>
<d3p1:VideoUrl>sample string 19</d3p1:VideoUrl>
</Property>
<PropertyId>c57d291a-1380-4030-9d3a-5040df3f89b0</PropertyId>
<ReferenceNumber>sample string 4</ReferenceNumber>
<SetBy>13</SetBy>
<SetFrom>sample string 14</SetFrom>
<SetOn>2026-09-08T20:24:16.2142912-07:00</SetOn>
<Status>sample string 19</Status>
<Title>sample string 18</Title>
<TotalNumber>1</TotalNumber>
<TotalPay>1</TotalPay>
<TransactionDate>2026-09-08T20:24:16.2142912-07:00</TransactionDate>
<TransactionHash>sample string 5</TransactionHash>
<TransactionType>sample string 6</TransactionType>
</AssetBuyMasterViewModel>
</ArrayOfAssetBuyMasterViewModel>