PUT api/transactions/PutTransaction
Request Information
URI Parameters
None.
Body Parameters
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": "a5a15855-8f81-4865-9e14-403c39d19762",
"ListingOfficeQOCID": "fd4b27b8-5a35-4cc4-aca8-67fd26000ef9",
"BuyingOfficeQOCID": "1a589d17-fd74-4a33-a165-dbe7c6de9919",
"ListingQOCID": "62427fd4-a53d-4ef1-8b0e-6ba5a012499d",
"SourceSystem": "sample string 2",
"SourceID": "sample string 3",
"PropertyInfoID": 4,
"QOCGUID": "4556661f-3cb5-4d4e-b8eb-52af65a5ad96",
"TransStatus": "Cancelled",
"EffectiveDate": "2026-07-28T11:42:11.7716714+00:00",
"CancelledDate": "2026-07-28T11:42:11.7716714+00:00",
"DeletedDate": "2026-07-28T11:42:11.7716714+00:00",
"EstimatedCloseDate": "2026-07-28T11:42:11.7716714+00:00",
"ClosedDate": "2026-07-28T11:42:11.7716714+00:00",
"PaidDate": "2026-07-28T11:42:11.7716714+00:00",
"ExceptionDate": "2026-07-28T11:42:11.7716714+00:00",
"TranGroup": "Residential",
"TranType": "Sales",
"TRSubTypeCode": "sample string 6",
"TranSide": "Listing",
"IsFirm": true,
"FirmDate": "2026-07-28T11:42:11.7716714+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-07-28T11:42:11.7716714+00:00",
"LastModifiedDate": "2026-07-28T11:42:11.7716714+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": "ceb7cdc3-d778-4872-b0f2-2e1e6215362d",
"QOCGUID": "dd8466d5-b4cd-43e8-bdaa-cc0cf100c982",
"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-07-28T11:42:11.7716714+00:00",
"AgreementExpireDate": "2026-07-28T11:42:11.7716714+00:00",
"CommencementDate": "2026-07-28T11:42:11.7716714+00:00",
"TerminationDate": "2026-07-28T11:42:11.7716714+00:00",
"LeaseValue": 1.0,
"LandlordContribution": 1.0,
"CommissionFee": 1.0,
"CommissionRate": 1.0,
"NumberOfPayments": 1,
"AgreementStatus": 0,
"CreateDate": "2026-07-28T11:42:11.7716714+00:00",
"LastModifiedDate": "2026-07-28T11:42:11.7716714+00:00",
"CommerialLeaseAgreementPaymentReceiveds": [
{
"PaymentReceived": 1.0,
"DateReceived": "2026-07-28T11:42:11.7716714+00:00"
},
{
"PaymentReceived": 1.0,
"DateReceived": "2026-07-28T11:42:11.7716714+00:00"
}
],
"CommerialLeaseAgreementPaymentSchedules": [
{
"SequenceNumber": 1,
"AmountDue": 1.0,
"PercentageDue": 1.0,
"PaymentDueDate": "2026-07-28T11:42:11.7716714+00:00"
},
{
"SequenceNumber": 1,
"AmountDue": 1.0,
"PercentageDue": 1.0,
"PaymentDueDate": "2026-07-28T11:42:11.7716714+00:00"
}
]
},
"TransactionAgents": [
{
"TransactionQOCGUID": "c01f7897-4815-4342-9bfc-1518c937a8c4",
"QOCGUID": "037a1b8b-b451-4bca-8501-76aaa742301f",
"AgentQOCGUID": "e32ddb18-660b-415a-8030-d4125eb49499",
"OfficeQOCGUID": "30aea01b-6493-406d-90d2-4a913caab7ba",
"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-07-28T11:42:11.7716714+00:00",
"LastModifiedDate": "2026-07-28T11:42:11.7716714+00:00",
"AgentEmail": "sample string 6",
"TransactionAgentManagerOverrides": [
{
"TransactionAgentQOCGUID": "177c5b58-9c4e-44c4-ac7e-111322c80314",
"ManagerAgentQOCGUID": "12d5472d-48a7-44d9-9257-69bb4ae5c627",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
},
{
"TransactionAgentQOCGUID": "177c5b58-9c4e-44c4-ac7e-111322c80314",
"ManagerAgentQOCGUID": "12d5472d-48a7-44d9-9257-69bb4ae5c627",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
}
],
"TransactionAgentOtherFees": [
{
"TransactionAgentQOCGUID": "9380891a-6f0b-483a-8584-154d05577db3",
"FeeName": "sample string 2",
"FeeType": "PreSplit",
"FeeAmount": 1.0,
"FeeTax": 1.0,
"Pct": 1.0,
"RefSource": "sample string 3",
"IsCompanyDollar": true,
"TaxExempt": true
},
{
"TransactionAgentQOCGUID": "9380891a-6f0b-483a-8584-154d05577db3",
"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": "a36947d5-ff2d-4afb-9cb6-dde8f5111e0b",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
},
{
"TransactionAgentQOCGUID": "a36947d5-ff2d-4afb-9cb6-dde8f5111e0b",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
}
]
},
{
"TransactionQOCGUID": "c01f7897-4815-4342-9bfc-1518c937a8c4",
"QOCGUID": "037a1b8b-b451-4bca-8501-76aaa742301f",
"AgentQOCGUID": "e32ddb18-660b-415a-8030-d4125eb49499",
"OfficeQOCGUID": "30aea01b-6493-406d-90d2-4a913caab7ba",
"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-07-28T11:42:11.7716714+00:00",
"LastModifiedDate": "2026-07-28T11:42:11.7716714+00:00",
"AgentEmail": "sample string 6",
"TransactionAgentManagerOverrides": [
{
"TransactionAgentQOCGUID": "177c5b58-9c4e-44c4-ac7e-111322c80314",
"ManagerAgentQOCGUID": "12d5472d-48a7-44d9-9257-69bb4ae5c627",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
},
{
"TransactionAgentQOCGUID": "177c5b58-9c4e-44c4-ac7e-111322c80314",
"ManagerAgentQOCGUID": "12d5472d-48a7-44d9-9257-69bb4ae5c627",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
}
],
"TransactionAgentOtherFees": [
{
"TransactionAgentQOCGUID": "9380891a-6f0b-483a-8584-154d05577db3",
"FeeName": "sample string 2",
"FeeType": "PreSplit",
"FeeAmount": 1.0,
"FeeTax": 1.0,
"Pct": 1.0,
"RefSource": "sample string 3",
"IsCompanyDollar": true,
"TaxExempt": true
},
{
"TransactionAgentQOCGUID": "9380891a-6f0b-483a-8584-154d05577db3",
"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": "a36947d5-ff2d-4afb-9cb6-dde8f5111e0b",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
},
{
"TransactionAgentQOCGUID": "a36947d5-ff2d-4afb-9cb6-dde8f5111e0b",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
}
]
}
],
"TransactionContacts": [
{
"TransactionQOCGUID": "d542da9d-a029-4e90-9621-05817f0a86d2",
"QOCGUID": "fca4cdff-8bd9-4311-85cf-ed3d666e7ce3",
"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": "d542da9d-a029-4e90-9621-05817f0a86d2",
"QOCGUID": "fca4cdff-8bd9-4311-85cf-ed3d666e7ce3",
"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": "47b322bf-be36-4cee-81b1-76efb6d77c9b",
"QOCGUID": "982b7bbd-41d3-41a8-a069-20e4ae30f768",
"Side": "Listing",
"ResourceType": "Unknown",
"RefAmount": 1.0,
"RefTax": 1.0,
"RefSource": "sample string 3",
"ReferralBrandType": "BHHS",
"RefNetworkTypeCode": "sample string 4",
"RefDate": "2026-07-28T11:42:11.7716714+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": "47b322bf-be36-4cee-81b1-76efb6d77c9b",
"QOCGUID": "982b7bbd-41d3-41a8-a069-20e4ae30f768",
"Side": "Listing",
"ResourceType": "Unknown",
"RefAmount": 1.0,
"RefTax": 1.0,
"RefSource": "sample string 3",
"ReferralBrandType": "BHHS",
"RefNetworkTypeCode": "sample string 4",
"RefDate": "2026-07-28T11:42:11.7716714+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-07-28T11:42:11.7716714+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:
<TransactionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.DTO">
<Address1>sample string 28</Address1>
<Address2>sample string 29</Address2>
<AgentEmail>sample string 11</AgentEmail>
<BrokerageQOCID>a5a15855-8f81-4865-9e14-403c39d19762</BrokerageQOCID>
<BuildingClass>sample string 15</BuildingClass>
<BuildingFloorNumber>sample string 23</BuildingFloorNumber>
<BuyingAgentMLSAmount>1</BuyingAgentMLSAmount>
<BuyingMLSAmount>1</BuyingMLSAmount>
<BuyingMLSDiscount>1</BuyingMLSDiscount>
<BuyingMLSTax>1</BuyingMLSTax>
<BuyingOfficeQOCID>1a589d17-fd74-4a33-a165-dbe7c6de9919</BuyingOfficeQOCID>
<BuyingShareOtherIncome>1</BuyingShareOtherIncome>
<BuyingShareOtherIncomeTax>1</BuyingShareOtherIncomeTax>
<BuyingUnshareOtherIncome>1</BuyingUnshareOtherIncome>
<BuyingUnshareOtherIncomeTax>1</BuyingUnshareOtherIncomeTax>
<CancelledDate>2026-07-28T11:42:11.7716714+00:00</CancelledDate>
<City>sample string 24</City>
<ClosedDate>2026-07-28T11:42:11.7716714+00:00</ClosedDate>
<CommerialLeaseAgreement>
<AgreementDate>2026-07-28T11:42:11.7716714+00:00</AgreementDate>
<AgreementExpireDate>2026-07-28T11:42:11.7716714+00:00</AgreementExpireDate>
<AgreementStatus>Agreement</AgreementStatus>
<CommencementDate>2026-07-28T11:42:11.7716714+00:00</CommencementDate>
<CommerialLeaseAgreementPaymentReceiveds>
<CommerialLeaseAgreementPaymentReceivedDTO>
<DateReceived>2026-07-28T11:42:11.7716714+00:00</DateReceived>
<PaymentReceived>1</PaymentReceived>
</CommerialLeaseAgreementPaymentReceivedDTO>
<CommerialLeaseAgreementPaymentReceivedDTO>
<DateReceived>2026-07-28T11:42:11.7716714+00:00</DateReceived>
<PaymentReceived>1</PaymentReceived>
</CommerialLeaseAgreementPaymentReceivedDTO>
</CommerialLeaseAgreementPaymentReceiveds>
<CommerialLeaseAgreementPaymentSchedules>
<CommerialLeaseAgreementPaymentScheduleDTO>
<AmountDue>1</AmountDue>
<PaymentDueDate>2026-07-28T11:42:11.7716714+00:00</PaymentDueDate>
<PercentageDue>1</PercentageDue>
<SequenceNumber>1</SequenceNumber>
</CommerialLeaseAgreementPaymentScheduleDTO>
<CommerialLeaseAgreementPaymentScheduleDTO>
<AmountDue>1</AmountDue>
<PaymentDueDate>2026-07-28T11:42:11.7716714+00:00</PaymentDueDate>
<PercentageDue>1</PercentageDue>
<SequenceNumber>1</SequenceNumber>
</CommerialLeaseAgreementPaymentScheduleDTO>
</CommerialLeaseAgreementPaymentSchedules>
<CommissionFee>1</CommissionFee>
<CommissionRate>1</CommissionRate>
<CooperatingBroker>sample string 3</CooperatingBroker>
<CreateDate>2026-07-28T11:42:11.7716714+00:00</CreateDate>
<IsSubLease>true</IsSubLease>
<LandlordContribution>1</LandlordContribution>
<LastModifiedDate>2026-07-28T11:42:11.7716714+00:00</LastModifiedDate>
<LeaseSqareFootage>1</LeaseSqareFootage>
<LeaseTerm>1</LeaseTerm>
<LeaseValue>1</LeaseValue>
<NumberOfPayments>1</NumberOfPayments>
<PartialMonthTerm>1</PartialMonthTerm>
<QOCGUID>dd8466d5-b4cd-43e8-bdaa-cc0cf100c982</QOCGUID>
<RatePerSquareFeet>1</RatePerSquareFeet>
<RatePeriod>1</RatePeriod>
<Renewable>true</Renewable>
<RepresentLandlord>true</RepresentLandlord>
<RepresentTenant>true</RepresentTenant>
<TerminationDate>2026-07-28T11:42:11.7716714+00:00</TerminationDate>
<TransactionQOCGUID>ceb7cdc3-d778-4872-b0f2-2e1e6215362d</TransactionQOCGUID>
</CommerialLeaseAgreement>
<Country>sample string 27</Country>
<CreateDate>2026-07-28T11:42:11.7716714+00:00</CreateDate>
<DeletedDate>2026-07-28T11:42:11.7716714+00:00</DeletedDate>
<EffectiveDate>2026-07-28T11:42:11.7716714+00:00</EffectiveDate>
<EstimatedCloseDate>2026-07-28T11:42:11.7716714+00:00</EstimatedCloseDate>
<ExceptionDate>2026-07-28T11:42:11.7716714+00:00</ExceptionDate>
<FirmDate>2026-07-28T11:42:11.7716714+00:00</FirmDate>
<GrossComm>1</GrossComm>
<GrossTax>1</GrossTax>
<IsBuyerRepAgreement>true</IsBuyerRepAgreement>
<IsExcludeFromFranchiseIntegra>true</IsExcludeFromFranchiseIntegra>
<IsFirm>true</IsFirm>
<IsSideTrans>true</IsSideTrans>
<LastModifiedDate>2026-07-28T11:42:11.7716714+00:00</LastModifiedDate>
<ListingAgentMLSAmount>1</ListingAgentMLSAmount>
<ListingComm>1</ListingComm>
<ListingMLSAmount>1</ListingMLSAmount>
<ListingMLSDiscount>1</ListingMLSDiscount>
<ListingMLSTax>1</ListingMLSTax>
<ListingOfficeQOCID>fd4b27b8-5a35-4cc4-aca8-67fd26000ef9</ListingOfficeQOCID>
<ListingPct>1</ListingPct>
<ListingPrice>1</ListingPrice>
<ListingQOCID>62427fd4-a53d-4ef1-8b0e-6ba5a012499d</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-07-28T11:42:11.7716714+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>4556661f-3cb5-4d4e-b8eb-52af65a5ad96</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>e32ddb18-660b-415a-8030-d4125eb49499</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-07-28T11:42:11.7716714+00:00</CreateDate>
<ExcludeFromHistory>true</ExcludeFromHistory>
<GrossComm>1</GrossComm>
<GrossTax>1</GrossTax>
<IsPrimary>true</IsPrimary>
<LastModifiedDate>2026-07-28T11:42:11.7716714+00:00</LastModifiedDate>
<MLSAmount>1</MLSAmount>
<MLSDiscount>1</MLSDiscount>
<MLSTax>1</MLSTax>
<OfficeQOCGUID>30aea01b-6493-406d-90d2-4a913caab7ba</OfficeQOCGUID>
<Pct>1</Pct>
<QOCGUID>037a1b8b-b451-4bca-8501-76aaa742301f</QOCGUID>
<ReferralAmount>1</ReferralAmount>
<ReferralTax>1</ReferralTax>
<Side>Listing</Side>
<TransactionAgentManagerOverrides>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>12d5472d-48a7-44d9-9257-69bb4ae5c627</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>177c5b58-9c4e-44c4-ac7e-111322c80314</TransactionAgentQOCGUID>
</TransactionAgentManagerOverrideDTO>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>12d5472d-48a7-44d9-9257-69bb4ae5c627</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>177c5b58-9c4e-44c4-ac7e-111322c80314</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>9380891a-6f0b-483a-8584-154d05577db3</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>9380891a-6f0b-483a-8584-154d05577db3</TransactionAgentQOCGUID>
</TransactionAgentOtherFeeDTO>
</TransactionAgentOtherFees>
<TransactionAgentWithholdings>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>a36947d5-ff2d-4afb-9cb6-dde8f5111e0b</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>a36947d5-ff2d-4afb-9cb6-dde8f5111e0b</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
</TransactionAgentWithholdings>
<TransactionQOCGUID>c01f7897-4815-4342-9bfc-1518c937a8c4</TransactionQOCGUID>
</TransactionAgentDTO>
<TransactionAgentDTO>
<AdjustGross>1</AdjustGross>
<AdjustGrossTax>1</AdjustGrossTax>
<AgentComm>1</AgentComm>
<AgentEmail>sample string 6</AgentEmail>
<AgentMLSAmount>1</AgentMLSAmount>
<AgentQOCGUID>e32ddb18-660b-415a-8030-d4125eb49499</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-07-28T11:42:11.7716714+00:00</CreateDate>
<ExcludeFromHistory>true</ExcludeFromHistory>
<GrossComm>1</GrossComm>
<GrossTax>1</GrossTax>
<IsPrimary>true</IsPrimary>
<LastModifiedDate>2026-07-28T11:42:11.7716714+00:00</LastModifiedDate>
<MLSAmount>1</MLSAmount>
<MLSDiscount>1</MLSDiscount>
<MLSTax>1</MLSTax>
<OfficeQOCGUID>30aea01b-6493-406d-90d2-4a913caab7ba</OfficeQOCGUID>
<Pct>1</Pct>
<QOCGUID>037a1b8b-b451-4bca-8501-76aaa742301f</QOCGUID>
<ReferralAmount>1</ReferralAmount>
<ReferralTax>1</ReferralTax>
<Side>Listing</Side>
<TransactionAgentManagerOverrides>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>12d5472d-48a7-44d9-9257-69bb4ae5c627</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>177c5b58-9c4e-44c4-ac7e-111322c80314</TransactionAgentQOCGUID>
</TransactionAgentManagerOverrideDTO>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>12d5472d-48a7-44d9-9257-69bb4ae5c627</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>177c5b58-9c4e-44c4-ac7e-111322c80314</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>9380891a-6f0b-483a-8584-154d05577db3</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>9380891a-6f0b-483a-8584-154d05577db3</TransactionAgentQOCGUID>
</TransactionAgentOtherFeeDTO>
</TransactionAgentOtherFees>
<TransactionAgentWithholdings>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>a36947d5-ff2d-4afb-9cb6-dde8f5111e0b</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>a36947d5-ff2d-4afb-9cb6-dde8f5111e0b</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
</TransactionAgentWithholdings>
<TransactionQOCGUID>c01f7897-4815-4342-9bfc-1518c937a8c4</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>fca4cdff-8bd9-4311-85cf-ed3d666e7ce3</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>d542da9d-a029-4e90-9621-05817f0a86d2</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>fca4cdff-8bd9-4311-85cf-ed3d666e7ce3</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>d542da9d-a029-4e90-9621-05817f0a86d2</TransactionQOCGUID>
</TransactionContactDTO>
</TransactionContacts>
<TransactionListing>
<AllowMapping>true</AllowMapping>
<BedroomCount>1</BedroomCount>
<CommZoning>sample string 4</CommZoning>
<FullBathCount>1</FullBathCount>
<HalfBathCount>1</HalfBathCount>
<ListingDate>2026-07-28T11:42:11.7716714+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>982b7bbd-41d3-41a8-a069-20e4ae30f768</QOCGUID>
<RefAmount>1</RefAmount>
<RefDate>2026-07-28T11:42:11.7716714+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>47b322bf-be36-4cee-81b1-76efb6d77c9b</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>982b7bbd-41d3-41a8-a069-20e4ae30f768</QOCGUID>
<RefAmount>1</RefAmount>
<RefDate>2026-07-28T11:42:11.7716714+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>47b322bf-be36-4cee-81b1-76efb6d77c9b</TransactionQOCGUID>
</TransactionReferralDTO>
</TransactionReferrals>
</TransactionDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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": "5752d020-9e90-42b0-9c0a-c5609587494d",
"ListingOfficeQOCID": "e807ec80-190c-4b45-ad94-7f8abf813546",
"BuyingOfficeQOCID": "75c3cca3-c979-4c3b-979d-4b5bc7f41b31",
"ListingQOCID": "7fcf8b22-ec4a-422e-864b-e38355f0eb58",
"SourceID": "sample string 2",
"QOCGUID": "d6098812-7a8e-4346-8196-2a7cf13c5ba7",
"TransactionAgents": [
{
"TransactionQOCGUID": "e37db57a-8e43-4489-80a0-aabd60c56b5a",
"QOCGUID": "301bc17f-19a3-4cbc-9171-b3aee7034a77",
"AgentQOCGUID": "3068a866-9fb9-42c7-a45f-8e6dae4a8f91",
"OfficeQOCGUID": "4ddd69eb-9c39-4e8b-beee-40c6d0c3c83d",
"Side": "Listing"
},
{
"TransactionQOCGUID": "e37db57a-8e43-4489-80a0-aabd60c56b5a",
"QOCGUID": "301bc17f-19a3-4cbc-9171-b3aee7034a77",
"AgentQOCGUID": "3068a866-9fb9-42c7-a45f-8e6dae4a8f91",
"OfficeQOCGUID": "4ddd69eb-9c39-4e8b-beee-40c6d0c3c83d",
"Side": "Listing"
}
],
"TransactionReferrals": [
{
"TransactionQOCGUID": "5723bc1f-6eff-46ab-ae6c-5aa0b5c62b35",
"QOCGUID": "968dbd58-c8dc-45a3-8b87-1128e8ee915a",
"Side": "Listing",
"ResourceType": "Unknown",
"ContactSourceID": "sample string 3"
},
{
"TransactionQOCGUID": "5723bc1f-6eff-46ab-ae6c-5aa0b5c62b35",
"QOCGUID": "968dbd58-c8dc-45a3-8b87-1128e8ee915a",
"Side": "Listing",
"ResourceType": "Unknown",
"ContactSourceID": "sample string 3"
}
],
"TransactionContacts": [
{
"TransactionQOCGUID": "374022c4-10a9-4768-8ca7-8f076b7a17fd",
"QOCGUID": "ba803032-037e-4d8d-b45d-c324e8dc0eed",
"ContactType": "Unknown",
"SourceID": "sample string 3",
"Side": "Listing",
"ContactSourceID": "sample string 4"
},
{
"TransactionQOCGUID": "374022c4-10a9-4768-8ca7-8f076b7a17fd",
"QOCGUID": "ba803032-037e-4d8d-b45d-c324e8dc0eed",
"ContactType": "Unknown",
"SourceID": "sample string 3",
"Side": "Listing",
"ContactSourceID": "sample string 4"
}
],
"CommerialLeaseAgreement": {
"TransactionQOCGUID": "3ec2461d-7fc7-421f-96c9-9138de5bb0cc",
"QOCGUID": "92c89485-2f8e-4053-b0b3-aa51b377202a"
}
}
}
application/xml, text/xml
Sample:
<PostResultOfSimpleTransactionDTOvCGOl4Wv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.APIDTO">
<Message>sample string 1</Message>
<PostStatus>Successfully</PostStatus>
<SourceEntity>
<BrokerageQOCID>5752d020-9e90-42b0-9c0a-c5609587494d</BrokerageQOCID>
<BuyingOfficeQOCID>75c3cca3-c979-4c3b-979d-4b5bc7f41b31</BuyingOfficeQOCID>
<CommerialLeaseAgreement>
<QOCGUID>92c89485-2f8e-4053-b0b3-aa51b377202a</QOCGUID>
<TransactionQOCGUID>3ec2461d-7fc7-421f-96c9-9138de5bb0cc</TransactionQOCGUID>
</CommerialLeaseAgreement>
<ListingOfficeQOCID>e807ec80-190c-4b45-ad94-7f8abf813546</ListingOfficeQOCID>
<ListingQOCID>7fcf8b22-ec4a-422e-864b-e38355f0eb58</ListingQOCID>
<QOCGUID>d6098812-7a8e-4346-8196-2a7cf13c5ba7</QOCGUID>
<SourceID>sample string 2</SourceID>
<TransactionAgents>
<SimpleTransactionAgentDTO>
<AgentQOCGUID>3068a866-9fb9-42c7-a45f-8e6dae4a8f91</AgentQOCGUID>
<OfficeQOCGUID>4ddd69eb-9c39-4e8b-beee-40c6d0c3c83d</OfficeQOCGUID>
<QOCGUID>301bc17f-19a3-4cbc-9171-b3aee7034a77</QOCGUID>
<Side>Listing</Side>
<TransactionQOCGUID>e37db57a-8e43-4489-80a0-aabd60c56b5a</TransactionQOCGUID>
</SimpleTransactionAgentDTO>
<SimpleTransactionAgentDTO>
<AgentQOCGUID>3068a866-9fb9-42c7-a45f-8e6dae4a8f91</AgentQOCGUID>
<OfficeQOCGUID>4ddd69eb-9c39-4e8b-beee-40c6d0c3c83d</OfficeQOCGUID>
<QOCGUID>301bc17f-19a3-4cbc-9171-b3aee7034a77</QOCGUID>
<Side>Listing</Side>
<TransactionQOCGUID>e37db57a-8e43-4489-80a0-aabd60c56b5a</TransactionQOCGUID>
</SimpleTransactionAgentDTO>
</TransactionAgents>
<TransactionContacts>
<SimpleTransactionContactDTO>
<ContactSourceID>sample string 4</ContactSourceID>
<ContactType>Unknown</ContactType>
<QOCGUID>ba803032-037e-4d8d-b45d-c324e8dc0eed</QOCGUID>
<Side>Listing</Side>
<SourceID>sample string 3</SourceID>
<TransactionQOCGUID>374022c4-10a9-4768-8ca7-8f076b7a17fd</TransactionQOCGUID>
</SimpleTransactionContactDTO>
<SimpleTransactionContactDTO>
<ContactSourceID>sample string 4</ContactSourceID>
<ContactType>Unknown</ContactType>
<QOCGUID>ba803032-037e-4d8d-b45d-c324e8dc0eed</QOCGUID>
<Side>Listing</Side>
<SourceID>sample string 3</SourceID>
<TransactionQOCGUID>374022c4-10a9-4768-8ca7-8f076b7a17fd</TransactionQOCGUID>
</SimpleTransactionContactDTO>
</TransactionContacts>
<TransactionReferrals>
<SimpleTransactionReferralDTO>
<ContactSourceID>sample string 3</ContactSourceID>
<QOCGUID>968dbd58-c8dc-45a3-8b87-1128e8ee915a</QOCGUID>
<ResourceType>Unknown</ResourceType>
<Side>Listing</Side>
<TransactionQOCGUID>5723bc1f-6eff-46ab-ae6c-5aa0b5c62b35</TransactionQOCGUID>
</SimpleTransactionReferralDTO>
<SimpleTransactionReferralDTO>
<ContactSourceID>sample string 3</ContactSourceID>
<QOCGUID>968dbd58-c8dc-45a3-8b87-1128e8ee915a</QOCGUID>
<ResourceType>Unknown</ResourceType>
<Side>Listing</Side>
<TransactionQOCGUID>5723bc1f-6eff-46ab-ae6c-5aa0b5c62b35</TransactionQOCGUID>
</SimpleTransactionReferralDTO>
</TransactionReferrals>
</SourceEntity>
</PostResultOfSimpleTransactionDTOvCGOl4Wv>