Web Service Documentation / Categories / Property Services / Get Property Custom Field Values
Updated on July 17, 2013
This web service returns a list of custom fields and their values for a specific property.
23.0
GET
/property/(propertyId)/customFieldList
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
propertyId | Id to property |
Request/Response | Schema Name |
---|---|
Request | None |
Response | customField.xsd |
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
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>