POST api/agents/PostAgents
Request Information
URI Parameters
None.
Body Parameters
Collection of AgentDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| BrokerageQOCID | globally unique identifier |
None. |
|
| PersonQOCID | globally unique identifier |
None. |
|
| OfficeQOCID | globally unique identifier |
None. |
|
| SourceSystem | string |
None. |
|
| TeamQOCID | globally unique identifier |
None. |
|
| SourceID | string |
None. |
|
| QOCGUID | globally unique identifier |
None. |
|
| AgentType | AgentTypes |
None. |
|
| AgentTitle | AgentTitles |
None. |
|
| OfficePhone | string |
None. |
|
| CellPhone | string |
None. |
|
| Profile | string |
None. |
|
| Specialty | string |
None. |
|
| Byline | string |
None. |
|
| IsIndependentAgent | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| SAAwardsLevel | integer |
None. |
|
| EffectiveDate | date |
None. |
|
| DeactiveDate | date |
None. |
|
| AnniversaryStartingDate | date |
None. |
|
| AnniversaryEndingDate | date |
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. |
|
| MLSID | string |
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. |
|
| AgentLicenseType | AgentLicenseTypes |
None. |
|
| licenseNumber | string |
None. |
|
| LicenseDate | date |
None. |
|
| LicenseExpirationDate | date |
None. |
|
| PersonWebProfiles | Collection of PersonWebProfileDTO |
None. |
|
| MLSBoardName | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"BrokerageQOCID": "59ba9417-bcc1-4c6c-89ed-2a407ab6918e",
"PersonQOCID": "51b20927-b941-48e7-9553-0f0d4551438b",
"OfficeQOCID": "acd7577c-64f3-4bda-af5b-562426b7332b",
"SourceSystem": "sample string 4",
"TeamQOCID": "d2168889-190f-428b-8dc9-0662ef16a305",
"SourceID": "sample string 5",
"QOCGUID": "d9144bff-761e-4ea1-a364-22951d87b180",
"AgentType": "Full_Time",
"AgentTitle": "Associate_Broker",
"OfficePhone": "sample string 7",
"CellPhone": "sample string 8",
"Profile": "sample string 9",
"Specialty": "sample string 10",
"Byline": "sample string 11",
"IsIndependentAgent": true,
"IsActive": true,
"SAAwardsLevel": 1,
"EffectiveDate": "2026-03-10T01:14:03.6501652+00:00",
"DeactiveDate": "2026-03-10T01:14:03.6501652+00:00",
"AnniversaryStartingDate": "2026-03-10T01:14:03.6501652+00:00",
"AnniversaryEndingDate": "2026-03-10T01:14:03.6501652+00:00",
"ContactSourceID": "sample string 14",
"FirstName": "sample string 15",
"LastName": "sample string 16",
"MidddleName": "sample string 17",
"FamiliarName": "sample string 18",
"PrintedName": "sample string 19",
"CompanyName": "sample string 20",
"GenderType": "Male",
"LanguageSpoken": "sample string 21",
"Phone": "sample string 22",
"Fax": "sample string 23",
"Email": "sample string 24",
"TaxID": "sample string 25",
"PayeeType": "Unknown",
"BirthDate": "2026-03-10T01:14:03.6501652+00:00",
"BrandStartDate": "2026-03-10T01:14:03.6501652+00:00",
"REStartDate": "2026-03-10T01:14:03.6501652+00:00",
"MLSID": "sample string 26",
"Password": "sample string 27",
"StreetDirection": "sample string 28",
"StreetNumber": "sample string 29",
"StreetName": "sample string 30",
"StreetDesignation": "sample string 31",
"StreetSuffix": "sample string 32",
"SuiteAptNumber": "sample string 33",
"BuildingFloorNumber": "sample string 34",
"City": "sample string 35",
"StateorProvidence": "sample string 36",
"PostalCode": "sample string 37",
"Country": "sample string 38",
"Address1": "sample string 39",
"Address2": "sample string 40",
"AgentLicenseType": 0,
"licenseNumber": "sample string 41",
"LicenseDate": "2026-03-10T01:14:03.6501652+00:00",
"LicenseExpirationDate": "2026-03-10T01:14:03.6501652+00:00",
"PersonWebProfiles": [
{
"PersonQOCGUID": "78217374-ecb7-423c-a735-ed79fd48e2b9",
"ParagraphNumber": 1,
"ProfileCategory": "sample string 2",
"ProfileText": "sample string 3"
},
{
"PersonQOCGUID": "78217374-ecb7-423c-a735-ed79fd48e2b9",
"ParagraphNumber": 1,
"ProfileCategory": "sample string 2",
"ProfileText": "sample string 3"
}
],
"MLSBoardName": "sample string 42"
},
{
"BrokerageQOCID": "59ba9417-bcc1-4c6c-89ed-2a407ab6918e",
"PersonQOCID": "51b20927-b941-48e7-9553-0f0d4551438b",
"OfficeQOCID": "acd7577c-64f3-4bda-af5b-562426b7332b",
"SourceSystem": "sample string 4",
"TeamQOCID": "d2168889-190f-428b-8dc9-0662ef16a305",
"SourceID": "sample string 5",
"QOCGUID": "d9144bff-761e-4ea1-a364-22951d87b180",
"AgentType": "Full_Time",
"AgentTitle": "Associate_Broker",
"OfficePhone": "sample string 7",
"CellPhone": "sample string 8",
"Profile": "sample string 9",
"Specialty": "sample string 10",
"Byline": "sample string 11",
"IsIndependentAgent": true,
"IsActive": true,
"SAAwardsLevel": 1,
"EffectiveDate": "2026-03-10T01:14:03.6501652+00:00",
"DeactiveDate": "2026-03-10T01:14:03.6501652+00:00",
"AnniversaryStartingDate": "2026-03-10T01:14:03.6501652+00:00",
"AnniversaryEndingDate": "2026-03-10T01:14:03.6501652+00:00",
"ContactSourceID": "sample string 14",
"FirstName": "sample string 15",
"LastName": "sample string 16",
"MidddleName": "sample string 17",
"FamiliarName": "sample string 18",
"PrintedName": "sample string 19",
"CompanyName": "sample string 20",
"GenderType": "Male",
"LanguageSpoken": "sample string 21",
"Phone": "sample string 22",
"Fax": "sample string 23",
"Email": "sample string 24",
"TaxID": "sample string 25",
"PayeeType": "Unknown",
"BirthDate": "2026-03-10T01:14:03.6501652+00:00",
"BrandStartDate": "2026-03-10T01:14:03.6501652+00:00",
"REStartDate": "2026-03-10T01:14:03.6501652+00:00",
"MLSID": "sample string 26",
"Password": "sample string 27",
"StreetDirection": "sample string 28",
"StreetNumber": "sample string 29",
"StreetName": "sample string 30",
"StreetDesignation": "sample string 31",
"StreetSuffix": "sample string 32",
"SuiteAptNumber": "sample string 33",
"BuildingFloorNumber": "sample string 34",
"City": "sample string 35",
"StateorProvidence": "sample string 36",
"PostalCode": "sample string 37",
"Country": "sample string 38",
"Address1": "sample string 39",
"Address2": "sample string 40",
"AgentLicenseType": 0,
"licenseNumber": "sample string 41",
"LicenseDate": "2026-03-10T01:14:03.6501652+00:00",
"LicenseExpirationDate": "2026-03-10T01:14:03.6501652+00:00",
"PersonWebProfiles": [
{
"PersonQOCGUID": "78217374-ecb7-423c-a735-ed79fd48e2b9",
"ParagraphNumber": 1,
"ProfileCategory": "sample string 2",
"ProfileText": "sample string 3"
},
{
"PersonQOCGUID": "78217374-ecb7-423c-a735-ed79fd48e2b9",
"ParagraphNumber": 1,
"ProfileCategory": "sample string 2",
"ProfileText": "sample string 3"
}
],
"MLSBoardName": "sample string 42"
}
]
application/xml, text/xml
Sample:
<ArrayOfAgentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.DTO">
<AgentDTO>
<Address1>sample string 39</Address1>
<Address2>sample string 40</Address2>
<AgentLicenseType>Sales_Associate</AgentLicenseType>
<AgentTitle>Associate_Broker</AgentTitle>
<AgentType>Full_Time</AgentType>
<AnniversaryEndingDate>2026-03-10T01:14:03.6501652+00:00</AnniversaryEndingDate>
<AnniversaryStartingDate>2026-03-10T01:14:03.6501652+00:00</AnniversaryStartingDate>
<BirthDate>2026-03-10T01:14:03.6501652+00:00</BirthDate>
<BrandStartDate>2026-03-10T01:14:03.6501652+00:00</BrandStartDate>
<BrokerageQOCID>59ba9417-bcc1-4c6c-89ed-2a407ab6918e</BrokerageQOCID>
<BuildingFloorNumber>sample string 34</BuildingFloorNumber>
<Byline>sample string 11</Byline>
<CellPhone>sample string 8</CellPhone>
<City>sample string 35</City>
<CompanyName>sample string 20</CompanyName>
<ContactSourceID>sample string 14</ContactSourceID>
<Country>sample string 38</Country>
<DeactiveDate>2026-03-10T01:14:03.6501652+00:00</DeactiveDate>
<EffectiveDate>2026-03-10T01:14:03.6501652+00:00</EffectiveDate>
<Email>sample string 24</Email>
<FamiliarName>sample string 18</FamiliarName>
<Fax>sample string 23</Fax>
<FirstName>sample string 15</FirstName>
<GenderType>Male</GenderType>
<IsActive>true</IsActive>
<IsIndependentAgent>true</IsIndependentAgent>
<LanguageSpoken>sample string 21</LanguageSpoken>
<LastName>sample string 16</LastName>
<LicenseDate>2026-03-10T01:14:03.6501652+00:00</LicenseDate>
<LicenseExpirationDate>2026-03-10T01:14:03.6501652+00:00</LicenseExpirationDate>
<MLSBoardName>sample string 42</MLSBoardName>
<MLSID>sample string 26</MLSID>
<MidddleName>sample string 17</MidddleName>
<OfficePhone>sample string 7</OfficePhone>
<OfficeQOCID>acd7577c-64f3-4bda-af5b-562426b7332b</OfficeQOCID>
<Password>sample string 27</Password>
<PayeeType>Unknown</PayeeType>
<PersonQOCID>51b20927-b941-48e7-9553-0f0d4551438b</PersonQOCID>
<PersonWebProfiles>
<PersonWebProfileDTO>
<ParagraphNumber>1</ParagraphNumber>
<PersonQOCGUID>78217374-ecb7-423c-a735-ed79fd48e2b9</PersonQOCGUID>
<ProfileCategory>sample string 2</ProfileCategory>
<ProfileText>sample string 3</ProfileText>
</PersonWebProfileDTO>
<PersonWebProfileDTO>
<ParagraphNumber>1</ParagraphNumber>
<PersonQOCGUID>78217374-ecb7-423c-a735-ed79fd48e2b9</PersonQOCGUID>
<ProfileCategory>sample string 2</ProfileCategory>
<ProfileText>sample string 3</ProfileText>
</PersonWebProfileDTO>
</PersonWebProfiles>
<Phone>sample string 22</Phone>
<PostalCode>sample string 37</PostalCode>
<PrintedName>sample string 19</PrintedName>
<Profile>sample string 9</Profile>
<QOCGUID>d9144bff-761e-4ea1-a364-22951d87b180</QOCGUID>
<REStartDate>2026-03-10T01:14:03.6501652+00:00</REStartDate>
<SAAwardsLevel>1</SAAwardsLevel>
<SourceID>sample string 5</SourceID>
<SourceSystem>sample string 4</SourceSystem>
<Specialty>sample string 10</Specialty>
<StateorProvidence>sample string 36</StateorProvidence>
<StreetDesignation>sample string 31</StreetDesignation>
<StreetDirection>sample string 28</StreetDirection>
<StreetName>sample string 30</StreetName>
<StreetNumber>sample string 29</StreetNumber>
<StreetSuffix>sample string 32</StreetSuffix>
<SuiteAptNumber>sample string 33</SuiteAptNumber>
<TaxID>sample string 25</TaxID>
<TeamQOCID>d2168889-190f-428b-8dc9-0662ef16a305</TeamQOCID>
<licenseNumber>sample string 41</licenseNumber>
</AgentDTO>
<AgentDTO>
<Address1>sample string 39</Address1>
<Address2>sample string 40</Address2>
<AgentLicenseType>Sales_Associate</AgentLicenseType>
<AgentTitle>Associate_Broker</AgentTitle>
<AgentType>Full_Time</AgentType>
<AnniversaryEndingDate>2026-03-10T01:14:03.6501652+00:00</AnniversaryEndingDate>
<AnniversaryStartingDate>2026-03-10T01:14:03.6501652+00:00</AnniversaryStartingDate>
<BirthDate>2026-03-10T01:14:03.6501652+00:00</BirthDate>
<BrandStartDate>2026-03-10T01:14:03.6501652+00:00</BrandStartDate>
<BrokerageQOCID>59ba9417-bcc1-4c6c-89ed-2a407ab6918e</BrokerageQOCID>
<BuildingFloorNumber>sample string 34</BuildingFloorNumber>
<Byline>sample string 11</Byline>
<CellPhone>sample string 8</CellPhone>
<City>sample string 35</City>
<CompanyName>sample string 20</CompanyName>
<ContactSourceID>sample string 14</ContactSourceID>
<Country>sample string 38</Country>
<DeactiveDate>2026-03-10T01:14:03.6501652+00:00</DeactiveDate>
<EffectiveDate>2026-03-10T01:14:03.6501652+00:00</EffectiveDate>
<Email>sample string 24</Email>
<FamiliarName>sample string 18</FamiliarName>
<Fax>sample string 23</Fax>
<FirstName>sample string 15</FirstName>
<GenderType>Male</GenderType>
<IsActive>true</IsActive>
<IsIndependentAgent>true</IsIndependentAgent>
<LanguageSpoken>sample string 21</LanguageSpoken>
<LastName>sample string 16</LastName>
<LicenseDate>2026-03-10T01:14:03.6501652+00:00</LicenseDate>
<LicenseExpirationDate>2026-03-10T01:14:03.6501652+00:00</LicenseExpirationDate>
<MLSBoardName>sample string 42</MLSBoardName>
<MLSID>sample string 26</MLSID>
<MidddleName>sample string 17</MidddleName>
<OfficePhone>sample string 7</OfficePhone>
<OfficeQOCID>acd7577c-64f3-4bda-af5b-562426b7332b</OfficeQOCID>
<Password>sample string 27</Password>
<PayeeType>Unknown</PayeeType>
<PersonQOCID>51b20927-b941-48e7-9553-0f0d4551438b</PersonQOCID>
<PersonWebProfiles>
<PersonWebProfileDTO>
<ParagraphNumber>1</ParagraphNumber>
<PersonQOCGUID>78217374-ecb7-423c-a735-ed79fd48e2b9</PersonQOCGUID>
<ProfileCategory>sample string 2</ProfileCategory>
<ProfileText>sample string 3</ProfileText>
</PersonWebProfileDTO>
<PersonWebProfileDTO>
<ParagraphNumber>1</ParagraphNumber>
<PersonQOCGUID>78217374-ecb7-423c-a735-ed79fd48e2b9</PersonQOCGUID>
<ProfileCategory>sample string 2</ProfileCategory>
<ProfileText>sample string 3</ProfileText>
</PersonWebProfileDTO>
</PersonWebProfiles>
<Phone>sample string 22</Phone>
<PostalCode>sample string 37</PostalCode>
<PrintedName>sample string 19</PrintedName>
<Profile>sample string 9</Profile>
<QOCGUID>d9144bff-761e-4ea1-a364-22951d87b180</QOCGUID>
<REStartDate>2026-03-10T01:14:03.6501652+00:00</REStartDate>
<SAAwardsLevel>1</SAAwardsLevel>
<SourceID>sample string 5</SourceID>
<SourceSystem>sample string 4</SourceSystem>
<Specialty>sample string 10</Specialty>
<StateorProvidence>sample string 36</StateorProvidence>
<StreetDesignation>sample string 31</StreetDesignation>
<StreetDirection>sample string 28</StreetDirection>
<StreetName>sample string 30</StreetName>
<StreetNumber>sample string 29</StreetNumber>
<StreetSuffix>sample string 32</StreetSuffix>
<SuiteAptNumber>sample string 33</SuiteAptNumber>
<TaxID>sample string 25</TaxID>
<TeamQOCID>d2168889-190f-428b-8dc9-0662ef16a305</TeamQOCID>
<licenseNumber>sample string 41</licenseNumber>
</AgentDTO>
</ArrayOfAgentDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PostResultOfSimpleAgentDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PostStatus | PostStatuses |
None. |
|
| Message | string |
None. |
|
| SourceEntity | SimpleAgentDTO |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PostStatus": "Successfully",
"Message": "sample string 1",
"SourceEntity": {
"BrokerageQOCID": "fd86c91c-e291-4137-97d6-ae790962534f",
"PersonQOCID": "57f68a94-a3f0-4d81-a091-9843a556a526",
"OfficeQOCID": "c6b103c8-1557-44b1-b4fc-0f2d88c9dd03",
"SourceID": "sample string 4",
"QOCGUID": "dd97af36-d2b7-4288-82b6-5acf5ac3e92d",
"FirstName": "sample string 6",
"LastName": "sample string 7"
}
},
{
"PostStatus": "Successfully",
"Message": "sample string 1",
"SourceEntity": {
"BrokerageQOCID": "fd86c91c-e291-4137-97d6-ae790962534f",
"PersonQOCID": "57f68a94-a3f0-4d81-a091-9843a556a526",
"OfficeQOCID": "c6b103c8-1557-44b1-b4fc-0f2d88c9dd03",
"SourceID": "sample string 4",
"QOCGUID": "dd97af36-d2b7-4288-82b6-5acf5ac3e92d",
"FirstName": "sample string 6",
"LastName": "sample string 7"
}
}
]
application/xml, text/xml
Sample:
<ArrayOfPostResultOfSimpleAgentDTOvCGOl4Wv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.APIDTO">
<PostResultOfSimpleAgentDTOvCGOl4Wv>
<Message>sample string 1</Message>
<PostStatus>Successfully</PostStatus>
<SourceEntity>
<BrokerageQOCID>fd86c91c-e291-4137-97d6-ae790962534f</BrokerageQOCID>
<FirstName>sample string 6</FirstName>
<LastName>sample string 7</LastName>
<OfficeQOCID>c6b103c8-1557-44b1-b4fc-0f2d88c9dd03</OfficeQOCID>
<PersonQOCID>57f68a94-a3f0-4d81-a091-9843a556a526</PersonQOCID>
<QOCGUID>dd97af36-d2b7-4288-82b6-5acf5ac3e92d</QOCGUID>
<SourceID>sample string 4</SourceID>
</SourceEntity>
</PostResultOfSimpleAgentDTOvCGOl4Wv>
<PostResultOfSimpleAgentDTOvCGOl4Wv>
<Message>sample string 1</Message>
<PostStatus>Successfully</PostStatus>
<SourceEntity>
<BrokerageQOCID>fd86c91c-e291-4137-97d6-ae790962534f</BrokerageQOCID>
<FirstName>sample string 6</FirstName>
<LastName>sample string 7</LastName>
<OfficeQOCID>c6b103c8-1557-44b1-b4fc-0f2d88c9dd03</OfficeQOCID>
<PersonQOCID>57f68a94-a3f0-4d81-a091-9843a556a526</PersonQOCID>
<QOCGUID>dd97af36-d2b7-4288-82b6-5acf5ac3e92d</QOCGUID>
<SourceID>sample string 4</SourceID>
</SourceEntity>
</PostResultOfSimpleAgentDTOvCGOl4Wv>
</ArrayOfPostResultOfSimpleAgentDTOvCGOl4Wv>