An AccountCustomerField represents a custom customer field that is available to a Liftoff account.
Properties
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the account's customer field. |
| AccountId | int | The ID of the Liftoff account that the field belongs to. (Note: This account ID will always correspond to the account code you use in your authentication credentials.) |
| Account (via $expand) | Account | The Liftoff account that the field belongs to. |
| FieldType | FieldType | The type of the field. Valid values include Text, HTML, Select, Image, File, DateTime, Link, Record, Number, and Checkbox. |
| Code | string | The system code for the field. |
| Name | string | The display name of the field. |
| HelpText | string | The help text that is displayed in My Liftoff for the field. |
| IsDisplayed | boolean | Flag that indicates whether the field is displayed in orders. |
