Mes.WebApi.Models.SystemAttribute JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| attr_id | The system attribute ID. | integer |
| attr_desc | The system attribute description. | string |
| attr_value | The system attribute value. | string |
| grp_id | The ID of the attribute group to which the attribute belongs. | integer |
| attr_seq | The sequence number of the attribute within its group. | integer |
| edit_type | 0 = string (up to 80 characters; the default data type) 1 = drop-down list of values defined in the Attr_Set table 2 = integer 3 = currency 4 = color 5 = datetime 6 = floating point number 7 = percent 8 = check box 9 = non-editable 10 = time of day 11 = item reason (only if attr_grp = 3) 12 = long string (more than 80 characters) 13 = drop-down list of values that come from a column in a table that is specified in attr_constraints. | integer |
| attr_constraints | string | |
| reqd_lic | The the licenses required for the system attribute to be editable. This property is null if the attribute requires no particular license. If the property has a value, the format is one or more product numbers joined by + for AND or | for OR, and it is to be evaluated from left to right. | string |