Web Service Documentation / Categories / Property Services / Get Property Identifier Value

Get Property Identifier Value

Updated on October 30, 2018

Description

This web service retrieves the property identifier value for a specific property and property identifier.

Version

22.0

HTTP Method

GET

Resource URL

/property/(propertyId)/identifier/(identifierId)

Header

Field Name Value Comments
Authorization Basic credentials
Content-Type application/xml

Authorization Required

Yes

Parameters

Parameter Name Description
identifierId Id of the property identifier
propertyId Id of the property

XML Schemas

Request/Response Schema Name
Request None
Response additionalIdentifier.xsd

Example Request

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

Example Response

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>
LIVE