Web Service Documentation /
Categories /
Property Services /
Get Property Custom Field Values
Get Property Custom Field Values
Updated on
July 17, 2013
Description
This web service returns a list of custom fields and their values for a specific property.
Version
25.0
HTTP Method
GET
Resource URL
/property/(propertyId)/customFieldList
Header
| Field Name |
Value |
Comments |
| Authorization |
Basic credentials |
|
Authorization Required
Yes
Parameters
| Parameter Name |
Description |
| propertyId |
Id to property |
Example Request
The following example retrieves a list of custom fields and their values for an account that has an id of 7443.
GET /property/892/customFieldList
Example Response
The following example returns a list of customer-level identifiers and their values for a specific customer.
<?xml version="1.0" encoding="UTF-8"?>
<customFieldList>
<customField name="Property Lot Number">PLT-10</customField>
</customFieldList>