name | data type | description |
---|---|---|
sequence | number | |
mandatoryWithEl | string | |
attributeCode | string | |
display | boolean | |
readOnly | boolean | |
defaultValue | string | |
validationType | AttributeValidationType | |
validationPattern | string | |
validationLabel | string | |
mandatory | boolean | |
ruled | boolean | |
commercialRuleCodes | array of string | |
assignedValue | object | |
selectable | boolean |
Example
{ "sequence" : 12345, "mandatoryWithEl" : "...", "attributeCode" : "...", "display" : true, "readOnly" : true, "defaultValue" : "...", "validationType" : "EL", "validationPattern" : "...", "validationLabel" : "...", "mandatory" : true, "ruled" : true, "commercialRuleCodes" : [ "...", "..." ], "assignedValue" : { }, "selectable" : true }