Mes.WebApi.Models.V3.Quality.QmSpec JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| qm_spec_name | The QM specification name. | string |
| qm_spec_desc | The QM specification description. | string |
| edit_level | The user privilege level required to edit the specification. The default 1. | integer |
| ver_id | The specification version ID. | string |
| start_eff_utc | The date and time when this version of the specification becomes effective, in UTC. The default is the current date and time. | string |
| end_eff_utc | The date and time when this version of the specification is no longer in effect, in UTC. If null, this specification will no longer be in effect when a QM specification with the same name but a later effective start date goes into effect. | string |
| ent_id | The ID of the entity or entity class to which this specification applies. | integer |
| item_id | The ID of the item to which this specification applies. If this property has a value, then the item_category_id property must be null. | string |
| item_category_id | The ID of the item category to which this specification applies. If this property has a value, then the item_id property must be null. | integer |
| process_id | The ID of the process to which this specification applies. If this parameter has a value, then the oper_id property must also have a value. | string |
| oper_id | The ID of the operation to which this specification applies. If this parameter has a value, then the process_id property must also have a value. | string |
| category_id | The ID of the category to which this specification belongs. | integer |
| plan_id | The ID of the default sample plan for this specification. | integer |
| num_pts_per_page | The number of sample data points per page for the SPC Chart. | integer |
| display_seq | The order in which to display the QM specification within a sample. | integer |
| spare1 | The contents of the spare1 field. | string |
| spare2 | The contents of the spare2 field. | string |
| spare3 | The contents of the spare3 field. | string |
| spare4 | The contents of the spare4 field. | string |
| last_edit_at | The date and time, in UTC, when the record was added or last updated. | string |
| qm_spec_id | The QM specification ID, assigned by the system. | integer |