GET api/transactions/GetIntegratedTransactionsByBrokerID/{brokerQOCGUID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
brokerQOCGUID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SuccessIntegrationTransactionDTO
NameDescriptionTypeAdditional 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": "ab2f6b3a-c460-4f9f-9e9d-f21107a43c7c",
    "OfficeQOCID": "e2d9d70b-a901-492e-a184-d2c0203abdb4",
    "SourceID": "sample string 2",
    "QOCGUID": "382835a8-fcd0-4a27-9f5e-8711ba1e57fe",
    "IntegratedDate": "2026-03-10T01:16:03.7773172+00:00",
    "EntityDetail": "sample string 5"
  },
  {
    "RoyaltyFeeDue": 1.0,
    "RoyaltyFeePaid": 1.0,
    "BrokerageQOCID": "ab2f6b3a-c460-4f9f-9e9d-f21107a43c7c",
    "OfficeQOCID": "e2d9d70b-a901-492e-a184-d2c0203abdb4",
    "SourceID": "sample string 2",
    "QOCGUID": "382835a8-fcd0-4a27-9f5e-8711ba1e57fe",
    "IntegratedDate": "2026-03-10T01:16:03.7773172+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>ab2f6b3a-c460-4f9f-9e9d-f21107a43c7c</BrokerageQOCID>
    <EntityDetail>sample string 5</EntityDetail>
    <IntegratedDate>2026-03-10T01:16:03.7773172+00:00</IntegratedDate>
    <OfficeQOCID>e2d9d70b-a901-492e-a184-d2c0203abdb4</OfficeQOCID>
    <QOCGUID>382835a8-fcd0-4a27-9f5e-8711ba1e57fe</QOCGUID>
    <SourceID>sample string 2</SourceID>
    <RoyaltyFeeDue>1</RoyaltyFeeDue>
    <RoyaltyFeePaid>1</RoyaltyFeePaid>
  </SuccessIntegrationTransactionDTO>
  <SuccessIntegrationTransactionDTO>
    <BrokerageQOCID>ab2f6b3a-c460-4f9f-9e9d-f21107a43c7c</BrokerageQOCID>
    <EntityDetail>sample string 5</EntityDetail>
    <IntegratedDate>2026-03-10T01:16:03.7773172+00:00</IntegratedDate>
    <OfficeQOCID>e2d9d70b-a901-492e-a184-d2c0203abdb4</OfficeQOCID>
    <QOCGUID>382835a8-fcd0-4a27-9f5e-8711ba1e57fe</QOCGUID>
    <SourceID>sample string 2</SourceID>
    <RoyaltyFeeDue>1</RoyaltyFeeDue>
    <RoyaltyFeePaid>1</RoyaltyFeePaid>
  </SuccessIntegrationTransactionDTO>
</ArrayOfSuccessIntegrationTransactionDTO>