Data types
The different data types that can specified for a characteristic
"template": {
"templateId": 1,
"templateName": "Template Name",
"processId": 0,
"processName": null
}{
"fields": [
{
"fieldName": "Field Name",
"label": "field_label",
"required": false,
"maxLength": 500,
"editable": false,
"dataType": "AlphaNumericText",
"allowMultiple": false,
"listOfValues": []
},
...
]
} Last updated
Was this helpful?

