Description
Definitions for custom property fields created to record, search, and audit information created by a company.
Resource Overview
| Endpoint | Definition | 
| GET/PropertyCustomFieldDefinitions | Retrieve a list of information related to property custom field definitions. | 
Attributes
| Attribute | Description  | Data Type  | Notes   | 
|---|---|---|---|
| ColumnType | indicates if contact is for billing purposes | boolean | |
| CompanyID | unique identifier for the company | integer(int32) | |
CompanyName  | name of the company | string | Max Length: 101 | 
ContactID  | unique identifier for the contact | integer(int32) | |
ContactName  | name of contact | string | Max Length: 101 | 
CreatedByUserID  | unique identifier of the user who created the record | integer(int32) | |
CreatedByUserName  | username of property | integer(int32) | |
CreatedDateTime  | date and time when the record was created | DateTime | |
EmailInvoiceContact  | indicates whether or not to email invoices to contacts | boolean | |
EmailNotificationsContact  | indicates whether or not an email notification should be sent to the property contact | boolean | |
LastModifiedByUserID  | unique identifier of user who made the most recent change to record | integer(int32) | |
LastModifiedByUserName  | full name of user who made the most recent change to record | string | Max Length: 101 | 
LastModifiedByDateTime  | date and time when record was last modified | DateTime | |
PrimaryContact  | indicates if this is the main property contact | boolean | |
SMSNotificationsContact  | indicates if SMS notifications should be received by contact | boolean |