Web Service Documentation / Categories / Property Services / Get Property Identifier Value
Updated on October 30, 2018
This web service retrieves the property identifier value for a specific property and property identifier.
25.0
GET
/property/(propertyId)/identifier/(identifierId)
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials | |
| Content-Type | application/xml |
Yes
| Parameter Name | Description |
|---|---|
| identifierId | Id of the property identifier |
| propertyId | Id of the property |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | additionalIdentifier.xsd |
The following example retrieves the value to the property identifier that has an id of 654819 for the property with an id of 32423.
GET /property/32423/identifier/654819
Following example shows the value that is currently assigned to the specified property identifier.
<?xml version="1.0" encoding="UTF-8"?>
<additionalIdentifier id="654819">
<additionalIdentifierType id="16" standardApproved="true" name="U.S. Agency Designated Covered Facility ID" description="U.S. Agency Designated Covered Facility ID"/>
<value>0MDB116</value>
</additionalIdentifier>
