GET api/keypersons/GetIntegratedKeyPersonsByBrokerAndOfficeID/{brokerQOCGUID},{officeQOCGUID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| brokerQOCGUID | globally unique identifier |
Required |
|
| officeQOCGUID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SuccessIntegrationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
[
{
"BrokerageQOCID": "84cfdd66-40a1-4aae-a897-6817ca7fb105",
"OfficeQOCID": "4a3bfc08-4335-47db-93e1-befe75619f8e",
"SourceID": "sample string 2",
"QOCGUID": "81b10af9-58f8-4d36-a7f2-41908a2b5965",
"IntegratedDate": "2026-03-10T01:16:03.2929374+00:00",
"EntityDetail": "sample string 5"
},
{
"BrokerageQOCID": "84cfdd66-40a1-4aae-a897-6817ca7fb105",
"OfficeQOCID": "4a3bfc08-4335-47db-93e1-befe75619f8e",
"SourceID": "sample string 2",
"QOCGUID": "81b10af9-58f8-4d36-a7f2-41908a2b5965",
"IntegratedDate": "2026-03-10T01:16:03.2929374+00:00",
"EntityDetail": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfSuccessIntegrationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.APIDTO">
<SuccessIntegrationDTO>
<BrokerageQOCID>84cfdd66-40a1-4aae-a897-6817ca7fb105</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-03-10T01:16:03.2929374+00:00</IntegratedDate>
<OfficeQOCID>4a3bfc08-4335-47db-93e1-befe75619f8e</OfficeQOCID>
<QOCGUID>81b10af9-58f8-4d36-a7f2-41908a2b5965</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
<SuccessIntegrationDTO>
<BrokerageQOCID>84cfdd66-40a1-4aae-a897-6817ca7fb105</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-03-10T01:16:03.2929374+00:00</IntegratedDate>
<OfficeQOCID>4a3bfc08-4335-47db-93e1-befe75619f8e</OfficeQOCID>
<QOCGUID>81b10af9-58f8-4d36-a7f2-41908a2b5965</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
</ArrayOfSuccessIntegrationDTO>