POST api/transactions/PostTransaction
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": "b726cd0d-cdf2-47e0-83b2-03388b8844bf",
"ListingOfficeQOCID": "c884690a-0653-490c-a2e9-017840bdae18",
"BuyingOfficeQOCID": "6291d57b-0c4e-4e08-a1e0-fb7b780d65b4",
"ListingQOCID": "75e84a33-4ad7-44e8-b2d2-2b951f0332d6",
"SourceSystem": "sample string 2",
"SourceID": "sample string 3",
"PropertyInfoID": 4,
"QOCGUID": "21276831-38b2-4120-ac50-9c1b8aac330e",
"TransStatus": "Cancelled",
"EffectiveDate": "2026-03-10T01:13:09.8918091+00:00",
"CancelledDate": "2026-03-10T01:13:09.8918091+00:00",
"DeletedDate": "2026-03-10T01:13:09.8918091+00:00",
"EstimatedCloseDate": "2026-03-10T01:13:09.8918091+00:00",
"ClosedDate": "2026-03-10T01:13:09.8918091+00:00",
"PaidDate": "2026-03-10T01:13:09.8918091+00:00",
"ExceptionDate": "2026-03-10T01:13:09.8918091+00:00",
"TranGroup": "Residential",
"TranType": "Sales",
"TRSubTypeCode": "sample string 6",
"TranSide": "Listing",
"IsFirm": true,
"FirmDate": "2026-03-10T01:13:09.8918091+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-03-10T01:13:09.8918091+00:00",
"LastModifiedDate": "2026-03-10T01:13:09.8918091+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": "a989aabe-6123-4286-9c71-0a8ff4b499d6",
"QOCGUID": "56efc828-cc72-403c-823c-97d1768fd5f6",
"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-03-10T01:13:09.8918091+00:00",
"AgreementExpireDate": "2026-03-10T01:13:09.8918091+00:00",
"CommencementDate": "2026-03-10T01:13:09.8918091+00:00",
"TerminationDate": "2026-03-10T01:13:09.8918091+00:00",
"LeaseValue": 1.0,
"LandlordContribution": 1.0,
"CommissionFee": 1.0,
"CommissionRate": 1.0,
"NumberOfPayments": 1,
"AgreementStatus": 0,
"CreateDate": "2026-03-10T01:13:09.8918091+00:00",
"LastModifiedDate": "2026-03-10T01:13:09.8918091+00:00",
"CommerialLeaseAgreementPaymentReceiveds": [
{
"PaymentReceived": 1.0,
"DateReceived": "2026-03-10T01:13:09.8918091+00:00"
},
{
"PaymentReceived": 1.0,
"DateReceived": "2026-03-10T01:13:09.8918091+00:00"
}
],
"CommerialLeaseAgreementPaymentSchedules": [
{
"SequenceNumber": 1,
"AmountDue": 1.0,
"PercentageDue": 1.0,
"PaymentDueDate": "2026-03-10T01:13:09.8918091+00:00"
},
{
"SequenceNumber": 1,
"AmountDue": 1.0,
"PercentageDue": 1.0,
"PaymentDueDate": "2026-03-10T01:13:09.8918091+00:00"
}
]
},
"TransactionAgents": [
{
"TransactionQOCGUID": "950ed55f-edbd-4ee8-b19f-53208401e179",
"QOCGUID": "c3c50668-655a-42bf-9406-0f2e48779e63",
"AgentQOCGUID": "80e9b9b8-0eb6-4045-a8aa-5daf0c912968",
"OfficeQOCGUID": "3803d785-2b26-4f84-a662-2e5110aee82f",
"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-03-10T01:13:09.8918091+00:00",
"LastModifiedDate": "2026-03-10T01:13:09.8918091+00:00",
"AgentEmail": "sample string 6",
"TransactionAgentManagerOverrides": [
{
"TransactionAgentQOCGUID": "0e9bebfa-99a6-4159-a8bf-96d54e2b37fd",
"ManagerAgentQOCGUID": "0d80fa09-a645-4fb7-95e9-46017011e7ae",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
},
{
"TransactionAgentQOCGUID": "0e9bebfa-99a6-4159-a8bf-96d54e2b37fd",
"ManagerAgentQOCGUID": "0d80fa09-a645-4fb7-95e9-46017011e7ae",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
}
],
"TransactionAgentOtherFees": [
{
"TransactionAgentQOCGUID": "ea9cd13b-5ef7-4345-9018-d2d28f0dc9bb",
"FeeName": "sample string 2",
"FeeType": "PreSplit",
"FeeAmount": 1.0,
"FeeTax": 1.0,
"Pct": 1.0,
"RefSource": "sample string 3",
"IsCompanyDollar": true,
"TaxExempt": true
},
{
"TransactionAgentQOCGUID": "ea9cd13b-5ef7-4345-9018-d2d28f0dc9bb",
"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": "2efd8418-0c0f-44c2-8524-c20673de8426",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
},
{
"TransactionAgentQOCGUID": "2efd8418-0c0f-44c2-8524-c20673de8426",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
}
]
},
{
"TransactionQOCGUID": "950ed55f-edbd-4ee8-b19f-53208401e179",
"QOCGUID": "c3c50668-655a-42bf-9406-0f2e48779e63",
"AgentQOCGUID": "80e9b9b8-0eb6-4045-a8aa-5daf0c912968",
"OfficeQOCGUID": "3803d785-2b26-4f84-a662-2e5110aee82f",
"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-03-10T01:13:09.8918091+00:00",
"LastModifiedDate": "2026-03-10T01:13:09.8918091+00:00",
"AgentEmail": "sample string 6",
"TransactionAgentManagerOverrides": [
{
"TransactionAgentQOCGUID": "0e9bebfa-99a6-4159-a8bf-96d54e2b37fd",
"ManagerAgentQOCGUID": "0d80fa09-a645-4fb7-95e9-46017011e7ae",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
},
{
"TransactionAgentQOCGUID": "0e9bebfa-99a6-4159-a8bf-96d54e2b37fd",
"ManagerAgentQOCGUID": "0d80fa09-a645-4fb7-95e9-46017011e7ae",
"ManagerName": "sample string 2",
"ChargeType": 0,
"ManagerAmount": 1.0,
"ManagerTax": 1.0
}
],
"TransactionAgentOtherFees": [
{
"TransactionAgentQOCGUID": "ea9cd13b-5ef7-4345-9018-d2d28f0dc9bb",
"FeeName": "sample string 2",
"FeeType": "PreSplit",
"FeeAmount": 1.0,
"FeeTax": 1.0,
"Pct": 1.0,
"RefSource": "sample string 3",
"IsCompanyDollar": true,
"TaxExempt": true
},
{
"TransactionAgentQOCGUID": "ea9cd13b-5ef7-4345-9018-d2d28f0dc9bb",
"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": "2efd8418-0c0f-44c2-8524-c20673de8426",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
},
{
"TransactionAgentQOCGUID": "2efd8418-0c0f-44c2-8524-c20673de8426",
"ResourceName": "sample string 2",
"EnableForT4A": true,
"WHAmount": 1.0,
"WHTax": 1.0
}
]
}
],
"TransactionContacts": [
{
"TransactionQOCGUID": "30573b30-1920-45bc-9674-2e92d1df78ed",
"QOCGUID": "7cc27ddf-90dc-48b7-afea-ce14011b5962",
"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": "30573b30-1920-45bc-9674-2e92d1df78ed",
"QOCGUID": "7cc27ddf-90dc-48b7-afea-ce14011b5962",
"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": "a93e01eb-66bd-4d0d-9e20-a72a75152563",
"QOCGUID": "29975141-98bf-46ad-a56c-f9758702519a",
"Side": "Listing",
"ResourceType": "Unknown",
"RefAmount": 1.0,
"RefTax": 1.0,
"RefSource": "sample string 3",
"ReferralBrandType": "BHHS",
"RefNetworkTypeCode": "sample string 4",
"RefDate": "2026-03-10T01:13:09.8918091+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": "a93e01eb-66bd-4d0d-9e20-a72a75152563",
"QOCGUID": "29975141-98bf-46ad-a56c-f9758702519a",
"Side": "Listing",
"ResourceType": "Unknown",
"RefAmount": 1.0,
"RefTax": 1.0,
"RefSource": "sample string 3",
"ReferralBrandType": "BHHS",
"RefNetworkTypeCode": "sample string 4",
"RefDate": "2026-03-10T01:13:09.8918091+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-03-10T01:13:09.8918091+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>b726cd0d-cdf2-47e0-83b2-03388b8844bf</BrokerageQOCID>
<BuildingClass>sample string 15</BuildingClass>
<BuildingFloorNumber>sample string 23</BuildingFloorNumber>
<BuyingAgentMLSAmount>1</BuyingAgentMLSAmount>
<BuyingMLSAmount>1</BuyingMLSAmount>
<BuyingMLSDiscount>1</BuyingMLSDiscount>
<BuyingMLSTax>1</BuyingMLSTax>
<BuyingOfficeQOCID>6291d57b-0c4e-4e08-a1e0-fb7b780d65b4</BuyingOfficeQOCID>
<BuyingShareOtherIncome>1</BuyingShareOtherIncome>
<BuyingShareOtherIncomeTax>1</BuyingShareOtherIncomeTax>
<BuyingUnshareOtherIncome>1</BuyingUnshareOtherIncome>
<BuyingUnshareOtherIncomeTax>1</BuyingUnshareOtherIncomeTax>
<CancelledDate>2026-03-10T01:13:09.8918091+00:00</CancelledDate>
<City>sample string 24</City>
<ClosedDate>2026-03-10T01:13:09.8918091+00:00</ClosedDate>
<CommerialLeaseAgreement>
<AgreementDate>2026-03-10T01:13:09.8918091+00:00</AgreementDate>
<AgreementExpireDate>2026-03-10T01:13:09.8918091+00:00</AgreementExpireDate>
<AgreementStatus>Agreement</AgreementStatus>
<CommencementDate>2026-03-10T01:13:09.8918091+00:00</CommencementDate>
<CommerialLeaseAgreementPaymentReceiveds>
<CommerialLeaseAgreementPaymentReceivedDTO>
<DateReceived>2026-03-10T01:13:09.8918091+00:00</DateReceived>
<PaymentReceived>1</PaymentReceived>
</CommerialLeaseAgreementPaymentReceivedDTO>
<CommerialLeaseAgreementPaymentReceivedDTO>
<DateReceived>2026-03-10T01:13:09.8918091+00:00</DateReceived>
<PaymentReceived>1</PaymentReceived>
</CommerialLeaseAgreementPaymentReceivedDTO>
</CommerialLeaseAgreementPaymentReceiveds>
<CommerialLeaseAgreementPaymentSchedules>
<CommerialLeaseAgreementPaymentScheduleDTO>
<AmountDue>1</AmountDue>
<PaymentDueDate>2026-03-10T01:13:09.8918091+00:00</PaymentDueDate>
<PercentageDue>1</PercentageDue>
<SequenceNumber>1</SequenceNumber>
</CommerialLeaseAgreementPaymentScheduleDTO>
<CommerialLeaseAgreementPaymentScheduleDTO>
<AmountDue>1</AmountDue>
<PaymentDueDate>2026-03-10T01:13:09.8918091+00:00</PaymentDueDate>
<PercentageDue>1</PercentageDue>
<SequenceNumber>1</SequenceNumber>
</CommerialLeaseAgreementPaymentScheduleDTO>
</CommerialLeaseAgreementPaymentSchedules>
<CommissionFee>1</CommissionFee>
<CommissionRate>1</CommissionRate>
<CooperatingBroker>sample string 3</CooperatingBroker>
<CreateDate>2026-03-10T01:13:09.8918091+00:00</CreateDate>
<IsSubLease>true</IsSubLease>
<LandlordContribution>1</LandlordContribution>
<LastModifiedDate>2026-03-10T01:13:09.8918091+00:00</LastModifiedDate>
<LeaseSqareFootage>1</LeaseSqareFootage>
<LeaseTerm>1</LeaseTerm>
<LeaseValue>1</LeaseValue>
<NumberOfPayments>1</NumberOfPayments>
<PartialMonthTerm>1</PartialMonthTerm>
<QOCGUID>56efc828-cc72-403c-823c-97d1768fd5f6</QOCGUID>
<RatePerSquareFeet>1</RatePerSquareFeet>
<RatePeriod>1</RatePeriod>
<Renewable>true</Renewable>
<RepresentLandlord>true</RepresentLandlord>
<RepresentTenant>true</RepresentTenant>
<TerminationDate>2026-03-10T01:13:09.8918091+00:00</TerminationDate>
<TransactionQOCGUID>a989aabe-6123-4286-9c71-0a8ff4b499d6</TransactionQOCGUID>
</CommerialLeaseAgreement>
<Country>sample string 27</Country>
<CreateDate>2026-03-10T01:13:09.8918091+00:00</CreateDate>
<DeletedDate>2026-03-10T01:13:09.8918091+00:00</DeletedDate>
<EffectiveDate>2026-03-10T01:13:09.8918091+00:00</EffectiveDate>
<EstimatedCloseDate>2026-03-10T01:13:09.8918091+00:00</EstimatedCloseDate>
<ExceptionDate>2026-03-10T01:13:09.8918091+00:00</ExceptionDate>
<FirmDate>2026-03-10T01:13:09.8918091+00:00</FirmDate>
<GrossComm>1</GrossComm>
<GrossTax>1</GrossTax>
<IsBuyerRepAgreement>true</IsBuyerRepAgreement>
<IsExcludeFromFranchiseIntegra>true</IsExcludeFromFranchiseIntegra>
<IsFirm>true</IsFirm>
<IsSideTrans>true</IsSideTrans>
<LastModifiedDate>2026-03-10T01:13:09.8918091+00:00</LastModifiedDate>
<ListingAgentMLSAmount>1</ListingAgentMLSAmount>
<ListingComm>1</ListingComm>
<ListingMLSAmount>1</ListingMLSAmount>
<ListingMLSDiscount>1</ListingMLSDiscount>
<ListingMLSTax>1</ListingMLSTax>
<ListingOfficeQOCID>c884690a-0653-490c-a2e9-017840bdae18</ListingOfficeQOCID>
<ListingPct>1</ListingPct>
<ListingPrice>1</ListingPrice>
<ListingQOCID>75e84a33-4ad7-44e8-b2d2-2b951f0332d6</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-03-10T01:13:09.8918091+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>21276831-38b2-4120-ac50-9c1b8aac330e</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>80e9b9b8-0eb6-4045-a8aa-5daf0c912968</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-03-10T01:13:09.8918091+00:00</CreateDate>
<ExcludeFromHistory>true</ExcludeFromHistory>
<GrossComm>1</GrossComm>
<GrossTax>1</GrossTax>
<IsPrimary>true</IsPrimary>
<LastModifiedDate>2026-03-10T01:13:09.8918091+00:00</LastModifiedDate>
<MLSAmount>1</MLSAmount>
<MLSDiscount>1</MLSDiscount>
<MLSTax>1</MLSTax>
<OfficeQOCGUID>3803d785-2b26-4f84-a662-2e5110aee82f</OfficeQOCGUID>
<Pct>1</Pct>
<QOCGUID>c3c50668-655a-42bf-9406-0f2e48779e63</QOCGUID>
<ReferralAmount>1</ReferralAmount>
<ReferralTax>1</ReferralTax>
<Side>Listing</Side>
<TransactionAgentManagerOverrides>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>0d80fa09-a645-4fb7-95e9-46017011e7ae</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>0e9bebfa-99a6-4159-a8bf-96d54e2b37fd</TransactionAgentQOCGUID>
</TransactionAgentManagerOverrideDTO>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>0d80fa09-a645-4fb7-95e9-46017011e7ae</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>0e9bebfa-99a6-4159-a8bf-96d54e2b37fd</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>ea9cd13b-5ef7-4345-9018-d2d28f0dc9bb</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>ea9cd13b-5ef7-4345-9018-d2d28f0dc9bb</TransactionAgentQOCGUID>
</TransactionAgentOtherFeeDTO>
</TransactionAgentOtherFees>
<TransactionAgentWithholdings>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>2efd8418-0c0f-44c2-8524-c20673de8426</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>2efd8418-0c0f-44c2-8524-c20673de8426</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
</TransactionAgentWithholdings>
<TransactionQOCGUID>950ed55f-edbd-4ee8-b19f-53208401e179</TransactionQOCGUID>
</TransactionAgentDTO>
<TransactionAgentDTO>
<AdjustGross>1</AdjustGross>
<AdjustGrossTax>1</AdjustGrossTax>
<AgentComm>1</AgentComm>
<AgentEmail>sample string 6</AgentEmail>
<AgentMLSAmount>1</AgentMLSAmount>
<AgentQOCGUID>80e9b9b8-0eb6-4045-a8aa-5daf0c912968</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-03-10T01:13:09.8918091+00:00</CreateDate>
<ExcludeFromHistory>true</ExcludeFromHistory>
<GrossComm>1</GrossComm>
<GrossTax>1</GrossTax>
<IsPrimary>true</IsPrimary>
<LastModifiedDate>2026-03-10T01:13:09.8918091+00:00</LastModifiedDate>
<MLSAmount>1</MLSAmount>
<MLSDiscount>1</MLSDiscount>
<MLSTax>1</MLSTax>
<OfficeQOCGUID>3803d785-2b26-4f84-a662-2e5110aee82f</OfficeQOCGUID>
<Pct>1</Pct>
<QOCGUID>c3c50668-655a-42bf-9406-0f2e48779e63</QOCGUID>
<ReferralAmount>1</ReferralAmount>
<ReferralTax>1</ReferralTax>
<Side>Listing</Side>
<TransactionAgentManagerOverrides>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>0d80fa09-a645-4fb7-95e9-46017011e7ae</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>0e9bebfa-99a6-4159-a8bf-96d54e2b37fd</TransactionAgentQOCGUID>
</TransactionAgentManagerOverrideDTO>
<TransactionAgentManagerOverrideDTO>
<ChargeType>Agent</ChargeType>
<ManagerAgentQOCGUID>0d80fa09-a645-4fb7-95e9-46017011e7ae</ManagerAgentQOCGUID>
<ManagerAmount>1</ManagerAmount>
<ManagerName>sample string 2</ManagerName>
<ManagerTax>1</ManagerTax>
<TransactionAgentQOCGUID>0e9bebfa-99a6-4159-a8bf-96d54e2b37fd</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>ea9cd13b-5ef7-4345-9018-d2d28f0dc9bb</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>ea9cd13b-5ef7-4345-9018-d2d28f0dc9bb</TransactionAgentQOCGUID>
</TransactionAgentOtherFeeDTO>
</TransactionAgentOtherFees>
<TransactionAgentWithholdings>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>2efd8418-0c0f-44c2-8524-c20673de8426</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
<TransactionAgentWithholdingDTO>
<EnableForT4A>true</EnableForT4A>
<ResourceName>sample string 2</ResourceName>
<TransactionAgentQOCGUID>2efd8418-0c0f-44c2-8524-c20673de8426</TransactionAgentQOCGUID>
<WHAmount>1</WHAmount>
<WHTax>1</WHTax>
</TransactionAgentWithholdingDTO>
</TransactionAgentWithholdings>
<TransactionQOCGUID>950ed55f-edbd-4ee8-b19f-53208401e179</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>7cc27ddf-90dc-48b7-afea-ce14011b5962</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>30573b30-1920-45bc-9674-2e92d1df78ed</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>7cc27ddf-90dc-48b7-afea-ce14011b5962</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>30573b30-1920-45bc-9674-2e92d1df78ed</TransactionQOCGUID>
</TransactionContactDTO>
</TransactionContacts>
<TransactionListing>
<AllowMapping>true</AllowMapping>
<BedroomCount>1</BedroomCount>
<CommZoning>sample string 4</CommZoning>
<FullBathCount>1</FullBathCount>
<HalfBathCount>1</HalfBathCount>
<ListingDate>2026-03-10T01:13:09.8918091+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>29975141-98bf-46ad-a56c-f9758702519a</QOCGUID>
<RefAmount>1</RefAmount>
<RefDate>2026-03-10T01:13:09.8918091+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>a93e01eb-66bd-4d0d-9e20-a72a75152563</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>29975141-98bf-46ad-a56c-f9758702519a</QOCGUID>
<RefAmount>1</RefAmount>
<RefDate>2026-03-10T01:13:09.8918091+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>a93e01eb-66bd-4d0d-9e20-a72a75152563</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": "c0c85f69-1742-4d4a-a092-179a62be04a9",
"ListingOfficeQOCID": "0ef10467-7563-4f74-b61a-8b3054d79cfd",
"BuyingOfficeQOCID": "cfccd070-62c9-4e48-b5f4-832a96fe6904",
"ListingQOCID": "6c5c59d3-b7d7-4120-9593-7fb168867343",
"SourceID": "sample string 2",
"QOCGUID": "fe825e8a-ae22-4e42-bedf-d464f401ccd0",
"TransactionAgents": [
{
"TransactionQOCGUID": "9daf44c4-23da-4ff3-98c2-5ecfe5f838d3",
"QOCGUID": "85587bdd-fde2-442b-bdb4-113471bd4584",
"AgentQOCGUID": "ec9517ac-76a2-4a3f-83d5-2944aed6da8b",
"OfficeQOCGUID": "3a8f1a05-a98c-4761-8160-cbec45653a55",
"Side": "Listing"
},
{
"TransactionQOCGUID": "9daf44c4-23da-4ff3-98c2-5ecfe5f838d3",
"QOCGUID": "85587bdd-fde2-442b-bdb4-113471bd4584",
"AgentQOCGUID": "ec9517ac-76a2-4a3f-83d5-2944aed6da8b",
"OfficeQOCGUID": "3a8f1a05-a98c-4761-8160-cbec45653a55",
"Side": "Listing"
}
],
"TransactionReferrals": [
{
"TransactionQOCGUID": "b7f25b58-b290-4ac9-a9af-8c9fab2e421a",
"QOCGUID": "43a4661a-b304-48a0-b847-511e21d491a2",
"Side": "Listing",
"ResourceType": "Unknown",
"ContactSourceID": "sample string 3"
},
{
"TransactionQOCGUID": "b7f25b58-b290-4ac9-a9af-8c9fab2e421a",
"QOCGUID": "43a4661a-b304-48a0-b847-511e21d491a2",
"Side": "Listing",
"ResourceType": "Unknown",
"ContactSourceID": "sample string 3"
}
],
"TransactionContacts": [
{
"TransactionQOCGUID": "f3103779-8f2a-4f17-aa14-e1a70c8600aa",
"QOCGUID": "34edd614-75c1-4be7-be18-1ffe055b5b9a",
"ContactType": "Unknown",
"SourceID": "sample string 3",
"Side": "Listing",
"ContactSourceID": "sample string 4"
},
{
"TransactionQOCGUID": "f3103779-8f2a-4f17-aa14-e1a70c8600aa",
"QOCGUID": "34edd614-75c1-4be7-be18-1ffe055b5b9a",
"ContactType": "Unknown",
"SourceID": "sample string 3",
"Side": "Listing",
"ContactSourceID": "sample string 4"
}
],
"CommerialLeaseAgreement": {
"TransactionQOCGUID": "e83bbeda-2e78-4ad2-a9ee-b05ce975835b",
"QOCGUID": "241014d0-3832-4852-8fad-dd33bb25e3b1"
}
}
}
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>c0c85f69-1742-4d4a-a092-179a62be04a9</BrokerageQOCID>
<BuyingOfficeQOCID>cfccd070-62c9-4e48-b5f4-832a96fe6904</BuyingOfficeQOCID>
<CommerialLeaseAgreement>
<QOCGUID>241014d0-3832-4852-8fad-dd33bb25e3b1</QOCGUID>
<TransactionQOCGUID>e83bbeda-2e78-4ad2-a9ee-b05ce975835b</TransactionQOCGUID>
</CommerialLeaseAgreement>
<ListingOfficeQOCID>0ef10467-7563-4f74-b61a-8b3054d79cfd</ListingOfficeQOCID>
<ListingQOCID>6c5c59d3-b7d7-4120-9593-7fb168867343</ListingQOCID>
<QOCGUID>fe825e8a-ae22-4e42-bedf-d464f401ccd0</QOCGUID>
<SourceID>sample string 2</SourceID>
<TransactionAgents>
<SimpleTransactionAgentDTO>
<AgentQOCGUID>ec9517ac-76a2-4a3f-83d5-2944aed6da8b</AgentQOCGUID>
<OfficeQOCGUID>3a8f1a05-a98c-4761-8160-cbec45653a55</OfficeQOCGUID>
<QOCGUID>85587bdd-fde2-442b-bdb4-113471bd4584</QOCGUID>
<Side>Listing</Side>
<TransactionQOCGUID>9daf44c4-23da-4ff3-98c2-5ecfe5f838d3</TransactionQOCGUID>
</SimpleTransactionAgentDTO>
<SimpleTransactionAgentDTO>
<AgentQOCGUID>ec9517ac-76a2-4a3f-83d5-2944aed6da8b</AgentQOCGUID>
<OfficeQOCGUID>3a8f1a05-a98c-4761-8160-cbec45653a55</OfficeQOCGUID>
<QOCGUID>85587bdd-fde2-442b-bdb4-113471bd4584</QOCGUID>
<Side>Listing</Side>
<TransactionQOCGUID>9daf44c4-23da-4ff3-98c2-5ecfe5f838d3</TransactionQOCGUID>
</SimpleTransactionAgentDTO>
</TransactionAgents>
<TransactionContacts>
<SimpleTransactionContactDTO>
<ContactSourceID>sample string 4</ContactSourceID>
<ContactType>Unknown</ContactType>
<QOCGUID>34edd614-75c1-4be7-be18-1ffe055b5b9a</QOCGUID>
<Side>Listing</Side>
<SourceID>sample string 3</SourceID>
<TransactionQOCGUID>f3103779-8f2a-4f17-aa14-e1a70c8600aa</TransactionQOCGUID>
</SimpleTransactionContactDTO>
<SimpleTransactionContactDTO>
<ContactSourceID>sample string 4</ContactSourceID>
<ContactType>Unknown</ContactType>
<QOCGUID>34edd614-75c1-4be7-be18-1ffe055b5b9a</QOCGUID>
<Side>Listing</Side>
<SourceID>sample string 3</SourceID>
<TransactionQOCGUID>f3103779-8f2a-4f17-aa14-e1a70c8600aa</TransactionQOCGUID>
</SimpleTransactionContactDTO>
</TransactionContacts>
<TransactionReferrals>
<SimpleTransactionReferralDTO>
<ContactSourceID>sample string 3</ContactSourceID>
<QOCGUID>43a4661a-b304-48a0-b847-511e21d491a2</QOCGUID>
<ResourceType>Unknown</ResourceType>
<Side>Listing</Side>
<TransactionQOCGUID>b7f25b58-b290-4ac9-a9af-8c9fab2e421a</TransactionQOCGUID>
</SimpleTransactionReferralDTO>
<SimpleTransactionReferralDTO>
<ContactSourceID>sample string 3</ContactSourceID>
<QOCGUID>43a4661a-b304-48a0-b847-511e21d491a2</QOCGUID>
<ResourceType>Unknown</ResourceType>
<Side>Listing</Side>
<TransactionQOCGUID>b7f25b58-b290-4ac9-a9af-8c9fab2e421a</TransactionQOCGUID>
</SimpleTransactionReferralDTO>
</TransactionReferrals>
</SourceEntity>
</PostResultOfSimpleTransactionDTOvCGOl4Wv>