Web Service Documentation / Categories / Property Services / Get Professional Designation Types List
Updated on January 15, 2021
This web service retrieves a list of all of the professional designation types that can be used for property data verification.
23.0
GET
/property/professionalDesignation/list
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
None
Request/Response | Schema Name |
---|---|
Request | None |
Response | verification.xsd |
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
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>