AccountCustomerField

An AccountCustomerField represents a custom customer field that is available to a Liftoff account.

Properties

NameTypeDescription
IdintThe ID of the account's customer field.
AccountIdintThe 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)AccountThe Liftoff account that the field belongs to.
FieldTypeFieldTypeThe type of the field. Valid values include Text, HTML, Select, Image, File, DateTime, Link, Record, Number, and Checkbox.
CodestringThe system code for the field.
NamestringThe display name of the field.
HelpTextstringThe help text that is displayed in My Liftoff for the field.
IsDisplayedbooleanFlag that indicates whether the field is displayed in orders.