GET api/keypersons/GetKeyPersonById/{keyPersonQOCGUID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| keyPersonQOCGUID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
KeyPersonDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| BrokerageQOCID | globally unique identifier |
None. |
|
| PersonQOCID | globally unique identifier |
None. |
|
| OfficeQOCID | globally unique identifier |
None. |
|
| SourceID | string |
None. |
|
| QOCGUID | globally unique identifier |
None. |
|
| KeyPersonTitle | KeyPersonTitles |
None. |
|
| OfficePhone | string |
None. |
|
| CellPhone | string |
None. |
|
| EffectiveDate | date |
None. |
|
| DeactiveDate | date |
None. |
|
| IsActive | boolean |
None. |
|
| ContactSourceID | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| MidddleName | string |
None. |
|
| FamiliarName | string |
None. |
|
| PrintedName | string |
None. |
|
| CompanyName | string |
None. |
|
| GenderType | GenderTypes |
None. |
|
| LanguageSpoken | string |
None. |
|
| Phone | string |
None. |
|
| Fax | string |
None. |
|
| string |
None. |
||
| TaxID | string |
None. |
|
| PayeeType | PayeeTypes |
None. |
|
| BirthDate | date |
None. |
|
| BrandStartDate | date |
None. |
|
| REStartDate | date |
None. |
|
| Password | string |
None. |
|
| StreetDirection | string |
None. |
|
| StreetNumber | string |
None. |
|
| StreetName | string |
None. |
|
| StreetDesignation | string |
None. |
|
| StreetSuffix | string |
None. |
|
| SuiteAptNumber | string |
None. |
|
| BuildingFloorNumber | string |
None. |
|
| City | string |
None. |
|
| StateorProvidence | string |
None. |
|
| PostalCode | string |
None. |
|
| Country | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| PersonWebProfiles | Collection of PersonWebProfileDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"BrokerageQOCID": "ad6b596e-2185-43ba-9573-2c9be76c6add",
"PersonQOCID": "6b4a0221-850b-4aab-975e-5f66f4d7c38e",
"OfficeQOCID": "13f221f2-1e66-4fe1-9688-39b6ef69be8a",
"SourceID": "sample string 3",
"QOCGUID": "d56d6302-6f0a-45fb-b97f-fc1f484c50ef",
"KeyPersonTitle": "Accounting_Manager",
"OfficePhone": "sample string 5",
"CellPhone": "sample string 6",
"EffectiveDate": "2026-03-10T01:13:32.6482289+00:00",
"DeactiveDate": "2026-03-10T01:13:32.6482289+00:00",
"IsActive": true,
"ContactSourceID": "sample string 7",
"FirstName": "sample string 8",
"LastName": "sample string 9",
"MidddleName": "sample string 10",
"FamiliarName": "sample string 11",
"PrintedName": "sample string 12",
"CompanyName": "sample string 13",
"GenderType": "Male",
"LanguageSpoken": "sample string 14",
"Phone": "sample string 15",
"Fax": "sample string 16",
"Email": "sample string 17",
"TaxID": "sample string 18",
"PayeeType": "Unknown",
"BirthDate": "2026-03-10T01:13:32.6482289+00:00",
"BrandStartDate": "2026-03-10T01:13:32.6482289+00:00",
"REStartDate": "2026-03-10T01:13:32.6482289+00:00",
"Password": "sample string 19",
"StreetDirection": "sample string 20",
"StreetNumber": "sample string 21",
"StreetName": "sample string 22",
"StreetDesignation": "sample string 23",
"StreetSuffix": "sample string 24",
"SuiteAptNumber": "sample string 25",
"BuildingFloorNumber": "sample string 26",
"City": "sample string 27",
"StateorProvidence": "sample string 28",
"PostalCode": "sample string 29",
"Country": "sample string 30",
"Address1": "sample string 31",
"Address2": "sample string 32",
"PersonWebProfiles": [
{
"PersonQOCGUID": "d41bfe2d-ef9e-480b-8171-372ecca4fc96",
"ParagraphNumber": 1,
"ProfileCategory": "sample string 2",
"ProfileText": "sample string 3"
},
{
"PersonQOCGUID": "d41bfe2d-ef9e-480b-8171-372ecca4fc96",
"ParagraphNumber": 1,
"ProfileCategory": "sample string 2",
"ProfileText": "sample string 3"
}
]
}
application/xml, text/xml
Sample:
<KeyPersonDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.DTO">
<Address1>sample string 31</Address1>
<Address2>sample string 32</Address2>
<BirthDate>2026-03-10T01:13:32.6482289+00:00</BirthDate>
<BrandStartDate>2026-03-10T01:13:32.6482289+00:00</BrandStartDate>
<BrokerageQOCID>ad6b596e-2185-43ba-9573-2c9be76c6add</BrokerageQOCID>
<BuildingFloorNumber>sample string 26</BuildingFloorNumber>
<CellPhone>sample string 6</CellPhone>
<City>sample string 27</City>
<CompanyName>sample string 13</CompanyName>
<ContactSourceID>sample string 7</ContactSourceID>
<Country>sample string 30</Country>
<DeactiveDate>2026-03-10T01:13:32.6482289+00:00</DeactiveDate>
<EffectiveDate>2026-03-10T01:13:32.6482289+00:00</EffectiveDate>
<Email>sample string 17</Email>
<FamiliarName>sample string 11</FamiliarName>
<Fax>sample string 16</Fax>
<FirstName>sample string 8</FirstName>
<GenderType>Male</GenderType>
<IsActive>true</IsActive>
<KeyPersonTitle>Accounting_Manager</KeyPersonTitle>
<LanguageSpoken>sample string 14</LanguageSpoken>
<LastName>sample string 9</LastName>
<MidddleName>sample string 10</MidddleName>
<OfficePhone>sample string 5</OfficePhone>
<OfficeQOCID>13f221f2-1e66-4fe1-9688-39b6ef69be8a</OfficeQOCID>
<Password>sample string 19</Password>
<PayeeType>Unknown</PayeeType>
<PersonQOCID>6b4a0221-850b-4aab-975e-5f66f4d7c38e</PersonQOCID>
<PersonWebProfiles>
<PersonWebProfileDTO>
<ParagraphNumber>1</ParagraphNumber>
<PersonQOCGUID>d41bfe2d-ef9e-480b-8171-372ecca4fc96</PersonQOCGUID>
<ProfileCategory>sample string 2</ProfileCategory>
<ProfileText>sample string 3</ProfileText>
</PersonWebProfileDTO>
<PersonWebProfileDTO>
<ParagraphNumber>1</ParagraphNumber>
<PersonQOCGUID>d41bfe2d-ef9e-480b-8171-372ecca4fc96</PersonQOCGUID>
<ProfileCategory>sample string 2</ProfileCategory>
<ProfileText>sample string 3</ProfileText>
</PersonWebProfileDTO>
</PersonWebProfiles>
<Phone>sample string 15</Phone>
<PostalCode>sample string 29</PostalCode>
<PrintedName>sample string 12</PrintedName>
<QOCGUID>d56d6302-6f0a-45fb-b97f-fc1f484c50ef</QOCGUID>
<REStartDate>2026-03-10T01:13:32.6482289+00:00</REStartDate>
<SourceID>sample string 3</SourceID>
<StateorProvidence>sample string 28</StateorProvidence>
<StreetDesignation>sample string 23</StreetDesignation>
<StreetDirection>sample string 20</StreetDirection>
<StreetName>sample string 22</StreetName>
<StreetNumber>sample string 21</StreetNumber>
<StreetSuffix>sample string 24</StreetSuffix>
<SuiteAptNumber>sample string 25</SuiteAptNumber>
<TaxID>sample string 18</TaxID>
</KeyPersonDTO>