type set to multiSelect.
See notes on Create a Client for an example on how to format the keys and values in a customFields object.
Properties
idstringThe unique identifier for this item. label
stringDisplay name for the option (tag). key
stringUnique identifier used by the API to denote this option in READ and UPDATE queries on Clients. Auto-generated, typically a camelCase version of the name of the field. (e.g. File Sharing →
fileSharing).
color stringColor used to display the option (as seen in the dashboard). This is a RGBA color value, e.g.
rgba(204, 0, 0, 1).