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": "eb3ca737-8e61-4cc8-ae6d-5f8678e77f13",
"OfficeQOCID": "ecff97e2-ac96-4120-a9ce-25814fd4c17d",
"SourceID": "sample string 2",
"QOCGUID": "6ad31806-db53-420f-b74f-d9d958dac387",
"IntegratedDate": "2026-05-08T00:47:33.084775+00:00",
"EntityDetail": "sample string 5"
},
{
"RoyaltyFeeDue": 1.0,
"RoyaltyFeePaid": 1.0,
"BrokerageQOCID": "eb3ca737-8e61-4cc8-ae6d-5f8678e77f13",
"OfficeQOCID": "ecff97e2-ac96-4120-a9ce-25814fd4c17d",
"SourceID": "sample string 2",
"QOCGUID": "6ad31806-db53-420f-b74f-d9d958dac387",
"IntegratedDate": "2026-05-08T00:47:33.084775+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>eb3ca737-8e61-4cc8-ae6d-5f8678e77f13</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-05-08T00:47:33.084775+00:00</IntegratedDate>
<OfficeQOCID>ecff97e2-ac96-4120-a9ce-25814fd4c17d</OfficeQOCID>
<QOCGUID>6ad31806-db53-420f-b74f-d9d958dac387</QOCGUID>
<SourceID>sample string 2</SourceID>
<RoyaltyFeeDue>1</RoyaltyFeeDue>
<RoyaltyFeePaid>1</RoyaltyFeePaid>
</SuccessIntegrationTransactionDTO>
<SuccessIntegrationTransactionDTO>
<BrokerageQOCID>eb3ca737-8e61-4cc8-ae6d-5f8678e77f13</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-05-08T00:47:33.084775+00:00</IntegratedDate>
<OfficeQOCID>ecff97e2-ac96-4120-a9ce-25814fd4c17d</OfficeQOCID>
<QOCGUID>6ad31806-db53-420f-b74f-d9d958dac387</QOCGUID>
<SourceID>sample string 2</SourceID>
<RoyaltyFeeDue>1</RoyaltyFeeDue>
<RoyaltyFeePaid>1</RoyaltyFeePaid>
</SuccessIntegrationTransactionDTO>
</ArrayOfSuccessIntegrationTransactionDTO>