ProductVersionAttributeDTO Data Type

Properties
name data type description
sequence number
mandatoryWithEl string
attributeCode string
readOnly boolean
defaultValue string
validationType AttributeValidationType
validationPattern string
validationLabel string
mandatory boolean
display boolean
ruled boolean
commercialRuleCodes array of string
assignedValue object
selectable boolean

Example

{
  "sequence" : 12345,
  "mandatoryWithEl" : "...",
  "attributeCode" : "...",
  "readOnly" : true,
  "defaultValue" : "...",
  "validationType" : "REGEX",
  "validationPattern" : "...",
  "validationLabel" : "...",
  "mandatory" : true,
  "display" : true,
  "ruled" : true,
  "commercialRuleCodes" : [ "...", "..." ],
  "assignedValue" : { },
  "selectable" : true
}