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": "c0b3c924-67d1-4534-aa2d-15c5087d6eb0",
"ListingOfficeQOCID": "465e345c-99e5-4ef9-b61e-46db74515714",
"BuyingOfficeQOCID": "e3267712-7162-4c3f-91d7-9d978c9be495",
"ListingQOCID": "c7351936-cadd-4f8e-baaa-5975467103c7",
"SourceSystem": "sample string 2",
"SourceID": "sample string 3",
"PropertyInfoID": 4,
"QOCGUID": "463ee9ab-092f-493e-8083-866e1e356570",
"TransStatus": "Cancelled",
"EffectiveDate": "2026-05-08T00:44:42.8305886+00:00",
"CancelledDate": "2026-05-08T00:44:42.8305886+00:00",
"DeletedDate": "2026-05-08T00:44:42.8305886+00:00",
"EstimatedCloseDate": "2026-05-08T00:44:42.8305886+00:00",
"ClosedDate": "2026-05-08T00:44:42.8305886+00:00",
"PaidDate": "2026-05-08T00:44:42.8305886+00:00",
"ExceptionDate": "2026-05-08T00:44:42.8305886+00:00",
"TranGroup": "Residential",
"TranType": "Sales",
"TRSubTypeCode": "sample string 6",
"TranSide": "Listing",
"IsFirm": true,
"FirmDate": "2026-05-08T00:44:42.8305886+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:44:42.8305886+00:00",
"LastModifiedDate": "2026-05-08T00:44:42.8305886+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": "1be52665-5971-4fc0-8891-fb51256918a5",
"QOCGUID": "741a96db-2f83-41ee-862b-727304742245",
"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:44:42.8305886+00:00",
"AgreementExpireDate": "2026-05-08T00:44:42.8305886+00:00",
"CommencementDate": "2026-05-08T00:44:42.8305886+00:00",
"TerminationDate": "2026-05-08T00:44:42.8305886+00:00",
"LeaseValue": 1.0,
"LandlordContribution": 1.0,
"CommissionFee": 1.0,
"CommissionRate": 1.0,
"NumberOfPayments": 1,
"AgreementStatus": 0,
"CreateDate": "2026-05-08T00:44:42.8305886+00:00",
"LastModifiedDate": "2026-05-08T00:44:42.8305886+00:00",
"CommerialLeaseAgreementPaymentReceiveds": [
{
"PaymentReceived": 1.0,
"DateReceived": "2026-05-08T00:44:42.8305886+00:00"
},
{
"PaymentReceived": 1.0,
"DateReceived": "2026-05-08T00:44:42.8305886+00:00"
}
],
"CommerialLeaseAgreementPaymentSchedules": [
{
"SequenceNumber": 1,
"AmountDue": 1.0,
"PercentageDue": 1.0,
"PaymentDueDate": "2026-05-08T00:44:42.8305886+00:00"
},
{
"SequenceNumber": 1,
"AmountDue": 1.0,
"PercentageDue": 1.0,
"PaymentDueDate": "2026-05-08T00:44:42.8305886+00:00"
}
]
},
"TransactionAgents": [
{
"TransactionQOCGUID": "f0fa21f1-07e5-4071-844f-cb002328894d",
"QOCGUID": "7d1da614-ca91-4067-8766-9318db7786ae",
"AgentQOCGUID": "8da3f19c-f56c-4d05-b92b-3636cc3c5e4a",
"OfficeQOCGUID": "0d59ee13-4e40-4c7d-8a4e-7ba13a805340",
"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:44:42.8305886+00:00",
"LastModifiedDate": "2026-05-08T00:44:42.8305886+00:00",
"AgentEmail": "sample string 6",
"TransactionAgentManagerOverrides": [
{
"TransactionAgentQOCGUID": "e0a6f268-8dd0-49e2-958a-e09714bf66e8",
"ManagerAgentQOCGUID": "ace54c32-a248-4976-8c41-653be68d5bab",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
},
{
"TransactionAgentQOCGUID": "e0a6f268-8dd0-49e2-958a-e09714bf66e8",
"ManagerAgentQOCGUID": "ace54c32-a248-4976-8c41-653be68d5bab",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
}
],
"TransactionAgentOtherFees": [
{
"TransactionAgentQOCGUID": "e66dba64-7abe-4c98-abcb-afe7a936484a",
"FeeName": "sample string 2",
"FeeType": "PreSplit",
"FeeAmount": 1.0,
"FeeTax": 1.0,
"Pct": 1.0,
"RefSource": "sample string 3",
"IsCompanyDollar": true,
"TaxExempt": true
},
{
"TransactionAgentQOCGUID": "e66dba64-7abe-4c98-abcb-afe7a936484a",
"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": "5ba013e3-2242-483a-88a0-697bce54f929",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
},
{
"TransactionAgentQOCGUID": "5ba013e3-2242-483a-88a0-697bce54f929",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
}
]
},
{
"TransactionQOCGUID": "f0fa21f1-07e5-4071-844f-cb002328894d",
"QOCGUID": "7d1da614-ca91-4067-8766-9318db7786ae",
"AgentQOCGUID": "8da3f19c-f56c-4d05-b92b-3636cc3c5e4a",
"OfficeQOCGUID": "0d59ee13-4e40-4c7d-8a4e-7ba13a805340",
"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:44:42.8305886+00:00",
"LastModifiedDate": "2026-05-08T00:44:42.8305886+00:00",
"AgentEmail": "sample string 6",
"TransactionAgentManagerOverrides": [
{
"TransactionAgentQOCGUID": "e0a6f268-8dd0-49e2-958a-e09714bf66e8",
"ManagerAgentQOCGUID": "ace54c32-a248-4976-8c41-653be68d5bab",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
},
{
"TransactionAgentQOCGUID": "e0a6f268-8dd0-49e2-958a-e09714bf66e8",
"ManagerAgentQOCGUID": "ace54c32-a248-4976-8c41-653be68d5bab",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
}
],
"TransactionAgentOtherFees": [
{
"TransactionAgentQOCGUID": "e66dba64-7abe-4c98-abcb-afe7a936484a",
"FeeName": "sample string 2",
"FeeType": "PreSplit",
"FeeAmount": 1.0,
"FeeTax": 1.0,
"Pct": 1.0,
"RefSource": "sample string 3",
"IsCompanyDollar": true,
"TaxExempt": true
},
{
"TransactionAgentQOCGUID": "e66dba64-7abe-4c98-abcb-afe7a936484a",
"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": "5ba013e3-2242-483a-88a0-697bce54f929",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
},
{
"TransactionAgentQOCGUID": "5ba013e3-2242-483a-88a0-697bce54f929",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
}
]
}
],
"TransactionContacts": [
{
"TransactionQOCGUID": "63d63ca8-49de-4e4d-93b8-f5e2722feafd",
"QOCGUID": "73a7530b-c8cc-4e25-984b-712d077c0d3e",
"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": "63d63ca8-49de-4e4d-93b8-f5e2722feafd",
"QOCGUID": "73a7530b-c8cc-4e25-984b-712d077c0d3e",
"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": "8e90f49d-fb2b-4232-80b7-d390631d45ed",
"QOCGUID": "ba85ec20-7def-4db1-87ae-9a8c059c5d88",
"Side": "Listing",
"ResourceType": "Unknown",
"RefAmount": 1.0,
"RefTax": 1.0,
"RefSource": "sample string 3",
"ReferralBrandType": "BHHS",
"RefNetworkTypeCode": "sample string 4",
"RefDate": "2026-05-08T00:44:42.8305886+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": "8e90f49d-fb2b-4232-80b7-d390631d45ed",
"QOCGUID": "ba85ec20-7def-4db1-87ae-9a8c059c5d88",
"Side": "Listing",
"ResourceType": "Unknown",
"RefAmount": 1.0,
"RefTax": 1.0,
"RefSource": "sample string 3",
"ReferralBrandType": "BHHS",
"RefNetworkTypeCode": "sample string 4",
"RefDate": "2026-05-08T00:44:42.8305886+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:44:42.8305886+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>c0b3c924-67d1-4534-aa2d-15c5087d6eb0</BrokerageQOCID>
<BuildingClass>sample string 15</BuildingClass>
<BuildingFloorNumber>sample string 23</BuildingFloorNumber>
<BuyingAgentMLSAmount>1</BuyingAgentMLSAmount>
<BuyingMLSAmount>1</BuyingMLSAmount>
<BuyingMLSDiscount>1</BuyingMLSDiscount>
<BuyingMLSTax>1</BuyingMLSTax>
<BuyingOfficeQOCID>e3267712-7162-4c3f-91d7-9d978c9be495</BuyingOfficeQOCID>
<BuyingShareOtherIncome>1</BuyingShareOtherIncome>
<BuyingShareOtherIncomeTax>1</BuyingShareOtherIncomeTax>
<BuyingUnshareOtherIncome>1</BuyingUnshareOtherIncome>
<BuyingUnshareOtherIncomeTax>1</BuyingUnshareOtherIncomeTax>
<CancelledDate>2026-05-08T00:44:42.8305886+00:00</CancelledDate>
<City>sample string 24</City>
<ClosedDate>2026-05-08T00:44:42.8305886+00:00</ClosedDate>
<CommerialLeaseAgreement>
<AgreementDate>2026-05-08T00:44:42.8305886+00:00</AgreementDate>
<AgreementExpireDate>2026-05-08T00:44:42.8305886+00:00</AgreementExpireDate>
<AgreementStatus>Agreement</AgreementStatus>
<CommencementDate>2026-05-08T00:44:42.8305886+00:00</CommencementDate>
<CommerialLeaseAgreementPaymentReceiveds>
<CommerialLeaseAgreementPaymentReceivedDTO>
<DateReceived>2026-05-08T00:44:42.8305886+00:00</DateReceived>
<PaymentReceived>1</PaymentReceived>
</CommerialLeaseAgreementPaymentReceivedDTO>
<CommerialLeaseAgreementPaymentReceivedDTO>
<DateReceived>2026-05-08T00:44:42.8305886+00:00</DateReceived>
<PaymentReceived>1</PaymentReceived>
</CommerialLeaseAgreementPaymentReceivedDTO>
</CommerialLeaseAgreementPaymentReceiveds>
<CommerialLeaseAgreementPaymentSchedules>
<CommerialLeaseAgreementPaymentScheduleDTO>
<AmountDue>1</AmountDue>
<PaymentDueDate>2026-05-08T00:44:42.8305886+00:00</PaymentDueDate>
<PercentageDue>1</PercentageDue>
<SequenceNumber>1</SequenceNumber>
</CommerialLeaseAgreementPaymentScheduleDTO>
<CommerialLeaseAgreementPaymentScheduleDTO>
<AmountDue>1</AmountDue>
<PaymentDueDate>2026-05-08T00:44:42.8305886+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:44:42.8305886+00:00</CreateDate>
<IsSubLease>true</IsSubLease>
<LandlordContribution>1</LandlordContribution>
<LastModifiedDate>2026-05-08T00:44:42.8305886+00:00</LastModifiedDate>
<LeaseSqareFootage>1</LeaseSqareFootage>
<LeaseTerm>1</LeaseTerm>
<LeaseValue>1</LeaseValue>
<NumberOfPayments>1</NumberOfPayments>
<PartialMonthTerm>1</PartialMonthTerm>
<QOCGUID>741a96db-2f83-41ee-862b-727304742245</QOCGUID>
<RatePerSquareFeet>1</RatePerSquareFeet>
<RatePeriod>1</RatePeriod>
<Renewable>true</Renewable>
<RepresentLandlord>true</RepresentLandlord>
<RepresentTenant>true</RepresentTenant>
<TerminationDate>2026-05-08T00:44:42.8305886+00:00</TerminationDate>
<TransactionQOCGUID>1be52665-5971-4fc0-8891-fb51256918a5</TransactionQOCGUID>
</CommerialLeaseAgreement>
<Country>sample string 27</Country>
<CreateDate>2026-05-08T00:44:42.8305886+00:00</CreateDate>
<DeletedDate>2026-05-08T00:44:42.8305886+00:00</DeletedDate>
<EffectiveDate>2026-05-08T00:44:42.8305886+00:00</EffectiveDate>
<EstimatedCloseDate>2026-05-08T00:44:42.8305886+00:00</EstimatedCloseDate>
<ExceptionDate>2026-05-08T00:44:42.8305886+00:00</ExceptionDate>
<FirmDate>2026-05-08T00:44:42.8305886+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:44:42.8305886+00:00</LastModifiedDate>
<ListingAgentMLSAmount>1</ListingAgentMLSAmount>
<ListingComm>1</ListingComm>
<ListingMLSAmount>1</ListingMLSAmount>
<ListingMLSDiscount>1</ListingMLSDiscount>
<ListingMLSTax>1</ListingMLSTax>
<ListingOfficeQOCID>465e345c-99e5-4ef9-b61e-46db74515714</ListingOfficeQOCID>
<ListingPct>1</ListingPct>
<ListingPrice>1</ListingPrice>
<ListingQOCID>c7351936-cadd-4f8e-baaa-5975467103c7</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:44:42.8305886+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>463ee9ab-092f-493e-8083-866e1e356570</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>8da3f19c-f56c-4d05-b92b-3636cc3c5e4a</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:44:42.8305886+00:00</CreateDate>
<ExcludeFromHistory>true</ExcludeFromHistory>
<GrossComm>1</GrossComm>
<GrossTax>1</GrossTax>
<IsPrimary>true</IsPrimary>
<LastModifiedDate>2026-05-08T00:44:42.8305886+00:00</LastModifiedDate>
<MLSAmount>1</MLSAmount>
<MLSDiscount>1</MLSDiscount>
<MLSTax>1</MLSTax>
<OfficeQOCGUID>0d59ee13-4e40-4c7d-8a4e-7ba13a805340</OfficeQOCGUID>
<Pct>1</Pct>
<QOCGUID>7d1da614-ca91-4067-8766-9318db7786ae</QOCGUID>
<ReferralAmount>1</ReferralAmount>
<ReferralTax>1</ReferralTax>
<Side>Listing</Side>
<TransactionAgentManagerOverrides>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>ace54c32-a248-4976-8c41-653be68d5bab</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>e0a6f268-8dd0-49e2-958a-e09714bf66e8</TransactionAgentQOCGUID>
</TransactionAgentManagerOverrideDTO>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>ace54c32-a248-4976-8c41-653be68d5bab</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>e0a6f268-8dd0-49e2-958a-e09714bf66e8</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>e66dba64-7abe-4c98-abcb-afe7a936484a</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>e66dba64-7abe-4c98-abcb-afe7a936484a</TransactionAgentQOCGUID>
</TransactionAgentOtherFeeDTO>
</TransactionAgentOtherFees>
<TransactionAgentWithholdings>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>5ba013e3-2242-483a-88a0-697bce54f929</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>5ba013e3-2242-483a-88a0-697bce54f929</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
</TransactionAgentWithholdings>
<TransactionQOCGUID>f0fa21f1-07e5-4071-844f-cb002328894d</TransactionQOCGUID>
</TransactionAgentDTO>
<TransactionAgentDTO>
<AdjustGross>1</AdjustGross>
<AdjustGrossTax>1</AdjustGrossTax>
<AgentComm>1</AgentComm>
<AgentEmail>sample string 6</AgentEmail>
<AgentMLSAmount>1</AgentMLSAmount>
<AgentQOCGUID>8da3f19c-f56c-4d05-b92b-3636cc3c5e4a</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:44:42.8305886+00:00</CreateDate>
<ExcludeFromHistory>true</ExcludeFromHistory>
<GrossComm>1</GrossComm>
<GrossTax>1</GrossTax>
<IsPrimary>true</IsPrimary>
<LastModifiedDate>2026-05-08T00:44:42.8305886+00:00</LastModifiedDate>
<MLSAmount>1</MLSAmount>
<MLSDiscount>1</MLSDiscount>
<MLSTax>1</MLSTax>
<OfficeQOCGUID>0d59ee13-4e40-4c7d-8a4e-7ba13a805340</OfficeQOCGUID>
<Pct>1</Pct>
<QOCGUID>7d1da614-ca91-4067-8766-9318db7786ae</QOCGUID>
<ReferralAmount>1</ReferralAmount>
<ReferralTax>1</ReferralTax>
<Side>Listing</Side>
<TransactionAgentManagerOverrides>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>ace54c32-a248-4976-8c41-653be68d5bab</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>e0a6f268-8dd0-49e2-958a-e09714bf66e8</TransactionAgentQOCGUID>
</TransactionAgentManagerOverrideDTO>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>ace54c32-a248-4976-8c41-653be68d5bab</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>e0a6f268-8dd0-49e2-958a-e09714bf66e8</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>e66dba64-7abe-4c98-abcb-afe7a936484a</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>e66dba64-7abe-4c98-abcb-afe7a936484a</TransactionAgentQOCGUID>
</TransactionAgentOtherFeeDTO>
</TransactionAgentOtherFees>
<TransactionAgentWithholdings>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>5ba013e3-2242-483a-88a0-697bce54f929</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>5ba013e3-2242-483a-88a0-697bce54f929</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
</TransactionAgentWithholdings>
<TransactionQOCGUID>f0fa21f1-07e5-4071-844f-cb002328894d</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>73a7530b-c8cc-4e25-984b-712d077c0d3e</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>63d63ca8-49de-4e4d-93b8-f5e2722feafd</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>73a7530b-c8cc-4e25-984b-712d077c0d3e</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>63d63ca8-49de-4e4d-93b8-f5e2722feafd</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:44:42.8305886+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>ba85ec20-7def-4db1-87ae-9a8c059c5d88</QOCGUID>
<RefAmount>1</RefAmount>
<RefDate>2026-05-08T00:44:42.8305886+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>8e90f49d-fb2b-4232-80b7-d390631d45ed</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>ba85ec20-7def-4db1-87ae-9a8c059c5d88</QOCGUID>
<RefAmount>1</RefAmount>
<RefDate>2026-05-08T00:44:42.8305886+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>8e90f49d-fb2b-4232-80b7-d390631d45ed</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": "26526a90-8b7b-4148-8c56-778e0a933a5d",
"ListingOfficeQOCID": "8e9efd01-0764-4a28-ab14-1fe46c9d1f6b",
"BuyingOfficeQOCID": "7fb1bc02-fd4e-49b0-bd66-7be277811f92",
"ListingQOCID": "32d4ae61-7ce7-4dd9-88ad-cc490962c35a",
"SourceID": "sample string 2",
"QOCGUID": "0467f994-4ccf-4146-aac7-3abdb8f7ea0e",
"TransactionAgents": [
{
"TransactionQOCGUID": "03c8ae0d-f864-434f-9be2-44b4c2edf070",
"QOCGUID": "833bad4a-c620-41c2-946f-09f37015ab9c",
"AgentQOCGUID": "46728bc1-27c0-4670-80f2-8e0f4b99f0da",
"OfficeQOCGUID": "639e3165-8d29-41f1-9636-4e163aa9aa13",
"Side": "Listing"
},
{
"TransactionQOCGUID": "03c8ae0d-f864-434f-9be2-44b4c2edf070",
"QOCGUID": "833bad4a-c620-41c2-946f-09f37015ab9c",
"AgentQOCGUID": "46728bc1-27c0-4670-80f2-8e0f4b99f0da",
"OfficeQOCGUID": "639e3165-8d29-41f1-9636-4e163aa9aa13",
"Side": "Listing"
}
],
"TransactionReferrals": [
{
"TransactionQOCGUID": "570b55aa-74bd-4060-8876-b5c20be10ab2",
"QOCGUID": "a9784174-ad5b-4c92-b428-6c7e6deea9fe",
"Side": "Listing",
"ResourceType": "Unknown",
"ContactSourceID": "sample string 3"
},
{
"TransactionQOCGUID": "570b55aa-74bd-4060-8876-b5c20be10ab2",
"QOCGUID": "a9784174-ad5b-4c92-b428-6c7e6deea9fe",
"Side": "Listing",
"ResourceType": "Unknown",
"ContactSourceID": "sample string 3"
}
],
"TransactionContacts": [
{
"TransactionQOCGUID": "566f65ab-b2c8-497b-b595-e02fa467f434",
"QOCGUID": "4fe26e46-485d-4e80-abdd-3aebb7e47f49",
"ContactType": "Unknown",
"SourceID": "sample string 3",
"Side": "Listing",
"ContactSourceID": "sample string 4"
},
{
"TransactionQOCGUID": "566f65ab-b2c8-497b-b595-e02fa467f434",
"QOCGUID": "4fe26e46-485d-4e80-abdd-3aebb7e47f49",
"ContactType": "Unknown",
"SourceID": "sample string 3",
"Side": "Listing",
"ContactSourceID": "sample string 4"
}
],
"CommerialLeaseAgreement": {
"TransactionQOCGUID": "92fa9d70-5993-404f-b917-f1026af497b2",
"QOCGUID": "60d14c58-8d8a-4f48-97ea-e425ffa7cfed"
}
}
}
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>26526a90-8b7b-4148-8c56-778e0a933a5d</BrokerageQOCID>
<BuyingOfficeQOCID>7fb1bc02-fd4e-49b0-bd66-7be277811f92</BuyingOfficeQOCID>
<CommerialLeaseAgreement>
<QOCGUID>60d14c58-8d8a-4f48-97ea-e425ffa7cfed</QOCGUID>
<TransactionQOCGUID>92fa9d70-5993-404f-b917-f1026af497b2</TransactionQOCGUID>
</CommerialLeaseAgreement>
<ListingOfficeQOCID>8e9efd01-0764-4a28-ab14-1fe46c9d1f6b</ListingOfficeQOCID>
<ListingQOCID>32d4ae61-7ce7-4dd9-88ad-cc490962c35a</ListingQOCID>
<QOCGUID>0467f994-4ccf-4146-aac7-3abdb8f7ea0e</QOCGUID>
<SourceID>sample string 2</SourceID>
<TransactionAgents>
<SimpleTransactionAgentDTO>
<AgentQOCGUID>46728bc1-27c0-4670-80f2-8e0f4b99f0da</AgentQOCGUID>
<OfficeQOCGUID>639e3165-8d29-41f1-9636-4e163aa9aa13</OfficeQOCGUID>
<QOCGUID>833bad4a-c620-41c2-946f-09f37015ab9c</QOCGUID>
<Side>Listing</Side>
<TransactionQOCGUID>03c8ae0d-f864-434f-9be2-44b4c2edf070</TransactionQOCGUID>
</SimpleTransactionAgentDTO>
<SimpleTransactionAgentDTO>
<AgentQOCGUID>46728bc1-27c0-4670-80f2-8e0f4b99f0da</AgentQOCGUID>
<OfficeQOCGUID>639e3165-8d29-41f1-9636-4e163aa9aa13</OfficeQOCGUID>
<QOCGUID>833bad4a-c620-41c2-946f-09f37015ab9c</QOCGUID>
<Side>Listing</Side>
<TransactionQOCGUID>03c8ae0d-f864-434f-9be2-44b4c2edf070</TransactionQOCGUID>
</SimpleTransactionAgentDTO>
</TransactionAgents>
<TransactionContacts>
<SimpleTransactionContactDTO>
<ContactSourceID>sample string 4</ContactSourceID>
<ContactType>Unknown</ContactType>
<QOCGUID>4fe26e46-485d-4e80-abdd-3aebb7e47f49</QOCGUID>
<Side>Listing</Side>
<SourceID>sample string 3</SourceID>
<TransactionQOCGUID>566f65ab-b2c8-497b-b595-e02fa467f434</TransactionQOCGUID>
</SimpleTransactionContactDTO>
<SimpleTransactionContactDTO>
<ContactSourceID>sample string 4</ContactSourceID>
<ContactType>Unknown</ContactType>
<QOCGUID>4fe26e46-485d-4e80-abdd-3aebb7e47f49</QOCGUID>
<Side>Listing</Side>
<SourceID>sample string 3</SourceID>
<TransactionQOCGUID>566f65ab-b2c8-497b-b595-e02fa467f434</TransactionQOCGUID>
</SimpleTransactionContactDTO>
</TransactionContacts>
<TransactionReferrals>
<SimpleTransactionReferralDTO>
<ContactSourceID>sample string 3</ContactSourceID>
<QOCGUID>a9784174-ad5b-4c92-b428-6c7e6deea9fe</QOCGUID>
<ResourceType>Unknown</ResourceType>
<Side>Listing</Side>
<TransactionQOCGUID>570b55aa-74bd-4060-8876-b5c20be10ab2</TransactionQOCGUID>
</SimpleTransactionReferralDTO>
<SimpleTransactionReferralDTO>
<ContactSourceID>sample string 3</ContactSourceID>
<QOCGUID>a9784174-ad5b-4c92-b428-6c7e6deea9fe</QOCGUID>
<ResourceType>Unknown</ResourceType>
<Side>Listing</Side>
<TransactionQOCGUID>570b55aa-74bd-4060-8876-b5c20be10ab2</TransactionQOCGUID>
</SimpleTransactionReferralDTO>
</TransactionReferrals>
</SourceEntity>
</PostResultOfSimpleTransactionDTOvCGOl4Wv>