Description
Custom property fields created to record, search, and audit information created by a company.
Resource Overview
| Endpoint | Definition | 
| GET/PropertyCustomFields | Retrieve a list of information related to custom fields. | 
| POST/PropertyCustomFields | Add a property custom field. | 
| PUT/PropertyCustomFields | Modify an existing property custom field. | 
Attributes
| Attribute | Description  | Data Type  | Notes   | 
|---|---|---|---|
| ColumnValue | value of property as a text string | string | |
MaxLength2000  | maximum number of characters allowed | string | Max Length: 101 | 
MinLength0  | minimum number of characters allowed | integer(int32) | |
PropertyCustomFieldDefinitionID  | unique identifier for custom field definition | integer(int32) | |
PropertyID  | unique identifier for the property | integer(int32) |