Skip to content

Files

Latest commit

7b5755e · May 22, 2019

History

History
10 lines (7 loc) · 1.07 KB

CreateAttribute.md

File metadata and controls

10 lines (7 loc) · 1.07 KB

SibApiV3Sdk::CreateAttribute

Properties

Name Type Description Notes
value String Value of the attribute. Use only if the attribute's category is 'calculated' or 'global' [optional]
enumeration Array<CreateAttributeEnumeration> List of values and labels that the attribute can take. Use only if the attribute's category is &quot;category&quot;. For example, [{'value':1, 'label':'male'}, {'value':2, 'label':'female'}] [optional]
type String Type of the attribute. Use only if the attribute's category is 'normal', 'category' or 'transactional' ( type 'boolean' is only available if the category is 'normal' attribute, type 'id' is only available if the category is 'transactional' attribute & type 'category' is only available if the category is 'category' attribute ) [optional]