Web Service Documentation / Categories / Property Services / Delete Specific Professional Designation License from Property's Verification Information

Delete Specific Professional Designation License from Property's Verification Information

Updated on January 15, 2021

Description

This web service deletes a specific professional designation license from a given property's verification information. Any existing licenses under the specific professional designation are re-indexed.

Version

22.0

HTTP Method

DELETE

Resource URL

/property/(propertyId)/verification/professionalDesignation/(designationTypeId)/(index)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
designationTypeId Id of the professional designation type
index Index number of the license
propertyId Id of the property

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

The following example deletes the 3rd Professional Engineer license information from a property that has an id of 32423.

DELETE  /property/32423/verification/professionalDesignation/1/3

Example Response

The following example indicates that the operation was successful.

<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok">
     <links>
          <link linkDescription="This is the GET url for this Property Verification." link="/property/32423/verification/professionalDesignation" httpMethod="GET"/>
     </links>
</response>
TEST