PUT api/keypersons/PutKeyPerson

Request Information

URI Parameters

None.

Body Parameters

KeyPersonDTO
NameDescriptionTypeAdditional 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.

Email

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.

Request Formats

application/json, text/json

Sample:
{
  "BrokerageQOCID": "170ab880-b0c8-4484-b9f9-3ab08d4e8631",
  "PersonQOCID": "3d8d88e7-9ffc-4466-8343-e48e035cd702",
  "OfficeQOCID": "30fb3195-3bd3-4d7f-9638-cde4c1bcae5c",
  "SourceID": "sample string 3",
  "QOCGUID": "a10ee235-37b0-4c77-87a0-289b5c681f0a",
  "KeyPersonTitle": "Accounting_Manager",
  "OfficePhone": "sample string 5",
  "CellPhone": "sample string 6",
  "EffectiveDate": "2026-03-10T01:13:34.4138832+00:00",
  "DeactiveDate": "2026-03-10T01:13:34.4138832+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:34.4138832+00:00",
  "BrandStartDate": "2026-03-10T01:13:34.4138832+00:00",
  "REStartDate": "2026-03-10T01:13:34.4138832+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": "84b35d46-6caf-44fb-8511-e9ea2c2874c5",
      "ParagraphNumber": 1,
      "ProfileCategory": "sample string 2",
      "ProfileText": "sample string 3"
    },
    {
      "PersonQOCGUID": "84b35d46-6caf-44fb-8511-e9ea2c2874c5",
      "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:34.4138832+00:00</BirthDate>
  <BrandStartDate>2026-03-10T01:13:34.4138832+00:00</BrandStartDate>
  <BrokerageQOCID>170ab880-b0c8-4484-b9f9-3ab08d4e8631</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:34.4138832+00:00</DeactiveDate>
  <EffectiveDate>2026-03-10T01:13:34.4138832+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>30fb3195-3bd3-4d7f-9638-cde4c1bcae5c</OfficeQOCID>
  <Password>sample string 19</Password>
  <PayeeType>Unknown</PayeeType>
  <PersonQOCID>3d8d88e7-9ffc-4466-8343-e48e035cd702</PersonQOCID>
  <PersonWebProfiles>
    <PersonWebProfileDTO>
      <ParagraphNumber>1</ParagraphNumber>
      <PersonQOCGUID>84b35d46-6caf-44fb-8511-e9ea2c2874c5</PersonQOCGUID>
      <ProfileCategory>sample string 2</ProfileCategory>
      <ProfileText>sample string 3</ProfileText>
    </PersonWebProfileDTO>
    <PersonWebProfileDTO>
      <ParagraphNumber>1</ParagraphNumber>
      <PersonQOCGUID>84b35d46-6caf-44fb-8511-e9ea2c2874c5</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>a10ee235-37b0-4c77-87a0-289b5c681f0a</QOCGUID>
  <REStartDate>2026-03-10T01:13:34.4138832+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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PostResultOfSimpleKeyPersonDTO
NameDescriptionTypeAdditional information
PostStatus

PostStatuses

None.

Message

string

None.

SourceEntity

SimpleKeyPersonDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "PostStatus": "Successfully",
  "Message": "sample string 1",
  "SourceEntity": {
    "BrokerageQOCID": "777545cd-3ab3-4a3c-b290-2feb1a87d56d",
    "PersonQOCID": "280abe90-222f-483b-84b1-fb8245cd28f5",
    "OfficeQOCID": "fd34b9dd-268c-408e-8c59-924771ce1210",
    "SourceID": "sample string 3",
    "QOCGUID": "7efd1f96-17a5-416b-be9e-fcb827070ce6",
    "FirstName": "sample string 5",
    "LastName": "sample string 6"
  }
}

application/xml, text/xml

Sample:
<PostResultOfSimpleKeyPersonDTOvCGOl4Wv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.APIDTO">
  <Message>sample string 1</Message>
  <PostStatus>Successfully</PostStatus>
  <SourceEntity>
    <BrokerageQOCID>777545cd-3ab3-4a3c-b290-2feb1a87d56d</BrokerageQOCID>
    <FirstName>sample string 5</FirstName>
    <LastName>sample string 6</LastName>
    <OfficeQOCID>fd34b9dd-268c-408e-8c59-924771ce1210</OfficeQOCID>
    <PersonQOCID>280abe90-222f-483b-84b1-fb8245cd28f5</PersonQOCID>
    <QOCGUID>7efd1f96-17a5-416b-be9e-fcb827070ce6</QOCGUID>
    <SourceID>sample string 3</SourceID>
  </SourceEntity>
</PostResultOfSimpleKeyPersonDTOvCGOl4Wv>