PUT api/transactions/PutTransactions
Request Information
URI Parameters
None.
Body Parameters
Collection of TransactionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| BrokerageQOCID | globally unique identifier |
None. |
|
| ListingOfficeQOCID | globally unique identifier |
None. |
|
| BuyingOfficeQOCID | globally unique identifier |
None. |
|
| ListingQOCID | globally unique identifier |
None. |
|
| SourceSystem | string |
None. |
|
| SourceID | string |
None. |
|
| PropertyInfoID | integer |
None. |
|
| QOCGUID | globally unique identifier |
None. |
|
| TransStatus | TransactionDTOStatuses |
None. |
|
| EffectiveDate | date |
None. |
|
| CancelledDate | date |
None. |
|
| DeletedDate | date |
None. |
|
| EstimatedCloseDate | date |
None. |
|
| ClosedDate | date |
None. |
|
| PaidDate | date |
None. |
|
| ExceptionDate | date |
None. |
|
| TranGroup | TransactionGroups |
None. |
|
| TranType | TransactionTypes |
None. |
|
| TRSubTypeCode | string |
None. |
|
| TranSide | TransactionSides |
None. |
|
| IsFirm | boolean |
None. |
|
| FirmDate | date |
None. |
|
| SellingPrice | decimal number |
None. |
|
| ListingPrice | decimal number |
None. |
|
| TotalDeposit | decimal number |
None. |
|
| ListingPct | decimal number |
None. |
|
| GrossComm | decimal number |
None. |
|
| GrossTax | decimal number |
None. |
|
| ListingComm | decimal number |
None. |
|
| ListingTax | decimal number |
None. |
|
| ListingMLSAmount | decimal number |
None. |
|
| ListingMLSTax | decimal number |
None. |
|
| BuyingMLSAmount | decimal number |
None. |
|
| BuyingMLSTax | decimal number |
None. |
|
| ListingAgentMLSAmount | decimal number |
None. |
|
| BuyingAgentMLSAmount | decimal number |
None. |
|
| ListingMLSDiscount | decimal number |
None. |
|
| BuyingMLSDiscount | decimal number |
None. |
|
| ListingShareOtherIncome | decimal number |
None. |
|
| ListingShareOtherIncomeTax | decimal number |
None. |
|
| ListingUnshareOtherIncome | decimal number |
None. |
|
| ListingUnshareOtherIncomeTax | decimal number |
None. |
|
| BuyingShareOtherIncome | decimal number |
None. |
|
| BuyingShareOtherIncomeTax | decimal number |
None. |
|
| BuyingUnshareOtherIncome | decimal number |
None. |
|
| BuyingUnshareOtherIncomeTax | decimal number |
None. |
|
| IsExcludeFromFranchiseIntegra | boolean |
None. |
|
| IsSideTrans | boolean |
None. |
|
| MLSNumber | string |
None. |
|
| IsBuyerRepAgreement | boolean |
None. |
|
| CreateDate | date |
None. |
|
| LastModifiedDate | date |
None. |
|
| AgentEmail | string |
None. |
|
| PID | string |
None. |
|
| PropertyFeatureGroupCode | string |
None. |
|
| PropertyRemarkLanguageCode | string |
None. |
|
| BuildingClass | string |
None. |
|
| PropertyLocation | string |
None. |
|
| PropertyType | PropertyTypes |
None. |
|
| PropertyUseType | PropertyUses |
None. |
|
| StreetDirection | string |
None. |
|
| StreetNumber | string |
None. |
|
| StreetName | string |
None. |
|
| StreetDesignation | string |
None. |
|
| StreetSuffix | string |
None. |
|
| SuiteAptNumber | string |
None. |
|
| BuildingFloorNumber | string |
None. |
|
| City | string |
None. |
|
| StateorProvidence | string |
None. |
|
| PostalCode | string |
None. |
|
| Country | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| CommerialLeaseAgreement | CommerialLeaseAgreementDTO |
None. |
|
| TransactionAgents | Collection of TransactionAgentDTO |
None. |
|
| TransactionContacts | Collection of TransactionContactDTO |
None. |
|
| TransactionReferrals | Collection of TransactionReferralDTO |
None. |
|
| TransactionListing | TransactionListingDTO |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"BrokerageQOCID": "d687dd46-8e5a-4d5f-8cfb-7be4c55415ad",
"ListingOfficeQOCID": "84f61fe4-fdaa-4975-b86d-1d991a194b6b",
"BuyingOfficeQOCID": "05952bd2-c8d3-4cd7-a946-c8913cdf5880",
"ListingQOCID": "d8452b49-98ae-4599-971d-9d304fb15280",
"SourceSystem": "sample string 2",
"SourceID": "sample string 3",
"PropertyInfoID": 4,
"QOCGUID": "cfd0e0ec-ffb8-463b-a794-d5252e2acf0f",
"TransStatus": "Cancelled",
"EffectiveDate": "2026-05-08T00:45:58.138099+00:00",
"CancelledDate": "2026-05-08T00:45:58.138099+00:00",
"DeletedDate": "2026-05-08T00:45:58.138099+00:00",
"EstimatedCloseDate": "2026-05-08T00:45:58.138099+00:00",
"ClosedDate": "2026-05-08T00:45:58.138099+00:00",
"PaidDate": "2026-05-08T00:45:58.138099+00:00",
"ExceptionDate": "2026-05-08T00:45:58.138099+00:00",
"TranGroup": "Residential",
"TranType": "Sales",
"TRSubTypeCode": "sample string 6",
"TranSide": "Listing",
"IsFirm": true,
"FirmDate": "2026-05-08T00:45:58.138099+00:00",
"SellingPrice": 1.0,
"ListingPrice": 1.0,
"TotalDeposit": 1.0,
"ListingPct": 1.0,
"GrossComm": 1.0,
"GrossTax": 1.0,
"ListingComm": 1.0,
"ListingTax": 1.0,
"ListingMLSAmount": 1.0,
"ListingMLSTax": 1.0,
"BuyingMLSAmount": 1.0,
"BuyingMLSTax": 1.0,
"ListingAgentMLSAmount": 1.0,
"BuyingAgentMLSAmount": 1.0,
"ListingMLSDiscount": 1.0,
"BuyingMLSDiscount": 1.0,
"ListingShareOtherIncome": 1.0,
"ListingShareOtherIncomeTax": 1.0,
"ListingUnshareOtherIncome": 1.0,
"ListingUnshareOtherIncomeTax": 1.0,
"BuyingShareOtherIncome": 1.0,
"BuyingShareOtherIncomeTax": 1.0,
"BuyingUnshareOtherIncome": 1.0,
"BuyingUnshareOtherIncomeTax": 1.0,
"IsExcludeFromFranchiseIntegra": true,
"IsSideTrans": true,
"MLSNumber": "sample string 8",
"IsBuyerRepAgreement": true,
"CreateDate": "2026-05-08T00:45:58.138099+00:00",
"LastModifiedDate": "2026-05-08T00:45:58.138099+00:00",
"AgentEmail": "sample string 11",
"PID": "sample string 12",
"PropertyFeatureGroupCode": "sample string 13",
"PropertyRemarkLanguageCode": "sample string 14",
"BuildingClass": "sample string 15",
"PropertyLocation": "sample string 16",
"PropertyType": "Condominium",
"PropertyUseType": "Owner_Occupied",
"StreetDirection": "sample string 17",
"StreetNumber": "sample string 18",
"StreetName": "sample string 19",
"StreetDesignation": "sample string 20",
"StreetSuffix": "sample string 21",
"SuiteAptNumber": "sample string 22",
"BuildingFloorNumber": "sample string 23",
"City": "sample string 24",
"StateorProvidence": "sample string 25",
"PostalCode": "sample string 26",
"Country": "sample string 27",
"Address1": "sample string 28",
"Address2": "sample string 29",
"CommerialLeaseAgreement": {
"TransactionQOCGUID": "9ba82b58-080f-43b3-a264-5d88a6b6d99f",
"QOCGUID": "d6369906-04b6-4e06-9002-79c4b0b28e5b",
"IsSubLease": true,
"Renewable": true,
"RepresentLandlord": true,
"RepresentTenant": true,
"CooperatingBroker": "sample string 3",
"LeaseSqareFootage": 1,
"RatePerSquareFeet": 1.0,
"LeaseTerm": 1,
"RatePeriod": 1,
"PartialMonthTerm": 1,
"AgreementDate": "2026-05-08T00:45:58.138099+00:00",
"AgreementExpireDate": "2026-05-08T00:45:58.138099+00:00",
"CommencementDate": "2026-05-08T00:45:58.138099+00:00",
"TerminationDate": "2026-05-08T00:45:58.138099+00:00",
"LeaseValue": 1.0,
"LandlordContribution": 1.0,
"CommissionFee": 1.0,
"CommissionRate": 1.0,
"NumberOfPayments": 1,
"AgreementStatus": 0,
"CreateDate": "2026-05-08T00:45:58.138099+00:00",
"LastModifiedDate": "2026-05-08T00:45:58.138099+00:00",
"CommerialLeaseAgreementPaymentReceiveds": [
{
"PaymentReceived": 1.0,
"DateReceived": "2026-05-08T00:45:58.138099+00:00"
},
{
"PaymentReceived": 1.0,
"DateReceived": "2026-05-08T00:45:58.138099+00:00"
}
],
"CommerialLeaseAgreementPaymentSchedules": [
{
"SequenceNumber": 1,
"AmountDue": 1.0,
"PercentageDue": 1.0,
"PaymentDueDate": "2026-05-08T00:45:58.138099+00:00"
},
{
"SequenceNumber": 1,
"AmountDue": 1.0,
"PercentageDue": 1.0,
"PaymentDueDate": "2026-05-08T00:45:58.138099+00:00"
}
]
},
"TransactionAgents": [
{
"TransactionQOCGUID": "e5e808fb-fb28-41d4-bc56-58fa64bc16b2",
"QOCGUID": "91e46e71-1e29-4c25-8c33-36c25c73b06a",
"AgentQOCGUID": "b6f6caba-282f-43ac-bd00-f997689a39b3",
"OfficeQOCGUID": "001623ec-f120-4401-97e7-4efd9d97bbc4",
"Side": "Listing",
"Pct": 1.0,
"IsPrimary": true,
"GrossComm": 1.0,
"GrossTax": 1.0,
"AdjustGross": 1.0,
"AdjustGrossTax": 1.0,
"BrokerComm": 1.0,
"BrokerTax": 1.0,
"BrokerFlat": 1.0,
"BrokerFlatTax": 1.0,
"BrokerPortion": 1.0,
"BrokerPortionTax": 1.0,
"AgentComm": 1.0,
"AgentTax": 1.0,
"ReferralAmount": 1.0,
"ReferralTax": 1.0,
"MLSAmount": 1.0,
"MLSTax": 1.0,
"AgentMLSAmount": 1.0,
"MLSDiscount": 1.0,
"ExcludeFromHistory": true,
"AgentShareOtherIncome": 1.0,
"AgentShareOtherIncomeTax": 1.0,
"BrokerShareOtherIncome": 1.0,
"BrokerShareOtherIncomeTax": 1.0,
"BrokerUnshareOtherIncome": 1.0,
"BrokerUnshareOtherIncomeTax": 1.0,
"CreateDate": "2026-05-08T00:45:58.138099+00:00",
"LastModifiedDate": "2026-05-08T00:45:58.138099+00:00",
"AgentEmail": "sample string 6",
"TransactionAgentManagerOverrides": [
{
"TransactionAgentQOCGUID": "160703e1-1878-41b4-a36a-45a5bd302c56",
"ManagerAgentQOCGUID": "2291d1d4-dbca-416e-ac44-a81bb9a64b1a",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
},
{
"TransactionAgentQOCGUID": "160703e1-1878-41b4-a36a-45a5bd302c56",
"ManagerAgentQOCGUID": "2291d1d4-dbca-416e-ac44-a81bb9a64b1a",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
}
],
"TransactionAgentOtherFees": [
{
"TransactionAgentQOCGUID": "4c324836-15df-46ff-a799-177b7a979b62",
"FeeName": "sample string 2",
"FeeType": "PreSplit",
"FeeAmount": 1.0,
"FeeTax": 1.0,
"Pct": 1.0,
"RefSource": "sample string 3",
"IsCompanyDollar": true,
"TaxExempt": true
},
{
"TransactionAgentQOCGUID": "4c324836-15df-46ff-a799-177b7a979b62",
"FeeName": "sample string 2",
"FeeType": "PreSplit",
"FeeAmount": 1.0,
"FeeTax": 1.0,
"Pct": 1.0,
"RefSource": "sample string 3",
"IsCompanyDollar": true,
"TaxExempt": true
}
],
"TransactionAgentWithholdings": [
{
"TransactionAgentQOCGUID": "e314928d-5488-4c3f-9f61-7c578b5cb833",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
},
{
"TransactionAgentQOCGUID": "e314928d-5488-4c3f-9f61-7c578b5cb833",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
}
]
},
{
"TransactionQOCGUID": "e5e808fb-fb28-41d4-bc56-58fa64bc16b2",
"QOCGUID": "91e46e71-1e29-4c25-8c33-36c25c73b06a",
"AgentQOCGUID": "b6f6caba-282f-43ac-bd00-f997689a39b3",
"OfficeQOCGUID": "001623ec-f120-4401-97e7-4efd9d97bbc4",
"Side": "Listing",
"Pct": 1.0,
"IsPrimary": true,
"GrossComm": 1.0,
"GrossTax": 1.0,
"AdjustGross": 1.0,
"AdjustGrossTax": 1.0,
"BrokerComm": 1.0,
"BrokerTax": 1.0,
"BrokerFlat": 1.0,
"BrokerFlatTax": 1.0,
"BrokerPortion": 1.0,
"BrokerPortionTax": 1.0,
"AgentComm": 1.0,
"AgentTax": 1.0,
"ReferralAmount": 1.0,
"ReferralTax": 1.0,
"MLSAmount": 1.0,
"MLSTax": 1.0,
"AgentMLSAmount": 1.0,
"MLSDiscount": 1.0,
"ExcludeFromHistory": true,
"AgentShareOtherIncome": 1.0,
"AgentShareOtherIncomeTax": 1.0,
"BrokerShareOtherIncome": 1.0,
"BrokerShareOtherIncomeTax": 1.0,
"BrokerUnshareOtherIncome": 1.0,
"BrokerUnshareOtherIncomeTax": 1.0,
"CreateDate": "2026-05-08T00:45:58.138099+00:00",
"LastModifiedDate": "2026-05-08T00:45:58.138099+00:00",
"AgentEmail": "sample string 6",
"TransactionAgentManagerOverrides": [
{
"TransactionAgentQOCGUID": "160703e1-1878-41b4-a36a-45a5bd302c56",
"ManagerAgentQOCGUID": "2291d1d4-dbca-416e-ac44-a81bb9a64b1a",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
},
{
"TransactionAgentQOCGUID": "160703e1-1878-41b4-a36a-45a5bd302c56",
"ManagerAgentQOCGUID": "2291d1d4-dbca-416e-ac44-a81bb9a64b1a",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
}
],
"TransactionAgentOtherFees": [
{
"TransactionAgentQOCGUID": "4c324836-15df-46ff-a799-177b7a979b62",
"FeeName": "sample string 2",
"FeeType": "PreSplit",
"FeeAmount": 1.0,
"FeeTax": 1.0,
"Pct": 1.0,
"RefSource": "sample string 3",
"IsCompanyDollar": true,
"TaxExempt": true
},
{
"TransactionAgentQOCGUID": "4c324836-15df-46ff-a799-177b7a979b62",
"FeeName": "sample string 2",
"FeeType": "PreSplit",
"FeeAmount": 1.0,
"FeeTax": 1.0,
"Pct": 1.0,
"RefSource": "sample string 3",
"IsCompanyDollar": true,
"TaxExempt": true
}
],
"TransactionAgentWithholdings": [
{
"TransactionAgentQOCGUID": "e314928d-5488-4c3f-9f61-7c578b5cb833",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
},
{
"TransactionAgentQOCGUID": "e314928d-5488-4c3f-9f61-7c578b5cb833",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
}
]
}
],
"TransactionContacts": [
{
"TransactionQOCGUID": "a4188089-225e-4ca6-8549-c42ee4893ba3",
"QOCGUID": "1fe05a08-b219-473e-81ef-80a9f38b359e",
"ContactType": "Unknown",
"SourceID": "sample string 3",
"LeadType": "Agent_Generated",
"EntityType": "First_Time_Homebuyer",
"Side": "Listing",
"IsEnglishSurvey": true,
"SurveyDelivery": "sample string 4",
"ContactSourceID": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"MidddleName": "sample string 8",
"FamiliarName": "sample string 9",
"PrintedName": "sample string 10",
"CompanyName": "sample string 11",
"GenderType": "Male",
"LanguageSpoken": "sample string 12",
"Phone": "sample string 13",
"Fax": "sample string 14",
"CellPhone": "sample string 15",
"Email": "sample string 16",
"TaxID": "sample string 17",
"PayeeType": "Unknown",
"BusinessSource": "Other",
"StreetDirection": "sample string 18",
"StreetNumber": "sample string 19",
"StreetName": "sample string 20",
"StreetDesignation": "sample string 21",
"StreetSuffix": "sample string 22",
"SuiteAptNumber": "sample string 23",
"BuildingFloorNumber": "sample string 24",
"City": "sample string 25",
"StateorProvidence": "sample string 26",
"PostalCode": "sample string 27",
"Country": "sample string 28",
"Address1": "sample string 29",
"Address2": "sample string 30"
},
{
"TransactionQOCGUID": "a4188089-225e-4ca6-8549-c42ee4893ba3",
"QOCGUID": "1fe05a08-b219-473e-81ef-80a9f38b359e",
"ContactType": "Unknown",
"SourceID": "sample string 3",
"LeadType": "Agent_Generated",
"EntityType": "First_Time_Homebuyer",
"Side": "Listing",
"IsEnglishSurvey": true,
"SurveyDelivery": "sample string 4",
"ContactSourceID": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"MidddleName": "sample string 8",
"FamiliarName": "sample string 9",
"PrintedName": "sample string 10",
"CompanyName": "sample string 11",
"GenderType": "Male",
"LanguageSpoken": "sample string 12",
"Phone": "sample string 13",
"Fax": "sample string 14",
"CellPhone": "sample string 15",
"Email": "sample string 16",
"TaxID": "sample string 17",
"PayeeType": "Unknown",
"BusinessSource": "Other",
"StreetDirection": "sample string 18",
"StreetNumber": "sample string 19",
"StreetName": "sample string 20",
"StreetDesignation": "sample string 21",
"StreetSuffix": "sample string 22",
"SuiteAptNumber": "sample string 23",
"BuildingFloorNumber": "sample string 24",
"City": "sample string 25",
"StateorProvidence": "sample string 26",
"PostalCode": "sample string 27",
"Country": "sample string 28",
"Address1": "sample string 29",
"Address2": "sample string 30"
}
],
"TransactionReferrals": [
{
"TransactionQOCGUID": "2dc396b3-b65f-4982-8930-07770a50b02c",
"QOCGUID": "f585193d-5b04-45ae-9b53-d19af1af2055",
"Side": "Listing",
"ResourceType": "Unknown",
"RefAmount": 1.0,
"RefTax": 1.0,
"RefSource": "sample string 3",
"ReferralBrandType": "BHHS",
"RefNetworkTypeCode": "sample string 4",
"RefDate": "2026-05-08T00:45:58.138099+00:00",
"ContactSourceID": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"MidddleName": "sample string 8",
"FamiliarName": "sample string 9",
"PrintedName": "sample string 10",
"CompanyName": "sample string 11",
"GenderType": "Male",
"LanguageSpoken": "sample string 12",
"Phone": "sample string 13",
"Fax": "sample string 14",
"CellPhone": "sample string 15",
"Email": "sample string 16",
"TaxID": "sample string 17",
"PayeeType": "Unknown",
"StreetDirection": "sample string 18",
"StreetNumber": "sample string 19",
"StreetName": "sample string 20",
"StreetDesignation": "sample string 21",
"StreetSuffix": "sample string 22",
"SuiteAptNumber": "sample string 23",
"BuildingFloorNumber": "sample string 24",
"City": "sample string 25",
"StateorProvidence": "sample string 26",
"PostalCode": "sample string 27",
"Country": "sample string 28",
"Address1": "sample string 29",
"Address2": "sample string 30"
},
{
"TransactionQOCGUID": "2dc396b3-b65f-4982-8930-07770a50b02c",
"QOCGUID": "f585193d-5b04-45ae-9b53-d19af1af2055",
"Side": "Listing",
"ResourceType": "Unknown",
"RefAmount": 1.0,
"RefTax": 1.0,
"RefSource": "sample string 3",
"ReferralBrandType": "BHHS",
"RefNetworkTypeCode": "sample string 4",
"RefDate": "2026-05-08T00:45:58.138099+00:00",
"ContactSourceID": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"MidddleName": "sample string 8",
"FamiliarName": "sample string 9",
"PrintedName": "sample string 10",
"CompanyName": "sample string 11",
"GenderType": "Male",
"LanguageSpoken": "sample string 12",
"Phone": "sample string 13",
"Fax": "sample string 14",
"CellPhone": "sample string 15",
"Email": "sample string 16",
"TaxID": "sample string 17",
"PayeeType": "Unknown",
"StreetDirection": "sample string 18",
"StreetNumber": "sample string 19",
"StreetName": "sample string 20",
"StreetDesignation": "sample string 21",
"StreetSuffix": "sample string 22",
"SuiteAptNumber": "sample string 23",
"BuildingFloorNumber": "sample string 24",
"City": "sample string 25",
"StateorProvidence": "sample string 26",
"PostalCode": "sample string 27",
"Country": "sample string 28",
"Address1": "sample string 29",
"Address2": "sample string 30"
}
],
"TransactionListing": {
"ListingPrice": 1.0,
"BedroomCount": 1,
"FullBathCount": 1,
"HalfBathCount": 1,
"LotSize": "sample string 2",
"ListingDate": "2026-05-08T00:45:58.138099+00:00",
"LotSizeUnit": "sample string 3",
"CommZoning": "sample string 4",
"AllowMapping": true,
"PropertyCommercialRemarks": [
{
"LanguageCode": "sample string 1",
"RemarkCode": "sample string 2",
"RemarkText": "sample string 3"
},
{
"LanguageCode": "sample string 1",
"RemarkCode": "sample string 2",
"RemarkText": "sample string 3"
}
]
}
},
{
"BrokerageQOCID": "d687dd46-8e5a-4d5f-8cfb-7be4c55415ad",
"ListingOfficeQOCID": "84f61fe4-fdaa-4975-b86d-1d991a194b6b",
"BuyingOfficeQOCID": "05952bd2-c8d3-4cd7-a946-c8913cdf5880",
"ListingQOCID": "d8452b49-98ae-4599-971d-9d304fb15280",
"SourceSystem": "sample string 2",
"SourceID": "sample string 3",
"PropertyInfoID": 4,
"QOCGUID": "cfd0e0ec-ffb8-463b-a794-d5252e2acf0f",
"TransStatus": "Cancelled",
"EffectiveDate": "2026-05-08T00:45:58.138099+00:00",
"CancelledDate": "2026-05-08T00:45:58.138099+00:00",
"DeletedDate": "2026-05-08T00:45:58.138099+00:00",
"EstimatedCloseDate": "2026-05-08T00:45:58.138099+00:00",
"ClosedDate": "2026-05-08T00:45:58.138099+00:00",
"PaidDate": "2026-05-08T00:45:58.138099+00:00",
"ExceptionDate": "2026-05-08T00:45:58.138099+00:00",
"TranGroup": "Residential",
"TranType": "Sales",
"TRSubTypeCode": "sample string 6",
"TranSide": "Listing",
"IsFirm": true,
"FirmDate": "2026-05-08T00:45:58.138099+00:00",
"SellingPrice": 1.0,
"ListingPrice": 1.0,
"TotalDeposit": 1.0,
"ListingPct": 1.0,
"GrossComm": 1.0,
"GrossTax": 1.0,
"ListingComm": 1.0,
"ListingTax": 1.0,
"ListingMLSAmount": 1.0,
"ListingMLSTax": 1.0,
"BuyingMLSAmount": 1.0,
"BuyingMLSTax": 1.0,
"ListingAgentMLSAmount": 1.0,
"BuyingAgentMLSAmount": 1.0,
"ListingMLSDiscount": 1.0,
"BuyingMLSDiscount": 1.0,
"ListingShareOtherIncome": 1.0,
"ListingShareOtherIncomeTax": 1.0,
"ListingUnshareOtherIncome": 1.0,
"ListingUnshareOtherIncomeTax": 1.0,
"BuyingShareOtherIncome": 1.0,
"BuyingShareOtherIncomeTax": 1.0,
"BuyingUnshareOtherIncome": 1.0,
"BuyingUnshareOtherIncomeTax": 1.0,
"IsExcludeFromFranchiseIntegra": true,
"IsSideTrans": true,
"MLSNumber": "sample string 8",
"IsBuyerRepAgreement": true,
"CreateDate": "2026-05-08T00:45:58.138099+00:00",
"LastModifiedDate": "2026-05-08T00:45:58.138099+00:00",
"AgentEmail": "sample string 11",
"PID": "sample string 12",
"PropertyFeatureGroupCode": "sample string 13",
"PropertyRemarkLanguageCode": "sample string 14",
"BuildingClass": "sample string 15",
"PropertyLocation": "sample string 16",
"PropertyType": "Condominium",
"PropertyUseType": "Owner_Occupied",
"StreetDirection": "sample string 17",
"StreetNumber": "sample string 18",
"StreetName": "sample string 19",
"StreetDesignation": "sample string 20",
"StreetSuffix": "sample string 21",
"SuiteAptNumber": "sample string 22",
"BuildingFloorNumber": "sample string 23",
"City": "sample string 24",
"StateorProvidence": "sample string 25",
"PostalCode": "sample string 26",
"Country": "sample string 27",
"Address1": "sample string 28",
"Address2": "sample string 29",
"CommerialLeaseAgreement": {
"TransactionQOCGUID": "9ba82b58-080f-43b3-a264-5d88a6b6d99f",
"QOCGUID": "d6369906-04b6-4e06-9002-79c4b0b28e5b",
"IsSubLease": true,
"Renewable": true,
"RepresentLandlord": true,
"RepresentTenant": true,
"CooperatingBroker": "sample string 3",
"LeaseSqareFootage": 1,
"RatePerSquareFeet": 1.0,
"LeaseTerm": 1,
"RatePeriod": 1,
"PartialMonthTerm": 1,
"AgreementDate": "2026-05-08T00:45:58.138099+00:00",
"AgreementExpireDate": "2026-05-08T00:45:58.138099+00:00",
"CommencementDate": "2026-05-08T00:45:58.138099+00:00",
"TerminationDate": "2026-05-08T00:45:58.138099+00:00",
"LeaseValue": 1.0,
"LandlordContribution": 1.0,
"CommissionFee": 1.0,
"CommissionRate": 1.0,
"NumberOfPayments": 1,
"AgreementStatus": 0,
"CreateDate": "2026-05-08T00:45:58.138099+00:00",
"LastModifiedDate": "2026-05-08T00:45:58.138099+00:00",
"CommerialLeaseAgreementPaymentReceiveds": [
{
"PaymentReceived": 1.0,
"DateReceived": "2026-05-08T00:45:58.138099+00:00"
},
{
"PaymentReceived": 1.0,
"DateReceived": "2026-05-08T00:45:58.138099+00:00"
}
],
"CommerialLeaseAgreementPaymentSchedules": [
{
"SequenceNumber": 1,
"AmountDue": 1.0,
"PercentageDue": 1.0,
"PaymentDueDate": "2026-05-08T00:45:58.138099+00:00"
},
{
"SequenceNumber": 1,
"AmountDue": 1.0,
"PercentageDue": 1.0,
"PaymentDueDate": "2026-05-08T00:45:58.138099+00:00"
}
]
},
"TransactionAgents": [
{
"TransactionQOCGUID": "e5e808fb-fb28-41d4-bc56-58fa64bc16b2",
"QOCGUID": "91e46e71-1e29-4c25-8c33-36c25c73b06a",
"AgentQOCGUID": "b6f6caba-282f-43ac-bd00-f997689a39b3",
"OfficeQOCGUID": "001623ec-f120-4401-97e7-4efd9d97bbc4",
"Side": "Listing",
"Pct": 1.0,
"IsPrimary": true,
"GrossComm": 1.0,
"GrossTax": 1.0,
"AdjustGross": 1.0,
"AdjustGrossTax": 1.0,
"BrokerComm": 1.0,
"BrokerTax": 1.0,
"BrokerFlat": 1.0,
"BrokerFlatTax": 1.0,
"BrokerPortion": 1.0,
"BrokerPortionTax": 1.0,
"AgentComm": 1.0,
"AgentTax": 1.0,
"ReferralAmount": 1.0,
"ReferralTax": 1.0,
"MLSAmount": 1.0,
"MLSTax": 1.0,
"AgentMLSAmount": 1.0,
"MLSDiscount": 1.0,
"ExcludeFromHistory": true,
"AgentShareOtherIncome": 1.0,
"AgentShareOtherIncomeTax": 1.0,
"BrokerShareOtherIncome": 1.0,
"BrokerShareOtherIncomeTax": 1.0,
"BrokerUnshareOtherIncome": 1.0,
"BrokerUnshareOtherIncomeTax": 1.0,
"CreateDate": "2026-05-08T00:45:58.138099+00:00",
"LastModifiedDate": "2026-05-08T00:45:58.138099+00:00",
"AgentEmail": "sample string 6",
"TransactionAgentManagerOverrides": [
{
"TransactionAgentQOCGUID": "160703e1-1878-41b4-a36a-45a5bd302c56",
"ManagerAgentQOCGUID": "2291d1d4-dbca-416e-ac44-a81bb9a64b1a",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
},
{
"TransactionAgentQOCGUID": "160703e1-1878-41b4-a36a-45a5bd302c56",
"ManagerAgentQOCGUID": "2291d1d4-dbca-416e-ac44-a81bb9a64b1a",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
}
],
"TransactionAgentOtherFees": [
{
"TransactionAgentQOCGUID": "4c324836-15df-46ff-a799-177b7a979b62",
"FeeName": "sample string 2",
"FeeType": "PreSplit",
"FeeAmount": 1.0,
"FeeTax": 1.0,
"Pct": 1.0,
"RefSource": "sample string 3",
"IsCompanyDollar": true,
"TaxExempt": true
},
{
"TransactionAgentQOCGUID": "4c324836-15df-46ff-a799-177b7a979b62",
"FeeName": "sample string 2",
"FeeType": "PreSplit",
"FeeAmount": 1.0,
"FeeTax": 1.0,
"Pct": 1.0,
"RefSource": "sample string 3",
"IsCompanyDollar": true,
"TaxExempt": true
}
],
"TransactionAgentWithholdings": [
{
"TransactionAgentQOCGUID": "e314928d-5488-4c3f-9f61-7c578b5cb833",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
},
{
"TransactionAgentQOCGUID": "e314928d-5488-4c3f-9f61-7c578b5cb833",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
}
]
},
{
"TransactionQOCGUID": "e5e808fb-fb28-41d4-bc56-58fa64bc16b2",
"QOCGUID": "91e46e71-1e29-4c25-8c33-36c25c73b06a",
"AgentQOCGUID": "b6f6caba-282f-43ac-bd00-f997689a39b3",
"OfficeQOCGUID": "001623ec-f120-4401-97e7-4efd9d97bbc4",
"Side": "Listing",
"Pct": 1.0,
"IsPrimary": true,
"GrossComm": 1.0,
"GrossTax": 1.0,
"AdjustGross": 1.0,
"AdjustGrossTax": 1.0,
"BrokerComm": 1.0,
"BrokerTax": 1.0,
"BrokerFlat": 1.0,
"BrokerFlatTax": 1.0,
"BrokerPortion": 1.0,
"BrokerPortionTax": 1.0,
"AgentComm": 1.0,
"AgentTax": 1.0,
"ReferralAmount": 1.0,
"ReferralTax": 1.0,
"MLSAmount": 1.0,
"MLSTax": 1.0,
"AgentMLSAmount": 1.0,
"MLSDiscount": 1.0,
"ExcludeFromHistory": true,
"AgentShareOtherIncome": 1.0,
"AgentShareOtherIncomeTax": 1.0,
"BrokerShareOtherIncome": 1.0,
"BrokerShareOtherIncomeTax": 1.0,
"BrokerUnshareOtherIncome": 1.0,
"BrokerUnshareOtherIncomeTax": 1.0,
"CreateDate": "2026-05-08T00:45:58.138099+00:00",
"LastModifiedDate": "2026-05-08T00:45:58.138099+00:00",
"AgentEmail": "sample string 6",
"TransactionAgentManagerOverrides": [
{
"TransactionAgentQOCGUID": "160703e1-1878-41b4-a36a-45a5bd302c56",
"ManagerAgentQOCGUID": "2291d1d4-dbca-416e-ac44-a81bb9a64b1a",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
},
{
"TransactionAgentQOCGUID": "160703e1-1878-41b4-a36a-45a5bd302c56",
"ManagerAgentQOCGUID": "2291d1d4-dbca-416e-ac44-a81bb9a64b1a",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
}
],
"TransactionAgentOtherFees": [
{
"TransactionAgentQOCGUID": "4c324836-15df-46ff-a799-177b7a979b62",
"FeeName": "sample string 2",
"FeeType": "PreSplit",
"FeeAmount": 1.0,
"FeeTax": 1.0,
"Pct": 1.0,
"RefSource": "sample string 3",
"IsCompanyDollar": true,
"TaxExempt": true
},
{
"TransactionAgentQOCGUID": "4c324836-15df-46ff-a799-177b7a979b62",
"FeeName": "sample string 2",
"FeeType": "PreSplit",
"FeeAmount": 1.0,
"FeeTax": 1.0,
"Pct": 1.0,
"RefSource": "sample string 3",
"IsCompanyDollar": true,
"TaxExempt": true
}
],
"TransactionAgentWithholdings": [
{
"TransactionAgentQOCGUID": "e314928d-5488-4c3f-9f61-7c578b5cb833",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
},
{
"TransactionAgentQOCGUID": "e314928d-5488-4c3f-9f61-7c578b5cb833",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
}
]
}
],
"TransactionContacts": [
{
"TransactionQOCGUID": "a4188089-225e-4ca6-8549-c42ee4893ba3",
"QOCGUID": "1fe05a08-b219-473e-81ef-80a9f38b359e",
"ContactType": "Unknown",
"SourceID": "sample string 3",
"LeadType": "Agent_Generated",
"EntityType": "First_Time_Homebuyer",
"Side": "Listing",
"IsEnglishSurvey": true,
"SurveyDelivery": "sample string 4",
"ContactSourceID": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"MidddleName": "sample string 8",
"FamiliarName": "sample string 9",
"PrintedName": "sample string 10",
"CompanyName": "sample string 11",
"GenderType": "Male",
"LanguageSpoken": "sample string 12",
"Phone": "sample string 13",
"Fax": "sample string 14",
"CellPhone": "sample string 15",
"Email": "sample string 16",
"TaxID": "sample string 17",
"PayeeType": "Unknown",
"BusinessSource": "Other",
"StreetDirection": "sample string 18",
"StreetNumber": "sample string 19",
"StreetName": "sample string 20",
"StreetDesignation": "sample string 21",
"StreetSuffix": "sample string 22",
"SuiteAptNumber": "sample string 23",
"BuildingFloorNumber": "sample string 24",
"City": "sample string 25",
"StateorProvidence": "sample string 26",
"PostalCode": "sample string 27",
"Country": "sample string 28",
"Address1": "sample string 29",
"Address2": "sample string 30"
},
{
"TransactionQOCGUID": "a4188089-225e-4ca6-8549-c42ee4893ba3",
"QOCGUID": "1fe05a08-b219-473e-81ef-80a9f38b359e",
"ContactType": "Unknown",
"SourceID": "sample string 3",
"LeadType": "Agent_Generated",
"EntityType": "First_Time_Homebuyer",
"Side": "Listing",
"IsEnglishSurvey": true,
"SurveyDelivery": "sample string 4",
"ContactSourceID": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"MidddleName": "sample string 8",
"FamiliarName": "sample string 9",
"PrintedName": "sample string 10",
"CompanyName": "sample string 11",
"GenderType": "Male",
"LanguageSpoken": "sample string 12",
"Phone": "sample string 13",
"Fax": "sample string 14",
"CellPhone": "sample string 15",
"Email": "sample string 16",
"TaxID": "sample string 17",
"PayeeType": "Unknown",
"BusinessSource": "Other",
"StreetDirection": "sample string 18",
"StreetNumber": "sample string 19",
"StreetName": "sample string 20",
"StreetDesignation": "sample string 21",
"StreetSuffix": "sample string 22",
"SuiteAptNumber": "sample string 23",
"BuildingFloorNumber": "sample string 24",
"City": "sample string 25",
"StateorProvidence": "sample string 26",
"PostalCode": "sample string 27",
"Country": "sample string 28",
"Address1": "sample string 29",
"Address2": "sample string 30"
}
],
"TransactionReferrals": [
{
"TransactionQOCGUID": "2dc396b3-b65f-4982-8930-07770a50b02c",
"QOCGUID": "f585193d-5b04-45ae-9b53-d19af1af2055",
"Side": "Listing",
"ResourceType": "Unknown",
"RefAmount": 1.0,
"RefTax": 1.0,
"RefSource": "sample string 3",
"ReferralBrandType": "BHHS",
"RefNetworkTypeCode": "sample string 4",
"RefDate": "2026-05-08T00:45:58.138099+00:00",
"ContactSourceID": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"MidddleName": "sample string 8",
"FamiliarName": "sample string 9",
"PrintedName": "sample string 10",
"CompanyName": "sample string 11",
"GenderType": "Male",
"LanguageSpoken": "sample string 12",
"Phone": "sample string 13",
"Fax": "sample string 14",
"CellPhone": "sample string 15",
"Email": "sample string 16",
"TaxID": "sample string 17",
"PayeeType": "Unknown",
"StreetDirection": "sample string 18",
"StreetNumber": "sample string 19",
"StreetName": "sample string 20",
"StreetDesignation": "sample string 21",
"StreetSuffix": "sample string 22",
"SuiteAptNumber": "sample string 23",
"BuildingFloorNumber": "sample string 24",
"City": "sample string 25",
"StateorProvidence": "sample string 26",
"PostalCode": "sample string 27",
"Country": "sample string 28",
"Address1": "sample string 29",
"Address2": "sample string 30"
},
{
"TransactionQOCGUID": "2dc396b3-b65f-4982-8930-07770a50b02c",
"QOCGUID": "f585193d-5b04-45ae-9b53-d19af1af2055",
"Side": "Listing",
"ResourceType": "Unknown",
"RefAmount": 1.0,
"RefTax": 1.0,
"RefSource": "sample string 3",
"ReferralBrandType": "BHHS",
"RefNetworkTypeCode": "sample string 4",
"RefDate": "2026-05-08T00:45:58.138099+00:00",
"ContactSourceID": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"MidddleName": "sample string 8",
"FamiliarName": "sample string 9",
"PrintedName": "sample string 10",
"CompanyName": "sample string 11",
"GenderType": "Male",
"LanguageSpoken": "sample string 12",
"Phone": "sample string 13",
"Fax": "sample string 14",
"CellPhone": "sample string 15",
"Email": "sample string 16",
"TaxID": "sample string 17",
"PayeeType": "Unknown",
"StreetDirection": "sample string 18",
"StreetNumber": "sample string 19",
"StreetName": "sample string 20",
"StreetDesignation": "sample string 21",
"StreetSuffix": "sample string 22",
"SuiteAptNumber": "sample string 23",
"BuildingFloorNumber": "sample string 24",
"City": "sample string 25",
"StateorProvidence": "sample string 26",
"PostalCode": "sample string 27",
"Country": "sample string 28",
"Address1": "sample string 29",
"Address2": "sample string 30"
}
],
"TransactionListing": {
"ListingPrice": 1.0,
"BedroomCount": 1,
"FullBathCount": 1,
"HalfBathCount": 1,
"LotSize": "sample string 2",
"ListingDate": "2026-05-08T00:45:58.138099+00:00",
"LotSizeUnit": "sample string 3",
"CommZoning": "sample string 4",
"AllowMapping": true,
"PropertyCommercialRemarks": [
{
"LanguageCode": "sample string 1",
"RemarkCode": "sample string 2",
"RemarkText": "sample string 3"
},
{
"LanguageCode": "sample string 1",
"RemarkCode": "sample string 2",
"RemarkText": "sample string 3"
}
]
}
}
]
application/xml, text/xml
Sample:
<ArrayOfTransactionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.DTO">
<TransactionDTO>
<Address1>sample string 28</Address1>
<Address2>sample string 29</Address2>
<AgentEmail>sample string 11</AgentEmail>
<BrokerageQOCID>d687dd46-8e5a-4d5f-8cfb-7be4c55415ad</BrokerageQOCID>
<BuildingClass>sample string 15</BuildingClass>
<BuildingFloorNumber>sample string 23</BuildingFloorNumber>
<BuyingAgentMLSAmount>1</BuyingAgentMLSAmount>
<BuyingMLSAmount>1</BuyingMLSAmount>
<BuyingMLSDiscount>1</BuyingMLSDiscount>
<BuyingMLSTax>1</BuyingMLSTax>
<BuyingOfficeQOCID>05952bd2-c8d3-4cd7-a946-c8913cdf5880</BuyingOfficeQOCID>
<BuyingShareOtherIncome>1</BuyingShareOtherIncome>
<BuyingShareOtherIncomeTax>1</BuyingShareOtherIncomeTax>
<BuyingUnshareOtherIncome>1</BuyingUnshareOtherIncome>
<BuyingUnshareOtherIncomeTax>1</BuyingUnshareOtherIncomeTax>
<CancelledDate>2026-05-08T00:45:58.138099+00:00</CancelledDate>
<City>sample string 24</City>
<ClosedDate>2026-05-08T00:45:58.138099+00:00</ClosedDate>
<CommerialLeaseAgreement>
<AgreementDate>2026-05-08T00:45:58.138099+00:00</AgreementDate>
<AgreementExpireDate>2026-05-08T00:45:58.138099+00:00</AgreementExpireDate>
<AgreementStatus>Agreement</AgreementStatus>
<CommencementDate>2026-05-08T00:45:58.138099+00:00</CommencementDate>
<CommerialLeaseAgreementPaymentReceiveds>
<CommerialLeaseAgreementPaymentReceivedDTO>
<DateReceived>2026-05-08T00:45:58.138099+00:00</DateReceived>
<PaymentReceived>1</PaymentReceived>
</CommerialLeaseAgreementPaymentReceivedDTO>
<CommerialLeaseAgreementPaymentReceivedDTO>
<DateReceived>2026-05-08T00:45:58.138099+00:00</DateReceived>
<PaymentReceived>1</PaymentReceived>
</CommerialLeaseAgreementPaymentReceivedDTO>
</CommerialLeaseAgreementPaymentReceiveds>
<CommerialLeaseAgreementPaymentSchedules>
<CommerialLeaseAgreementPaymentScheduleDTO>
<AmountDue>1</AmountDue>
<PaymentDueDate>2026-05-08T00:45:58.138099+00:00</PaymentDueDate>
<PercentageDue>1</PercentageDue>
<SequenceNumber>1</SequenceNumber>
</CommerialLeaseAgreementPaymentScheduleDTO>
<CommerialLeaseAgreementPaymentScheduleDTO>
<AmountDue>1</AmountDue>
<PaymentDueDate>2026-05-08T00:45:58.138099+00:00</PaymentDueDate>
<PercentageDue>1</PercentageDue>
<SequenceNumber>1</SequenceNumber>
</CommerialLeaseAgreementPaymentScheduleDTO>
</CommerialLeaseAgreementPaymentSchedules>
<CommissionFee>1</CommissionFee>
<CommissionRate>1</CommissionRate>
<CooperatingBroker>sample string 3</CooperatingBroker>
<CreateDate>2026-05-08T00:45:58.138099+00:00</CreateDate>
<IsSubLease>true</IsSubLease>
<LandlordContribution>1</LandlordContribution>
<LastModifiedDate>2026-05-08T00:45:58.138099+00:00</LastModifiedDate>
<LeaseSqareFootage>1</LeaseSqareFootage>
<LeaseTerm>1</LeaseTerm>
<LeaseValue>1</LeaseValue>
<NumberOfPayments>1</NumberOfPayments>
<PartialMonthTerm>1</PartialMonthTerm>
<QOCGUID>d6369906-04b6-4e06-9002-79c4b0b28e5b</QOCGUID>
<RatePerSquareFeet>1</RatePerSquareFeet>
<RatePeriod>1</RatePeriod>
<Renewable>true</Renewable>
<RepresentLandlord>true</RepresentLandlord>
<RepresentTenant>true</RepresentTenant>
<TerminationDate>2026-05-08T00:45:58.138099+00:00</TerminationDate>
<TransactionQOCGUID>9ba82b58-080f-43b3-a264-5d88a6b6d99f</TransactionQOCGUID>
</CommerialLeaseAgreement>
<Country>sample string 27</Country>
<CreateDate>2026-05-08T00:45:58.138099+00:00</CreateDate>
<DeletedDate>2026-05-08T00:45:58.138099+00:00</DeletedDate>
<EffectiveDate>2026-05-08T00:45:58.138099+00:00</EffectiveDate>
<EstimatedCloseDate>2026-05-08T00:45:58.138099+00:00</EstimatedCloseDate>
<ExceptionDate>2026-05-08T00:45:58.138099+00:00</ExceptionDate>
<FirmDate>2026-05-08T00:45:58.138099+00:00</FirmDate>
<GrossComm>1</GrossComm>
<GrossTax>1</GrossTax>
<IsBuyerRepAgreement>true</IsBuyerRepAgreement>
<IsExcludeFromFranchiseIntegra>true</IsExcludeFromFranchiseIntegra>
<IsFirm>true</IsFirm>
<IsSideTrans>true</IsSideTrans>
<LastModifiedDate>2026-05-08T00:45:58.138099+00:00</LastModifiedDate>
<ListingAgentMLSAmount>1</ListingAgentMLSAmount>
<ListingComm>1</ListingComm>
<ListingMLSAmount>1</ListingMLSAmount>
<ListingMLSDiscount>1</ListingMLSDiscount>
<ListingMLSTax>1</ListingMLSTax>
<ListingOfficeQOCID>84f61fe4-fdaa-4975-b86d-1d991a194b6b</ListingOfficeQOCID>
<ListingPct>1</ListingPct>
<ListingPrice>1</ListingPrice>
<ListingQOCID>d8452b49-98ae-4599-971d-9d304fb15280</ListingQOCID>
<ListingShareOtherIncome>1</ListingShareOtherIncome>
<ListingShareOtherIncomeTax>1</ListingShareOtherIncomeTax>
<ListingTax>1</ListingTax>
<ListingUnshareOtherIncome>1</ListingUnshareOtherIncome>
<ListingUnshareOtherIncomeTax>1</ListingUnshareOtherIncomeTax>
<MLSNumber>sample string 8</MLSNumber>
<PID>sample string 12</PID>
<PaidDate>2026-05-08T00:45:58.138099+00:00</PaidDate>
<PostalCode>sample string 26</PostalCode>
<PropertyFeatureGroupCode>sample string 13</PropertyFeatureGroupCode>
<PropertyInfoID>4</PropertyInfoID>
<PropertyLocation>sample string 16</PropertyLocation>
<PropertyRemarkLanguageCode>sample string 14</PropertyRemarkLanguageCode>
<PropertyType>Condominium</PropertyType>
<PropertyUseType>Owner_Occupied</PropertyUseType>
<QOCGUID>cfd0e0ec-ffb8-463b-a794-d5252e2acf0f</QOCGUID>
<SellingPrice>1</SellingPrice>
<SourceID>sample string 3</SourceID>
<SourceSystem>sample string 2</SourceSystem>
<StateorProvidence>sample string 25</StateorProvidence>
<StreetDesignation>sample string 20</StreetDesignation>
<StreetDirection>sample string 17</StreetDirection>
<StreetName>sample string 19</StreetName>
<StreetNumber>sample string 18</StreetNumber>
<StreetSuffix>sample string 21</StreetSuffix>
<SuiteAptNumber>sample string 22</SuiteAptNumber>
<TRSubTypeCode>sample string 6</TRSubTypeCode>
<TotalDeposit>1</TotalDeposit>
<TranGroup>Residential</TranGroup>
<TranSide>Listing</TranSide>
<TranType>Sales</TranType>
<TransStatus>Cancelled</TransStatus>
<TransactionAgents>
<TransactionAgentDTO>
<AdjustGross>1</AdjustGross>
<AdjustGrossTax>1</AdjustGrossTax>
<AgentComm>1</AgentComm>
<AgentEmail>sample string 6</AgentEmail>
<AgentMLSAmount>1</AgentMLSAmount>
<AgentQOCGUID>b6f6caba-282f-43ac-bd00-f997689a39b3</AgentQOCGUID>
<AgentShareOtherIncome>1</AgentShareOtherIncome>
<AgentShareOtherIncomeTax>1</AgentShareOtherIncomeTax>
<AgentTax>1</AgentTax>
<BrokerComm>1</BrokerComm>
<BrokerFlat>1</BrokerFlat>
<BrokerFlatTax>1</BrokerFlatTax>
<BrokerPortion>1</BrokerPortion>
<BrokerPortionTax>1</BrokerPortionTax>
<BrokerShareOtherIncome>1</BrokerShareOtherIncome>
<BrokerShareOtherIncomeTax>1</BrokerShareOtherIncomeTax>
<BrokerTax>1</BrokerTax>
<BrokerUnshareOtherIncome>1</BrokerUnshareOtherIncome>
<BrokerUnshareOtherIncomeTax>1</BrokerUnshareOtherIncomeTax>
<CreateDate>2026-05-08T00:45:58.138099+00:00</CreateDate>
<ExcludeFromHistory>true</ExcludeFromHistory>
<GrossComm>1</GrossComm>
<GrossTax>1</GrossTax>
<IsPrimary>true</IsPrimary>
<LastModifiedDate>2026-05-08T00:45:58.138099+00:00</LastModifiedDate>
<MLSAmount>1</MLSAmount>
<MLSDiscount>1</MLSDiscount>
<MLSTax>1</MLSTax>
<OfficeQOCGUID>001623ec-f120-4401-97e7-4efd9d97bbc4</OfficeQOCGUID>
<Pct>1</Pct>
<QOCGUID>91e46e71-1e29-4c25-8c33-36c25c73b06a</QOCGUID>
<ReferralAmount>1</ReferralAmount>
<ReferralTax>1</ReferralTax>
<Side>Listing</Side>
<TransactionAgentManagerOverrides>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>2291d1d4-dbca-416e-ac44-a81bb9a64b1a</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>160703e1-1878-41b4-a36a-45a5bd302c56</TransactionAgentQOCGUID>
</TransactionAgentManagerOverrideDTO>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>2291d1d4-dbca-416e-ac44-a81bb9a64b1a</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>160703e1-1878-41b4-a36a-45a5bd302c56</TransactionAgentQOCGUID>
</TransactionAgentManagerOverrideDTO>
</TransactionAgentManagerOverrides>
<TransactionAgentOtherFees>
<TransactionAgentOtherFeeDTO>
<FeeAmount>1</FeeAmount>
<FeeName>sample string 2</FeeName>
<FeeTax>1</FeeTax>
<FeeType>PreSplit</FeeType>
<IsCompanyDollar>true</IsCompanyDollar>
<Pct>1</Pct>
<RefSource>sample string 3</RefSource>
<TaxExempt>true</TaxExempt>
<TransactionAgentQOCGUID>4c324836-15df-46ff-a799-177b7a979b62</TransactionAgentQOCGUID>
</TransactionAgentOtherFeeDTO>
<TransactionAgentOtherFeeDTO>
<FeeAmount>1</FeeAmount>
<FeeName>sample string 2</FeeName>
<FeeTax>1</FeeTax>
<FeeType>PreSplit</FeeType>
<IsCompanyDollar>true</IsCompanyDollar>
<Pct>1</Pct>
<RefSource>sample string 3</RefSource>
<TaxExempt>true</TaxExempt>
<TransactionAgentQOCGUID>4c324836-15df-46ff-a799-177b7a979b62</TransactionAgentQOCGUID>
</TransactionAgentOtherFeeDTO>
</TransactionAgentOtherFees>
<TransactionAgentWithholdings>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>e314928d-5488-4c3f-9f61-7c578b5cb833</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>e314928d-5488-4c3f-9f61-7c578b5cb833</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
</TransactionAgentWithholdings>
<TransactionQOCGUID>e5e808fb-fb28-41d4-bc56-58fa64bc16b2</TransactionQOCGUID>
</TransactionAgentDTO>
<TransactionAgentDTO>
<AdjustGross>1</AdjustGross>
<AdjustGrossTax>1</AdjustGrossTax>
<AgentComm>1</AgentComm>
<AgentEmail>sample string 6</AgentEmail>
<AgentMLSAmount>1</AgentMLSAmount>
<AgentQOCGUID>b6f6caba-282f-43ac-bd00-f997689a39b3</AgentQOCGUID>
<AgentShareOtherIncome>1</AgentShareOtherIncome>
<AgentShareOtherIncomeTax>1</AgentShareOtherIncomeTax>
<AgentTax>1</AgentTax>
<BrokerComm>1</BrokerComm>
<BrokerFlat>1</BrokerFlat>
<BrokerFlatTax>1</BrokerFlatTax>
<BrokerPortion>1</BrokerPortion>
<BrokerPortionTax>1</BrokerPortionTax>
<BrokerShareOtherIncome>1</BrokerShareOtherIncome>
<BrokerShareOtherIncomeTax>1</BrokerShareOtherIncomeTax>
<BrokerTax>1</BrokerTax>
<BrokerUnshareOtherIncome>1</BrokerUnshareOtherIncome>
<BrokerUnshareOtherIncomeTax>1</BrokerUnshareOtherIncomeTax>
<CreateDate>2026-05-08T00:45:58.138099+00:00</CreateDate>
<ExcludeFromHistory>true</ExcludeFromHistory>
<GrossComm>1</GrossComm>
<GrossTax>1</GrossTax>
<IsPrimary>true</IsPrimary>
<LastModifiedDate>2026-05-08T00:45:58.138099+00:00</LastModifiedDate>
<MLSAmount>1</MLSAmount>
<MLSDiscount>1</MLSDiscount>
<MLSTax>1</MLSTax>
<OfficeQOCGUID>001623ec-f120-4401-97e7-4efd9d97bbc4</OfficeQOCGUID>
<Pct>1</Pct>
<QOCGUID>91e46e71-1e29-4c25-8c33-36c25c73b06a</QOCGUID>
<ReferralAmount>1</ReferralAmount>
<ReferralTax>1</ReferralTax>
<Side>Listing</Side>
<TransactionAgentManagerOverrides>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>2291d1d4-dbca-416e-ac44-a81bb9a64b1a</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>160703e1-1878-41b4-a36a-45a5bd302c56</TransactionAgentQOCGUID>
</TransactionAgentManagerOverrideDTO>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>2291d1d4-dbca-416e-ac44-a81bb9a64b1a</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>160703e1-1878-41b4-a36a-45a5bd302c56</TransactionAgentQOCGUID>
</TransactionAgentManagerOverrideDTO>
</TransactionAgentManagerOverrides>
<TransactionAgentOtherFees>
<TransactionAgentOtherFeeDTO>
<FeeAmount>1</FeeAmount>
<FeeName>sample string 2</FeeName>
<FeeTax>1</FeeTax>
<FeeType>PreSplit</FeeType>
<IsCompanyDollar>true</IsCompanyDollar>
<Pct>1</Pct>
<RefSource>sample string 3</RefSource>
<TaxExempt>true</TaxExempt>
<TransactionAgentQOCGUID>4c324836-15df-46ff-a799-177b7a979b62</TransactionAgentQOCGUID>
</TransactionAgentOtherFeeDTO>
<TransactionAgentOtherFeeDTO>
<FeeAmount>1</FeeAmount>
<FeeName>sample string 2</FeeName>
<FeeTax>1</FeeTax>
<FeeType>PreSplit</FeeType>
<IsCompanyDollar>true</IsCompanyDollar>
<Pct>1</Pct>
<RefSource>sample string 3</RefSource>
<TaxExempt>true</TaxExempt>
<TransactionAgentQOCGUID>4c324836-15df-46ff-a799-177b7a979b62</TransactionAgentQOCGUID>
</TransactionAgentOtherFeeDTO>
</TransactionAgentOtherFees>
<TransactionAgentWithholdings>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>e314928d-5488-4c3f-9f61-7c578b5cb833</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>e314928d-5488-4c3f-9f61-7c578b5cb833</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
</TransactionAgentWithholdings>
<TransactionQOCGUID>e5e808fb-fb28-41d4-bc56-58fa64bc16b2</TransactionQOCGUID>
</TransactionAgentDTO>
</TransactionAgents>
<TransactionContacts>
<TransactionContactDTO>
<Address1>sample string 29</Address1>
<Address2>sample string 30</Address2>
<BuildingFloorNumber>sample string 24</BuildingFloorNumber>
<BusinessSource>Other</BusinessSource>
<CellPhone>sample string 15</CellPhone>
<City>sample string 25</City>
<CompanyName>sample string 11</CompanyName>
<ContactSourceID>sample string 5</ContactSourceID>
<ContactType>Unknown</ContactType>
<Country>sample string 28</Country>
<Email>sample string 16</Email>
<EntityType>First_Time_Homebuyer</EntityType>
<FamiliarName>sample string 9</FamiliarName>
<Fax>sample string 14</Fax>
<FirstName>sample string 6</FirstName>
<GenderType>Male</GenderType>
<IsEnglishSurvey>true</IsEnglishSurvey>
<LanguageSpoken>sample string 12</LanguageSpoken>
<LastName>sample string 7</LastName>
<LeadType>Agent_Generated</LeadType>
<MidddleName>sample string 8</MidddleName>
<PayeeType>Unknown</PayeeType>
<Phone>sample string 13</Phone>
<PostalCode>sample string 27</PostalCode>
<PrintedName>sample string 10</PrintedName>
<QOCGUID>1fe05a08-b219-473e-81ef-80a9f38b359e</QOCGUID>
<Side>Listing</Side>
<SourceID>sample string 3</SourceID>
<StateorProvidence>sample string 26</StateorProvidence>
<StreetDesignation>sample string 21</StreetDesignation>
<StreetDirection>sample string 18</StreetDirection>
<StreetName>sample string 20</StreetName>
<StreetNumber>sample string 19</StreetNumber>
<StreetSuffix>sample string 22</StreetSuffix>
<SuiteAptNumber>sample string 23</SuiteAptNumber>
<SurveyDelivery>sample string 4</SurveyDelivery>
<TaxID>sample string 17</TaxID>
<TransactionQOCGUID>a4188089-225e-4ca6-8549-c42ee4893ba3</TransactionQOCGUID>
</TransactionContactDTO>
<TransactionContactDTO>
<Address1>sample string 29</Address1>
<Address2>sample string 30</Address2>
<BuildingFloorNumber>sample string 24</BuildingFloorNumber>
<BusinessSource>Other</BusinessSource>
<CellPhone>sample string 15</CellPhone>
<City>sample string 25</City>
<CompanyName>sample string 11</CompanyName>
<ContactSourceID>sample string 5</ContactSourceID>
<ContactType>Unknown</ContactType>
<Country>sample string 28</Country>
<Email>sample string 16</Email>
<EntityType>First_Time_Homebuyer</EntityType>
<FamiliarName>sample string 9</FamiliarName>
<Fax>sample string 14</Fax>
<FirstName>sample string 6</FirstName>
<GenderType>Male</GenderType>
<IsEnglishSurvey>true</IsEnglishSurvey>
<LanguageSpoken>sample string 12</LanguageSpoken>
<LastName>sample string 7</LastName>
<LeadType>Agent_Generated</LeadType>
<MidddleName>sample string 8</MidddleName>
<PayeeType>Unknown</PayeeType>
<Phone>sample string 13</Phone>
<PostalCode>sample string 27</PostalCode>
<PrintedName>sample string 10</PrintedName>
<QOCGUID>1fe05a08-b219-473e-81ef-80a9f38b359e</QOCGUID>
<Side>Listing</Side>
<SourceID>sample string 3</SourceID>
<StateorProvidence>sample string 26</StateorProvidence>
<StreetDesignation>sample string 21</StreetDesignation>
<StreetDirection>sample string 18</StreetDirection>
<StreetName>sample string 20</StreetName>
<StreetNumber>sample string 19</StreetNumber>
<StreetSuffix>sample string 22</StreetSuffix>
<SuiteAptNumber>sample string 23</SuiteAptNumber>
<SurveyDelivery>sample string 4</SurveyDelivery>
<TaxID>sample string 17</TaxID>
<TransactionQOCGUID>a4188089-225e-4ca6-8549-c42ee4893ba3</TransactionQOCGUID>
</TransactionContactDTO>
</TransactionContacts>
<TransactionListing>
<AllowMapping>true</AllowMapping>
<BedroomCount>1</BedroomCount>
<CommZoning>sample string 4</CommZoning>
<FullBathCount>1</FullBathCount>
<HalfBathCount>1</HalfBathCount>
<ListingDate>2026-05-08T00:45:58.138099+00:00</ListingDate>
<ListingPrice>1</ListingPrice>
<LotSize>sample string 2</LotSize>
<LotSizeUnit>sample string 3</LotSizeUnit>
<PropertyCommercialRemarks>
<PropertyCommercialRemarkDTO>
<LanguageCode>sample string 1</LanguageCode>
<RemarkCode>sample string 2</RemarkCode>
<RemarkText>sample string 3</RemarkText>
</PropertyCommercialRemarkDTO>
<PropertyCommercialRemarkDTO>
<LanguageCode>sample string 1</LanguageCode>
<RemarkCode>sample string 2</RemarkCode>
<RemarkText>sample string 3</RemarkText>
</PropertyCommercialRemarkDTO>
</PropertyCommercialRemarks>
</TransactionListing>
<TransactionReferrals>
<TransactionReferralDTO>
<Address1>sample string 29</Address1>
<Address2>sample string 30</Address2>
<BuildingFloorNumber>sample string 24</BuildingFloorNumber>
<CellPhone>sample string 15</CellPhone>
<City>sample string 25</City>
<CompanyName>sample string 11</CompanyName>
<ContactSourceID>sample string 5</ContactSourceID>
<Country>sample string 28</Country>
<Email>sample string 16</Email>
<FamiliarName>sample string 9</FamiliarName>
<Fax>sample string 14</Fax>
<FirstName>sample string 6</FirstName>
<GenderType>Male</GenderType>
<LanguageSpoken>sample string 12</LanguageSpoken>
<LastName>sample string 7</LastName>
<MidddleName>sample string 8</MidddleName>
<PayeeType>Unknown</PayeeType>
<Phone>sample string 13</Phone>
<PostalCode>sample string 27</PostalCode>
<PrintedName>sample string 10</PrintedName>
<QOCGUID>f585193d-5b04-45ae-9b53-d19af1af2055</QOCGUID>
<RefAmount>1</RefAmount>
<RefDate>2026-05-08T00:45:58.138099+00:00</RefDate>
<RefNetworkTypeCode>sample string 4</RefNetworkTypeCode>
<RefSource>sample string 3</RefSource>
<RefTax>1</RefTax>
<ReferralBrandType>BHHS</ReferralBrandType>
<ResourceType>Unknown</ResourceType>
<Side>Listing</Side>
<StateorProvidence>sample string 26</StateorProvidence>
<StreetDesignation>sample string 21</StreetDesignation>
<StreetDirection>sample string 18</StreetDirection>
<StreetName>sample string 20</StreetName>
<StreetNumber>sample string 19</StreetNumber>
<StreetSuffix>sample string 22</StreetSuffix>
<SuiteAptNumber>sample string 23</SuiteAptNumber>
<TaxID>sample string 17</TaxID>
<TransactionQOCGUID>2dc396b3-b65f-4982-8930-07770a50b02c</TransactionQOCGUID>
</TransactionReferralDTO>
<TransactionReferralDTO>
<Address1>sample string 29</Address1>
<Address2>sample string 30</Address2>
<BuildingFloorNumber>sample string 24</BuildingFloorNumber>
<CellPhone>sample string 15</CellPhone>
<City>sample string 25</City>
<CompanyName>sample string 11</CompanyName>
<ContactSourceID>sample string 5</ContactSourceID>
<Country>sample string 28</Country>
<Email>sample string 16</Email>
<FamiliarName>sample string 9</FamiliarName>
<Fax>sample string 14</Fax>
<FirstName>sample string 6</FirstName>
<GenderType>Male</GenderType>
<LanguageSpoken>sample string 12</LanguageSpoken>
<LastName>sample string 7</LastName>
<MidddleName>sample string 8</MidddleName>
<PayeeType>Unknown</PayeeType>
<Phone>sample string 13</Phone>
<PostalCode>sample string 27</PostalCode>
<PrintedName>sample string 10</PrintedName>
<QOCGUID>f585193d-5b04-45ae-9b53-d19af1af2055</QOCGUID>
<RefAmount>1</RefAmount>
<RefDate>2026-05-08T00:45:58.138099+00:00</RefDate>
<RefNetworkTypeCode>sample string 4</RefNetworkTypeCode>
<RefSource>sample string 3</RefSource>
<RefTax>1</RefTax>
<ReferralBrandType>BHHS</ReferralBrandType>
<ResourceType>Unknown</ResourceType>
<Side>Listing</Side>
<StateorProvidence>sample string 26</StateorProvidence>
<StreetDesignation>sample string 21</StreetDesignation>
<StreetDirection>sample string 18</StreetDirection>
<StreetName>sample string 20</StreetName>
<StreetNumber>sample string 19</StreetNumber>
<StreetSuffix>sample string 22</StreetSuffix>
<SuiteAptNumber>sample string 23</SuiteAptNumber>
<TaxID>sample string 17</TaxID>
<TransactionQOCGUID>2dc396b3-b65f-4982-8930-07770a50b02c</TransactionQOCGUID>
</TransactionReferralDTO>
</TransactionReferrals>
</TransactionDTO>
<TransactionDTO>
<Address1>sample string 28</Address1>
<Address2>sample string 29</Address2>
<AgentEmail>sample string 11</AgentEmail>
<BrokerageQOCID>d687dd46-8e5a-4d5f-8cfb-7be4c55415ad</BrokerageQOCID>
<BuildingClass>sample string 15</BuildingClass>
<BuildingFloorNumber>sample string 23</BuildingFloorNumber>
<BuyingAgentMLSAmount>1</BuyingAgentMLSAmount>
<BuyingMLSAmount>1</BuyingMLSAmount>
<BuyingMLSDiscount>1</BuyingMLSDiscount>
<BuyingMLSTax>1</BuyingMLSTax>
<BuyingOfficeQOCID>05952bd2-c8d3-4cd7-a946-c8913cdf5880</BuyingOfficeQOCID>
<BuyingShareOtherIncome>1</BuyingShareOtherIncome>
<BuyingShareOtherIncomeTax>1</BuyingShareOtherIncomeTax>
<BuyingUnshareOtherIncome>1</BuyingUnshareOtherIncome>
<BuyingUnshareOtherIncomeTax>1</BuyingUnshareOtherIncomeTax>
<CancelledDate>2026-05-08T00:45:58.138099+00:00</CancelledDate>
<City>sample string 24</City>
<ClosedDate>2026-05-08T00:45:58.138099+00:00</ClosedDate>
<CommerialLeaseAgreement>
<AgreementDate>2026-05-08T00:45:58.138099+00:00</AgreementDate>
<AgreementExpireDate>2026-05-08T00:45:58.138099+00:00</AgreementExpireDate>
<AgreementStatus>Agreement</AgreementStatus>
<CommencementDate>2026-05-08T00:45:58.138099+00:00</CommencementDate>
<CommerialLeaseAgreementPaymentReceiveds>
<CommerialLeaseAgreementPaymentReceivedDTO>
<DateReceived>2026-05-08T00:45:58.138099+00:00</DateReceived>
<PaymentReceived>1</PaymentReceived>
</CommerialLeaseAgreementPaymentReceivedDTO>
<CommerialLeaseAgreementPaymentReceivedDTO>
<DateReceived>2026-05-08T00:45:58.138099+00:00</DateReceived>
<PaymentReceived>1</PaymentReceived>
</CommerialLeaseAgreementPaymentReceivedDTO>
</CommerialLeaseAgreementPaymentReceiveds>
<CommerialLeaseAgreementPaymentSchedules>
<CommerialLeaseAgreementPaymentScheduleDTO>
<AmountDue>1</AmountDue>
<PaymentDueDate>2026-05-08T00:45:58.138099+00:00</PaymentDueDate>
<PercentageDue>1</PercentageDue>
<SequenceNumber>1</SequenceNumber>
</CommerialLeaseAgreementPaymentScheduleDTO>
<CommerialLeaseAgreementPaymentScheduleDTO>
<AmountDue>1</AmountDue>
<PaymentDueDate>2026-05-08T00:45:58.138099+00:00</PaymentDueDate>
<PercentageDue>1</PercentageDue>
<SequenceNumber>1</SequenceNumber>
</CommerialLeaseAgreementPaymentScheduleDTO>
</CommerialLeaseAgreementPaymentSchedules>
<CommissionFee>1</CommissionFee>
<CommissionRate>1</CommissionRate>
<CooperatingBroker>sample string 3</CooperatingBroker>
<CreateDate>2026-05-08T00:45:58.138099+00:00</CreateDate>
<IsSubLease>true</IsSubLease>
<LandlordContribution>1</LandlordContribution>
<LastModifiedDate>2026-05-08T00:45:58.138099+00:00</LastModifiedDate>
<LeaseSqareFootage>1</LeaseSqareFootage>
<LeaseTerm>1</LeaseTerm>
<LeaseValue>1</LeaseValue>
<NumberOfPayments>1</NumberOfPayments>
<PartialMonthTerm>1</PartialMonthTerm>
<QOCGUID>d6369906-04b6-4e06-9002-79c4b0b28e5b</QOCGUID>
<RatePerSquareFeet>1</RatePerSquareFeet>
<RatePeriod>1</RatePeriod>
<Renewable>true</Renewable>
<RepresentLandlord>true</RepresentLandlord>
<RepresentTenant>true</RepresentTenant>
<TerminationDate>2026-05-08T00:45:58.138099+00:00</TerminationDate>
<TransactionQOCGUID>9ba82b58-080f-43b3-a264-5d88a6b6d99f</TransactionQOCGUID>
</CommerialLeaseAgreement>
<Country>sample string 27</Country>
<CreateDate>2026-05-08T00:45:58.138099+00:00</CreateDate>
<DeletedDate>2026-05-08T00:45:58.138099+00:00</DeletedDate>
<EffectiveDate>2026-05-08T00:45:58.138099+00:00</EffectiveDate>
<EstimatedCloseDate>2026-05-08T00:45:58.138099+00:00</EstimatedCloseDate>
<ExceptionDate>2026-05-08T00:45:58.138099+00:00</ExceptionDate>
<FirmDate>2026-05-08T00:45:58.138099+00:00</FirmDate>
<GrossComm>1</GrossComm>
<GrossTax>1</GrossTax>
<IsBuyerRepAgreement>true</IsBuyerRepAgreement>
<IsExcludeFromFranchiseIntegra>true</IsExcludeFromFranchiseIntegra>
<IsFirm>true</IsFirm>
<IsSideTrans>true</IsSideTrans>
<LastModifiedDate>2026-05-08T00:45:58.138099+00:00</LastModifiedDate>
<ListingAgentMLSAmount>1</ListingAgentMLSAmount>
<ListingComm>1</ListingComm>
<ListingMLSAmount>1</ListingMLSAmount>
<ListingMLSDiscount>1</ListingMLSDiscount>
<ListingMLSTax>1</ListingMLSTax>
<ListingOfficeQOCID>84f61fe4-fdaa-4975-b86d-1d991a194b6b</ListingOfficeQOCID>
<ListingPct>1</ListingPct>
<ListingPrice>1</ListingPrice>
<ListingQOCID>d8452b49-98ae-4599-971d-9d304fb15280</ListingQOCID>
<ListingShareOtherIncome>1</ListingShareOtherIncome>
<ListingShareOtherIncomeTax>1</ListingShareOtherIncomeTax>
<ListingTax>1</ListingTax>
<ListingUnshareOtherIncome>1</ListingUnshareOtherIncome>
<ListingUnshareOtherIncomeTax>1</ListingUnshareOtherIncomeTax>
<MLSNumber>sample string 8</MLSNumber>
<PID>sample string 12</PID>
<PaidDate>2026-05-08T00:45:58.138099+00:00</PaidDate>
<PostalCode>sample string 26</PostalCode>
<PropertyFeatureGroupCode>sample string 13</PropertyFeatureGroupCode>
<PropertyInfoID>4</PropertyInfoID>
<PropertyLocation>sample string 16</PropertyLocation>
<PropertyRemarkLanguageCode>sample string 14</PropertyRemarkLanguageCode>
<PropertyType>Condominium</PropertyType>
<PropertyUseType>Owner_Occupied</PropertyUseType>
<QOCGUID>cfd0e0ec-ffb8-463b-a794-d5252e2acf0f</QOCGUID>
<SellingPrice>1</SellingPrice>
<SourceID>sample string 3</SourceID>
<SourceSystem>sample string 2</SourceSystem>
<StateorProvidence>sample string 25</StateorProvidence>
<StreetDesignation>sample string 20</StreetDesignation>
<StreetDirection>sample string 17</StreetDirection>
<StreetName>sample string 19</StreetName>
<StreetNumber>sample string 18</StreetNumber>
<StreetSuffix>sample string 21</StreetSuffix>
<SuiteAptNumber>sample string 22</SuiteAptNumber>
<TRSubTypeCode>sample string 6</TRSubTypeCode>
<TotalDeposit>1</TotalDeposit>
<TranGroup>Residential</TranGroup>
<TranSide>Listing</TranSide>
<TranType>Sales</TranType>
<TransStatus>Cancelled</TransStatus>
<TransactionAgents>
<TransactionAgentDTO>
<AdjustGross>1</AdjustGross>
<AdjustGrossTax>1</AdjustGrossTax>
<AgentComm>1</AgentComm>
<AgentEmail>sample string 6</AgentEmail>
<AgentMLSAmount>1</AgentMLSAmount>
<AgentQOCGUID>b6f6caba-282f-43ac-bd00-f997689a39b3</AgentQOCGUID>
<AgentShareOtherIncome>1</AgentShareOtherIncome>
<AgentShareOtherIncomeTax>1</AgentShareOtherIncomeTax>
<AgentTax>1</AgentTax>
<BrokerComm>1</BrokerComm>
<BrokerFlat>1</BrokerFlat>
<BrokerFlatTax>1</BrokerFlatTax>
<BrokerPortion>1</BrokerPortion>
<BrokerPortionTax>1</BrokerPortionTax>
<BrokerShareOtherIncome>1</BrokerShareOtherIncome>
<BrokerShareOtherIncomeTax>1</BrokerShareOtherIncomeTax>
<BrokerTax>1</BrokerTax>
<BrokerUnshareOtherIncome>1</BrokerUnshareOtherIncome>
<BrokerUnshareOtherIncomeTax>1</BrokerUnshareOtherIncomeTax>
<CreateDate>2026-05-08T00:45:58.138099+00:00</CreateDate>
<ExcludeFromHistory>true</ExcludeFromHistory>
<GrossComm>1</GrossComm>
<GrossTax>1</GrossTax>
<IsPrimary>true</IsPrimary>
<LastModifiedDate>2026-05-08T00:45:58.138099+00:00</LastModifiedDate>
<MLSAmount>1</MLSAmount>
<MLSDiscount>1</MLSDiscount>
<MLSTax>1</MLSTax>
<OfficeQOCGUID>001623ec-f120-4401-97e7-4efd9d97bbc4</OfficeQOCGUID>
<Pct>1</Pct>
<QOCGUID>91e46e71-1e29-4c25-8c33-36c25c73b06a</QOCGUID>
<ReferralAmount>1</ReferralAmount>
<ReferralTax>1</ReferralTax>
<Side>Listing</Side>
<TransactionAgentManagerOverrides>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>2291d1d4-dbca-416e-ac44-a81bb9a64b1a</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>160703e1-1878-41b4-a36a-45a5bd302c56</TransactionAgentQOCGUID>
</TransactionAgentManagerOverrideDTO>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>2291d1d4-dbca-416e-ac44-a81bb9a64b1a</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>160703e1-1878-41b4-a36a-45a5bd302c56</TransactionAgentQOCGUID>
</TransactionAgentManagerOverrideDTO>
</TransactionAgentManagerOverrides>
<TransactionAgentOtherFees>
<TransactionAgentOtherFeeDTO>
<FeeAmount>1</FeeAmount>
<FeeName>sample string 2</FeeName>
<FeeTax>1</FeeTax>
<FeeType>PreSplit</FeeType>
<IsCompanyDollar>true</IsCompanyDollar>
<Pct>1</Pct>
<RefSource>sample string 3</RefSource>
<TaxExempt>true</TaxExempt>
<TransactionAgentQOCGUID>4c324836-15df-46ff-a799-177b7a979b62</TransactionAgentQOCGUID>
</TransactionAgentOtherFeeDTO>
<TransactionAgentOtherFeeDTO>
<FeeAmount>1</FeeAmount>
<FeeName>sample string 2</FeeName>
<FeeTax>1</FeeTax>
<FeeType>PreSplit</FeeType>
<IsCompanyDollar>true</IsCompanyDollar>
<Pct>1</Pct>
<RefSource>sample string 3</RefSource>
<TaxExempt>true</TaxExempt>
<TransactionAgentQOCGUID>4c324836-15df-46ff-a799-177b7a979b62</TransactionAgentQOCGUID>
</TransactionAgentOtherFeeDTO>
</TransactionAgentOtherFees>
<TransactionAgentWithholdings>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>e314928d-5488-4c3f-9f61-7c578b5cb833</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>e314928d-5488-4c3f-9f61-7c578b5cb833</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
</TransactionAgentWithholdings>
<TransactionQOCGUID>e5e808fb-fb28-41d4-bc56-58fa64bc16b2</TransactionQOCGUID>
</TransactionAgentDTO>
<TransactionAgentDTO>
<AdjustGross>1</AdjustGross>
<AdjustGrossTax>1</AdjustGrossTax>
<AgentComm>1</AgentComm>
<AgentEmail>sample string 6</AgentEmail>
<AgentMLSAmount>1</AgentMLSAmount>
<AgentQOCGUID>b6f6caba-282f-43ac-bd00-f997689a39b3</AgentQOCGUID>
<AgentShareOtherIncome>1</AgentShareOtherIncome>
<AgentShareOtherIncomeTax>1</AgentShareOtherIncomeTax>
<AgentTax>1</AgentTax>
<BrokerComm>1</BrokerComm>
<BrokerFlat>1</BrokerFlat>
<BrokerFlatTax>1</BrokerFlatTax>
<BrokerPortion>1</BrokerPortion>
<BrokerPortionTax>1</BrokerPortionTax>
<BrokerShareOtherIncome>1</BrokerShareOtherIncome>
<BrokerShareOtherIncomeTax>1</BrokerShareOtherIncomeTax>
<BrokerTax>1</BrokerTax>
<BrokerUnshareOtherIncome>1</BrokerUnshareOtherIncome>
<BrokerUnshareOtherIncomeTax>1</BrokerUnshareOtherIncomeTax>
<CreateDate>2026-05-08T00:45:58.138099+00:00</CreateDate>
<ExcludeFromHistory>true</ExcludeFromHistory>
<GrossComm>1</GrossComm>
<GrossTax>1</GrossTax>
<IsPrimary>true</IsPrimary>
<LastModifiedDate>2026-05-08T00:45:58.138099+00:00</LastModifiedDate>
<MLSAmount>1</MLSAmount>
<MLSDiscount>1</MLSDiscount>
<MLSTax>1</MLSTax>
<OfficeQOCGUID>001623ec-f120-4401-97e7-4efd9d97bbc4</OfficeQOCGUID>
<Pct>1</Pct>
<QOCGUID>91e46e71-1e29-4c25-8c33-36c25c73b06a</QOCGUID>
<ReferralAmount>1</ReferralAmount>
<ReferralTax>1</ReferralTax>
<Side>Listing</Side>
<TransactionAgentManagerOverrides>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>2291d1d4-dbca-416e-ac44-a81bb9a64b1a</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>160703e1-1878-41b4-a36a-45a5bd302c56</TransactionAgentQOCGUID>
</TransactionAgentManagerOverrideDTO>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>2291d1d4-dbca-416e-ac44-a81bb9a64b1a</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>160703e1-1878-41b4-a36a-45a5bd302c56</TransactionAgentQOCGUID>
</TransactionAgentManagerOverrideDTO>
</TransactionAgentManagerOverrides>
<TransactionAgentOtherFees>
<TransactionAgentOtherFeeDTO>
<FeeAmount>1</FeeAmount>
<FeeName>sample string 2</FeeName>
<FeeTax>1</FeeTax>
<FeeType>PreSplit</FeeType>
<IsCompanyDollar>true</IsCompanyDollar>
<Pct>1</Pct>
<RefSource>sample string 3</RefSource>
<TaxExempt>true</TaxExempt>
<TransactionAgentQOCGUID>4c324836-15df-46ff-a799-177b7a979b62</TransactionAgentQOCGUID>
</TransactionAgentOtherFeeDTO>
<TransactionAgentOtherFeeDTO>
<FeeAmount>1</FeeAmount>
<FeeName>sample string 2</FeeName>
<FeeTax>1</FeeTax>
<FeeType>PreSplit</FeeType>
<IsCompanyDollar>true</IsCompanyDollar>
<Pct>1</Pct>
<RefSource>sample string 3</RefSource>
<TaxExempt>true</TaxExempt>
<TransactionAgentQOCGUID>4c324836-15df-46ff-a799-177b7a979b62</TransactionAgentQOCGUID>
</TransactionAgentOtherFeeDTO>
</TransactionAgentOtherFees>
<TransactionAgentWithholdings>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>e314928d-5488-4c3f-9f61-7c578b5cb833</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>e314928d-5488-4c3f-9f61-7c578b5cb833</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
</TransactionAgentWithholdings>
<TransactionQOCGUID>e5e808fb-fb28-41d4-bc56-58fa64bc16b2</TransactionQOCGUID>
</TransactionAgentDTO>
</TransactionAgents>
<TransactionContacts>
<TransactionContactDTO>
<Address1>sample string 29</Address1>
<Address2>sample string 30</Address2>
<BuildingFloorNumber>sample string 24</BuildingFloorNumber>
<BusinessSource>Other</BusinessSource>
<CellPhone>sample string 15</CellPhone>
<City>sample string 25</City>
<CompanyName>sample string 11</CompanyName>
<ContactSourceID>sample string 5</ContactSourceID>
<ContactType>Unknown</ContactType>
<Country>sample string 28</Country>
<Email>sample string 16</Email>
<EntityType>First_Time_Homebuyer</EntityType>
<FamiliarName>sample string 9</FamiliarName>
<Fax>sample string 14</Fax>
<FirstName>sample string 6</FirstName>
<GenderType>Male</GenderType>
<IsEnglishSurvey>true</IsEnglishSurvey>
<LanguageSpoken>sample string 12</LanguageSpoken>
<LastName>sample string 7</LastName>
<LeadType>Agent_Generated</LeadType>
<MidddleName>sample string 8</MidddleName>
<PayeeType>Unknown</PayeeType>
<Phone>sample string 13</Phone>
<PostalCode>sample string 27</PostalCode>
<PrintedName>sample string 10</PrintedName>
<QOCGUID>1fe05a08-b219-473e-81ef-80a9f38b359e</QOCGUID>
<Side>Listing</Side>
<SourceID>sample string 3</SourceID>
<StateorProvidence>sample string 26</StateorProvidence>
<StreetDesignation>sample string 21</StreetDesignation>
<StreetDirection>sample string 18</StreetDirection>
<StreetName>sample string 20</StreetName>
<StreetNumber>sample string 19</StreetNumber>
<StreetSuffix>sample string 22</StreetSuffix>
<SuiteAptNumber>sample string 23</SuiteAptNumber>
<SurveyDelivery>sample string 4</SurveyDelivery>
<TaxID>sample string 17</TaxID>
<TransactionQOCGUID>a4188089-225e-4ca6-8549-c42ee4893ba3</TransactionQOCGUID>
</TransactionContactDTO>
<TransactionContactDTO>
<Address1>sample string 29</Address1>
<Address2>sample string 30</Address2>
<BuildingFloorNumber>sample string 24</BuildingFloorNumber>
<BusinessSource>Other</BusinessSource>
<CellPhone>sample string 15</CellPhone>
<City>sample string 25</City>
<CompanyName>sample string 11</CompanyName>
<ContactSourceID>sample string 5</ContactSourceID>
<ContactType>Unknown</ContactType>
<Country>sample string 28</Country>
<Email>sample string 16</Email>
<EntityType>First_Time_Homebuyer</EntityType>
<FamiliarName>sample string 9</FamiliarName>
<Fax>sample string 14</Fax>
<FirstName>sample string 6</FirstName>
<GenderType>Male</GenderType>
<IsEnglishSurvey>true</IsEnglishSurvey>
<LanguageSpoken>sample string 12</LanguageSpoken>
<LastName>sample string 7</LastName>
<LeadType>Agent_Generated</LeadType>
<MidddleName>sample string 8</MidddleName>
<PayeeType>Unknown</PayeeType>
<Phone>sample string 13</Phone>
<PostalCode>sample string 27</PostalCode>
<PrintedName>sample string 10</PrintedName>
<QOCGUID>1fe05a08-b219-473e-81ef-80a9f38b359e</QOCGUID>
<Side>Listing</Side>
<SourceID>sample string 3</SourceID>
<StateorProvidence>sample string 26</StateorProvidence>
<StreetDesignation>sample string 21</StreetDesignation>
<StreetDirection>sample string 18</StreetDirection>
<StreetName>sample string 20</StreetName>
<StreetNumber>sample string 19</StreetNumber>
<StreetSuffix>sample string 22</StreetSuffix>
<SuiteAptNumber>sample string 23</SuiteAptNumber>
<SurveyDelivery>sample string 4</SurveyDelivery>
<TaxID>sample string 17</TaxID>
<TransactionQOCGUID>a4188089-225e-4ca6-8549-c42ee4893ba3</TransactionQOCGUID>
</TransactionContactDTO>
</TransactionContacts>
<TransactionListing>
<AllowMapping>true</AllowMapping>
<BedroomCount>1</BedroomCount>
<CommZoning>sample string 4</CommZoning>
<FullBathCount>1</FullBathCount>
<HalfBathCount>1</HalfBathCount>
<ListingDate>2026-05-08T00:45:58.138099+00:00</ListingDate>
<ListingPrice>1</ListingPrice>
<LotSize>sample string 2</LotSize>
<LotSizeUnit>sample string 3</LotSizeUnit>
<PropertyCommercialRemarks>
<PropertyCommercialRemarkDTO>
<LanguageCode>sample string 1</LanguageCode>
<RemarkCode>sample string 2</RemarkCode>
<RemarkText>sample string 3</RemarkText>
</PropertyCommercialRemarkDTO>
<PropertyCommercialRemarkDTO>
<LanguageCode>sample string 1</LanguageCode>
<RemarkCode>sample string 2</RemarkCode>
<RemarkText>sample string 3</RemarkText>
</PropertyCommercialRemarkDTO>
</PropertyCommercialRemarks>
</TransactionListing>
<TransactionReferrals>
<TransactionReferralDTO>
<Address1>sample string 29</Address1>
<Address2>sample string 30</Address2>
<BuildingFloorNumber>sample string 24</BuildingFloorNumber>
<CellPhone>sample string 15</CellPhone>
<City>sample string 25</City>
<CompanyName>sample string 11</CompanyName>
<ContactSourceID>sample string 5</ContactSourceID>
<Country>sample string 28</Country>
<Email>sample string 16</Email>
<FamiliarName>sample string 9</FamiliarName>
<Fax>sample string 14</Fax>
<FirstName>sample string 6</FirstName>
<GenderType>Male</GenderType>
<LanguageSpoken>sample string 12</LanguageSpoken>
<LastName>sample string 7</LastName>
<MidddleName>sample string 8</MidddleName>
<PayeeType>Unknown</PayeeType>
<Phone>sample string 13</Phone>
<PostalCode>sample string 27</PostalCode>
<PrintedName>sample string 10</PrintedName>
<QOCGUID>f585193d-5b04-45ae-9b53-d19af1af2055</QOCGUID>
<RefAmount>1</RefAmount>
<RefDate>2026-05-08T00:45:58.138099+00:00</RefDate>
<RefNetworkTypeCode>sample string 4</RefNetworkTypeCode>
<RefSource>sample string 3</RefSource>
<RefTax>1</RefTax>
<ReferralBrandType>BHHS</ReferralBrandType>
<ResourceType>Unknown</ResourceType>
<Side>Listing</Side>
<StateorProvidence>sample string 26</StateorProvidence>
<StreetDesignation>sample string 21</StreetDesignation>
<StreetDirection>sample string 18</StreetDirection>
<StreetName>sample string 20</StreetName>
<StreetNumber>sample string 19</StreetNumber>
<StreetSuffix>sample string 22</StreetSuffix>
<SuiteAptNumber>sample string 23</SuiteAptNumber>
<TaxID>sample string 17</TaxID>
<TransactionQOCGUID>2dc396b3-b65f-4982-8930-07770a50b02c</TransactionQOCGUID>
</TransactionReferralDTO>
<TransactionReferralDTO>
<Address1>sample string 29</Address1>
<Address2>sample string 30</Address2>
<BuildingFloorNumber>sample string 24</BuildingFloorNumber>
<CellPhone>sample string 15</CellPhone>
<City>sample string 25</City>
<CompanyName>sample string 11</CompanyName>
<ContactSourceID>sample string 5</ContactSourceID>
<Country>sample string 28</Country>
<Email>sample string 16</Email>
<FamiliarName>sample string 9</FamiliarName>
<Fax>sample string 14</Fax>
<FirstName>sample string 6</FirstName>
<GenderType>Male</GenderType>
<LanguageSpoken>sample string 12</LanguageSpoken>
<LastName>sample string 7</LastName>
<MidddleName>sample string 8</MidddleName>
<PayeeType>Unknown</PayeeType>
<Phone>sample string 13</Phone>
<PostalCode>sample string 27</PostalCode>
<PrintedName>sample string 10</PrintedName>
<QOCGUID>f585193d-5b04-45ae-9b53-d19af1af2055</QOCGUID>
<RefAmount>1</RefAmount>
<RefDate>2026-05-08T00:45:58.138099+00:00</RefDate>
<RefNetworkTypeCode>sample string 4</RefNetworkTypeCode>
<RefSource>sample string 3</RefSource>
<RefTax>1</RefTax>
<ReferralBrandType>BHHS</ReferralBrandType>
<ResourceType>Unknown</ResourceType>
<Side>Listing</Side>
<StateorProvidence>sample string 26</StateorProvidence>
<StreetDesignation>sample string 21</StreetDesignation>
<StreetDirection>sample string 18</StreetDirection>
<StreetName>sample string 20</StreetName>
<StreetNumber>sample string 19</StreetNumber>
<StreetSuffix>sample string 22</StreetSuffix>
<SuiteAptNumber>sample string 23</SuiteAptNumber>
<TaxID>sample string 17</TaxID>
<TransactionQOCGUID>2dc396b3-b65f-4982-8930-07770a50b02c</TransactionQOCGUID>
</TransactionReferralDTO>
</TransactionReferrals>
</TransactionDTO>
</ArrayOfTransactionDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PostResultOfSimpleTransactionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PostStatus | PostStatuses |
None. |
|
| Message | string |
None. |
|
| SourceEntity | SimpleTransactionDTO |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PostStatus": "Successfully",
"Message": "sample string 1",
"SourceEntity": {
"BrokerageQOCID": "7d6ce685-704c-45a4-9f60-0d79bae54e84",
"ListingOfficeQOCID": "f646c2b2-0ff8-4abd-af94-dd0dfb49f056",
"BuyingOfficeQOCID": "3e531b60-cfab-4511-91b6-72a926271055",
"ListingQOCID": "481d4223-0b83-4af4-bebd-23a95f1b9d8e",
"SourceID": "sample string 2",
"QOCGUID": "088ee593-366e-44d3-9f83-0575c770ef1d",
"TransactionAgents": [
{
"TransactionQOCGUID": "1b6afa3e-44bd-4f23-8fcd-33ba5c20a9f1",
"QOCGUID": "de450e24-04b4-49d7-8661-3c1cc069443a",
"AgentQOCGUID": "6a917791-1a45-4826-a2f0-cbd218dcc1c1",
"OfficeQOCGUID": "1efc6191-2e7d-4f69-9a62-b0164dcb6784",
"Side": "Listing"
},
{
"TransactionQOCGUID": "1b6afa3e-44bd-4f23-8fcd-33ba5c20a9f1",
"QOCGUID": "de450e24-04b4-49d7-8661-3c1cc069443a",
"AgentQOCGUID": "6a917791-1a45-4826-a2f0-cbd218dcc1c1",
"OfficeQOCGUID": "1efc6191-2e7d-4f69-9a62-b0164dcb6784",
"Side": "Listing"
}
],
"TransactionReferrals": [
{
"TransactionQOCGUID": "c460d2e5-51ae-4208-90d8-eb808e40412e",
"QOCGUID": "692f9246-b864-4e74-8cfe-0392d21ebd7c",
"Side": "Listing",
"ResourceType": "Unknown",
"ContactSourceID": "sample string 3"
},
{
"TransactionQOCGUID": "c460d2e5-51ae-4208-90d8-eb808e40412e",
"QOCGUID": "692f9246-b864-4e74-8cfe-0392d21ebd7c",
"Side": "Listing",
"ResourceType": "Unknown",
"ContactSourceID": "sample string 3"
}
],
"TransactionContacts": [
{
"TransactionQOCGUID": "9b887ef9-d9b5-4f8e-95ef-8047984fea86",
"QOCGUID": "395fe8dc-6062-41e9-b953-f9c3119c6aeb",
"ContactType": "Unknown",
"SourceID": "sample string 3",
"Side": "Listing",
"ContactSourceID": "sample string 4"
},
{
"TransactionQOCGUID": "9b887ef9-d9b5-4f8e-95ef-8047984fea86",
"QOCGUID": "395fe8dc-6062-41e9-b953-f9c3119c6aeb",
"ContactType": "Unknown",
"SourceID": "sample string 3",
"Side": "Listing",
"ContactSourceID": "sample string 4"
}
],
"CommerialLeaseAgreement": {
"TransactionQOCGUID": "647f8989-8a7c-44b9-b3bf-46dd05893d86",
"QOCGUID": "597c34db-5da7-4fe9-bee5-12de03d0143b"
}
}
},
{
"PostStatus": "Successfully",
"Message": "sample string 1",
"SourceEntity": {
"BrokerageQOCID": "7d6ce685-704c-45a4-9f60-0d79bae54e84",
"ListingOfficeQOCID": "f646c2b2-0ff8-4abd-af94-dd0dfb49f056",
"BuyingOfficeQOCID": "3e531b60-cfab-4511-91b6-72a926271055",
"ListingQOCID": "481d4223-0b83-4af4-bebd-23a95f1b9d8e",
"SourceID": "sample string 2",
"QOCGUID": "088ee593-366e-44d3-9f83-0575c770ef1d",
"TransactionAgents": [
{
"TransactionQOCGUID": "1b6afa3e-44bd-4f23-8fcd-33ba5c20a9f1",
"QOCGUID": "de450e24-04b4-49d7-8661-3c1cc069443a",
"AgentQOCGUID": "6a917791-1a45-4826-a2f0-cbd218dcc1c1",
"OfficeQOCGUID": "1efc6191-2e7d-4f69-9a62-b0164dcb6784",
"Side": "Listing"
},
{
"TransactionQOCGUID": "1b6afa3e-44bd-4f23-8fcd-33ba5c20a9f1",
"QOCGUID": "de450e24-04b4-49d7-8661-3c1cc069443a",
"AgentQOCGUID": "6a917791-1a45-4826-a2f0-cbd218dcc1c1",
"OfficeQOCGUID": "1efc6191-2e7d-4f69-9a62-b0164dcb6784",
"Side": "Listing"
}
],
"TransactionReferrals": [
{
"TransactionQOCGUID": "c460d2e5-51ae-4208-90d8-eb808e40412e",
"QOCGUID": "692f9246-b864-4e74-8cfe-0392d21ebd7c",
"Side": "Listing",
"ResourceType": "Unknown",
"ContactSourceID": "sample string 3"
},
{
"TransactionQOCGUID": "c460d2e5-51ae-4208-90d8-eb808e40412e",
"QOCGUID": "692f9246-b864-4e74-8cfe-0392d21ebd7c",
"Side": "Listing",
"ResourceType": "Unknown",
"ContactSourceID": "sample string 3"
}
],
"TransactionContacts": [
{
"TransactionQOCGUID": "9b887ef9-d9b5-4f8e-95ef-8047984fea86",
"QOCGUID": "395fe8dc-6062-41e9-b953-f9c3119c6aeb",
"ContactType": "Unknown",
"SourceID": "sample string 3",
"Side": "Listing",
"ContactSourceID": "sample string 4"
},
{
"TransactionQOCGUID": "9b887ef9-d9b5-4f8e-95ef-8047984fea86",
"QOCGUID": "395fe8dc-6062-41e9-b953-f9c3119c6aeb",
"ContactType": "Unknown",
"SourceID": "sample string 3",
"Side": "Listing",
"ContactSourceID": "sample string 4"
}
],
"CommerialLeaseAgreement": {
"TransactionQOCGUID": "647f8989-8a7c-44b9-b3bf-46dd05893d86",
"QOCGUID": "597c34db-5da7-4fe9-bee5-12de03d0143b"
}
}
}
]
application/xml, text/xml
Sample:
<ArrayOfPostResultOfSimpleTransactionDTOvCGOl4Wv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.APIDTO">
<PostResultOfSimpleTransactionDTOvCGOl4Wv>
<Message>sample string 1</Message>
<PostStatus>Successfully</PostStatus>
<SourceEntity>
<BrokerageQOCID>7d6ce685-704c-45a4-9f60-0d79bae54e84</BrokerageQOCID>
<BuyingOfficeQOCID>3e531b60-cfab-4511-91b6-72a926271055</BuyingOfficeQOCID>
<CommerialLeaseAgreement>
<QOCGUID>597c34db-5da7-4fe9-bee5-12de03d0143b</QOCGUID>
<TransactionQOCGUID>647f8989-8a7c-44b9-b3bf-46dd05893d86</TransactionQOCGUID>
</CommerialLeaseAgreement>
<ListingOfficeQOCID>f646c2b2-0ff8-4abd-af94-dd0dfb49f056</ListingOfficeQOCID>
<ListingQOCID>481d4223-0b83-4af4-bebd-23a95f1b9d8e</ListingQOCID>
<QOCGUID>088ee593-366e-44d3-9f83-0575c770ef1d</QOCGUID>
<SourceID>sample string 2</SourceID>
<TransactionAgents>
<SimpleTransactionAgentDTO>
<AgentQOCGUID>6a917791-1a45-4826-a2f0-cbd218dcc1c1</AgentQOCGUID>
<OfficeQOCGUID>1efc6191-2e7d-4f69-9a62-b0164dcb6784</OfficeQOCGUID>
<QOCGUID>de450e24-04b4-49d7-8661-3c1cc069443a</QOCGUID>
<Side>Listing</Side>
<TransactionQOCGUID>1b6afa3e-44bd-4f23-8fcd-33ba5c20a9f1</TransactionQOCGUID>
</SimpleTransactionAgentDTO>
<SimpleTransactionAgentDTO>
<AgentQOCGUID>6a917791-1a45-4826-a2f0-cbd218dcc1c1</AgentQOCGUID>
<OfficeQOCGUID>1efc6191-2e7d-4f69-9a62-b0164dcb6784</OfficeQOCGUID>
<QOCGUID>de450e24-04b4-49d7-8661-3c1cc069443a</QOCGUID>
<Side>Listing</Side>
<TransactionQOCGUID>1b6afa3e-44bd-4f23-8fcd-33ba5c20a9f1</TransactionQOCGUID>
</SimpleTransactionAgentDTO>
</TransactionAgents>
<TransactionContacts>
<SimpleTransactionContactDTO>
<ContactSourceID>sample string 4</ContactSourceID>
<ContactType>Unknown</ContactType>
<QOCGUID>395fe8dc-6062-41e9-b953-f9c3119c6aeb</QOCGUID>
<Side>Listing</Side>
<SourceID>sample string 3</SourceID>
<TransactionQOCGUID>9b887ef9-d9b5-4f8e-95ef-8047984fea86</TransactionQOCGUID>
</SimpleTransactionContactDTO>
<SimpleTransactionContactDTO>
<ContactSourceID>sample string 4</ContactSourceID>
<ContactType>Unknown</ContactType>
<QOCGUID>395fe8dc-6062-41e9-b953-f9c3119c6aeb</QOCGUID>
<Side>Listing</Side>
<SourceID>sample string 3</SourceID>
<TransactionQOCGUID>9b887ef9-d9b5-4f8e-95ef-8047984fea86</TransactionQOCGUID>
</SimpleTransactionContactDTO>
</TransactionContacts>
<TransactionReferrals>
<SimpleTransactionReferralDTO>
<ContactSourceID>sample string 3</ContactSourceID>
<QOCGUID>692f9246-b864-4e74-8cfe-0392d21ebd7c</QOCGUID>
<ResourceType>Unknown</ResourceType>
<Side>Listing</Side>
<TransactionQOCGUID>c460d2e5-51ae-4208-90d8-eb808e40412e</TransactionQOCGUID>
</SimpleTransactionReferralDTO>
<SimpleTransactionReferralDTO>
<ContactSourceID>sample string 3</ContactSourceID>
<QOCGUID>692f9246-b864-4e74-8cfe-0392d21ebd7c</QOCGUID>
<ResourceType>Unknown</ResourceType>
<Side>Listing</Side>
<TransactionQOCGUID>c460d2e5-51ae-4208-90d8-eb808e40412e</TransactionQOCGUID>
</SimpleTransactionReferralDTO>
</TransactionReferrals>
</SourceEntity>
</PostResultOfSimpleTransactionDTOvCGOl4Wv>
<PostResultOfSimpleTransactionDTOvCGOl4Wv>
<Message>sample string 1</Message>
<PostStatus>Successfully</PostStatus>
<SourceEntity>
<BrokerageQOCID>7d6ce685-704c-45a4-9f60-0d79bae54e84</BrokerageQOCID>
<BuyingOfficeQOCID>3e531b60-cfab-4511-91b6-72a926271055</BuyingOfficeQOCID>
<CommerialLeaseAgreement>
<QOCGUID>597c34db-5da7-4fe9-bee5-12de03d0143b</QOCGUID>
<TransactionQOCGUID>647f8989-8a7c-44b9-b3bf-46dd05893d86</TransactionQOCGUID>
</CommerialLeaseAgreement>
<ListingOfficeQOCID>f646c2b2-0ff8-4abd-af94-dd0dfb49f056</ListingOfficeQOCID>
<ListingQOCID>481d4223-0b83-4af4-bebd-23a95f1b9d8e</ListingQOCID>
<QOCGUID>088ee593-366e-44d3-9f83-0575c770ef1d</QOCGUID>
<SourceID>sample string 2</SourceID>
<TransactionAgents>
<SimpleTransactionAgentDTO>
<AgentQOCGUID>6a917791-1a45-4826-a2f0-cbd218dcc1c1</AgentQOCGUID>
<OfficeQOCGUID>1efc6191-2e7d-4f69-9a62-b0164dcb6784</OfficeQOCGUID>
<QOCGUID>de450e24-04b4-49d7-8661-3c1cc069443a</QOCGUID>
<Side>Listing</Side>
<TransactionQOCGUID>1b6afa3e-44bd-4f23-8fcd-33ba5c20a9f1</TransactionQOCGUID>
</SimpleTransactionAgentDTO>
<SimpleTransactionAgentDTO>
<AgentQOCGUID>6a917791-1a45-4826-a2f0-cbd218dcc1c1</AgentQOCGUID>
<OfficeQOCGUID>1efc6191-2e7d-4f69-9a62-b0164dcb6784</OfficeQOCGUID>
<QOCGUID>de450e24-04b4-49d7-8661-3c1cc069443a</QOCGUID>
<Side>Listing</Side>
<TransactionQOCGUID>1b6afa3e-44bd-4f23-8fcd-33ba5c20a9f1</TransactionQOCGUID>
</SimpleTransactionAgentDTO>
</TransactionAgents>
<TransactionContacts>
<SimpleTransactionContactDTO>
<ContactSourceID>sample string 4</ContactSourceID>
<ContactType>Unknown</ContactType>
<QOCGUID>395fe8dc-6062-41e9-b953-f9c3119c6aeb</QOCGUID>
<Side>Listing</Side>
<SourceID>sample string 3</SourceID>
<TransactionQOCGUID>9b887ef9-d9b5-4f8e-95ef-8047984fea86</TransactionQOCGUID>
</SimpleTransactionContactDTO>
<SimpleTransactionContactDTO>
<ContactSourceID>sample string 4</ContactSourceID>
<ContactType>Unknown</ContactType>
<QOCGUID>395fe8dc-6062-41e9-b953-f9c3119c6aeb</QOCGUID>
<Side>Listing</Side>
<SourceID>sample string 3</SourceID>
<TransactionQOCGUID>9b887ef9-d9b5-4f8e-95ef-8047984fea86</TransactionQOCGUID>
</SimpleTransactionContactDTO>
</TransactionContacts>
<TransactionReferrals>
<SimpleTransactionReferralDTO>
<ContactSourceID>sample string 3</ContactSourceID>
<QOCGUID>692f9246-b864-4e74-8cfe-0392d21ebd7c</QOCGUID>
<ResourceType>Unknown</ResourceType>
<Side>Listing</Side>
<TransactionQOCGUID>c460d2e5-51ae-4208-90d8-eb808e40412e</TransactionQOCGUID>
</SimpleTransactionReferralDTO>
<SimpleTransactionReferralDTO>
<ContactSourceID>sample string 3</ContactSourceID>
<QOCGUID>692f9246-b864-4e74-8cfe-0392d21ebd7c</QOCGUID>
<ResourceType>Unknown</ResourceType>
<Side>Listing</Side>
<TransactionQOCGUID>c460d2e5-51ae-4208-90d8-eb808e40412e</TransactionQOCGUID>
</SimpleTransactionReferralDTO>
</TransactionReferrals>
</SourceEntity>
</PostResultOfSimpleTransactionDTOvCGOl4Wv>
</ArrayOfPostResultOfSimpleTransactionDTOvCGOl4Wv>