GET api/transactions/GetIntegratedTransactionsByBrokerAndOfficeAndDate/{brokerQOCGUID},{officeQOCGUID},{integratedSince}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| brokerQOCGUID | globally unique identifier |
Required |
|
| officeQOCGUID | globally unique identifier |
Required |
|
| integratedSince | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SuccessIntegrationTransactionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| RoyaltyFeeDue | decimal number |
None. |
|
| RoyaltyFeePaid | decimal number |
None. |
|
| BrokerageQOCID | globally unique identifier |
None. |
|
| OfficeQOCID | globally unique identifier |
None. |
|
| SourceID | string |
None. |
|
| QOCGUID | globally unique identifier |
None. |
|
| IntegratedDate | date |
None. |
|
| EntityDetail | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RoyaltyFeeDue": 1.0,
"RoyaltyFeePaid": 1.0,
"BrokerageQOCID": "766bd6ec-7e49-42b3-bad6-c8ac7e7349a1",
"OfficeQOCID": "d6f5184f-3b34-4022-85ec-bf48bdff538b",
"SourceID": "sample string 2",
"QOCGUID": "9c60eab6-427f-4478-9d97-64ee460ddc06",
"IntegratedDate": "2026-03-10T01:16:45.3329081+00:00",
"EntityDetail": "sample string 5"
},
{
"RoyaltyFeeDue": 1.0,
"RoyaltyFeePaid": 1.0,
"BrokerageQOCID": "766bd6ec-7e49-42b3-bad6-c8ac7e7349a1",
"OfficeQOCID": "d6f5184f-3b34-4022-85ec-bf48bdff538b",
"SourceID": "sample string 2",
"QOCGUID": "9c60eab6-427f-4478-9d97-64ee460ddc06",
"IntegratedDate": "2026-03-10T01:16:45.3329081+00:00",
"EntityDetail": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfSuccessIntegrationTransactionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.APIDTO">
<SuccessIntegrationTransactionDTO>
<BrokerageQOCID>766bd6ec-7e49-42b3-bad6-c8ac7e7349a1</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-03-10T01:16:45.3329081+00:00</IntegratedDate>
<OfficeQOCID>d6f5184f-3b34-4022-85ec-bf48bdff538b</OfficeQOCID>
<QOCGUID>9c60eab6-427f-4478-9d97-64ee460ddc06</QOCGUID>
<SourceID>sample string 2</SourceID>
<RoyaltyFeeDue>1</RoyaltyFeeDue>
<RoyaltyFeePaid>1</RoyaltyFeePaid>
</SuccessIntegrationTransactionDTO>
<SuccessIntegrationTransactionDTO>
<BrokerageQOCID>766bd6ec-7e49-42b3-bad6-c8ac7e7349a1</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-03-10T01:16:45.3329081+00:00</IntegratedDate>
<OfficeQOCID>d6f5184f-3b34-4022-85ec-bf48bdff538b</OfficeQOCID>
<QOCGUID>9c60eab6-427f-4478-9d97-64ee460ddc06</QOCGUID>
<SourceID>sample string 2</SourceID>
<RoyaltyFeeDue>1</RoyaltyFeeDue>
<RoyaltyFeePaid>1</RoyaltyFeePaid>
</SuccessIntegrationTransactionDTO>
</ArrayOfSuccessIntegrationTransactionDTO>