Web Service Documentation /
Categories /
Property Services /
Get Professional Designation Types List
Get Professional Designation Types List
Updated on
January 15, 2021
Description
This web service retrieves a list of all of the professional designation types that can be used for property data verification.
Version
25.0
HTTP Method
GET
Resource URL
/property/professionalDesignation/list
Header
| Field Name |
Value |
Comments |
| Authorization |
Basic credentials |
|
Authorization Required
Yes
Example Request
The following example retrieves the list of all of the professional designation types that can be used for property data verification.
GET /property/professionalDesignation/list
Example Response
The following example lists the professional designation types that can be used for property data verification.
<?xml version="1.0" encoding="UTF-8"?>
<professionalDesignationList>
<professionalDesignation name="Professional Engineer" id="1"/>
<professionalDesignation name="Registered Architect" id="2"/>
<professionalDesignation name="CEM" id="3"/>
<professionalDesignation name="ASHRAE Building Energy Assessment Professional" id="4"/>
<professionalDesignation name="Other" id="5"/>
<professionalDesignation name="No Professional Designations" id="6"/>
</professionalDesignationList>