GET api/transactions/GetIntegratedTransactionsByBrokerID/{brokerQOCGUID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| brokerQOCGUID | globally unique identifier |
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": "fb7546ed-92f8-4a6e-acc9-2eb12615f035",
"OfficeQOCID": "d6f8d3d5-a010-40d9-8f2f-4b02be1ec8c0",
"SourceID": "sample string 2",
"QOCGUID": "146db0d5-35bd-413a-84df-36a5a233036b",
"IntegratedDate": "2026-07-28T11:42:11.1113368+00:00",
"EntityDetail": "sample string 5"
},
{
"RoyaltyFeeDue": 1.0,
"RoyaltyFeePaid": 1.0,
"BrokerageQOCID": "fb7546ed-92f8-4a6e-acc9-2eb12615f035",
"OfficeQOCID": "d6f8d3d5-a010-40d9-8f2f-4b02be1ec8c0",
"SourceID": "sample string 2",
"QOCGUID": "146db0d5-35bd-413a-84df-36a5a233036b",
"IntegratedDate": "2026-07-28T11:42:11.1113368+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>fb7546ed-92f8-4a6e-acc9-2eb12615f035</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-07-28T11:42:11.1113368+00:00</IntegratedDate>
<OfficeQOCID>d6f8d3d5-a010-40d9-8f2f-4b02be1ec8c0</OfficeQOCID>
<QOCGUID>146db0d5-35bd-413a-84df-36a5a233036b</QOCGUID>
<SourceID>sample string 2</SourceID>
<RoyaltyFeeDue>1</RoyaltyFeeDue>
<RoyaltyFeePaid>1</RoyaltyFeePaid>
</SuccessIntegrationTransactionDTO>
<SuccessIntegrationTransactionDTO>
<BrokerageQOCID>fb7546ed-92f8-4a6e-acc9-2eb12615f035</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-07-28T11:42:11.1113368+00:00</IntegratedDate>
<OfficeQOCID>d6f8d3d5-a010-40d9-8f2f-4b02be1ec8c0</OfficeQOCID>
<QOCGUID>146db0d5-35bd-413a-84df-36a5a233036b</QOCGUID>
<SourceID>sample string 2</SourceID>
<RoyaltyFeeDue>1</RoyaltyFeeDue>
<RoyaltyFeePaid>1</RoyaltyFeePaid>
</SuccessIntegrationTransactionDTO>
</ArrayOfSuccessIntegrationTransactionDTO>