Mes.WebApi.Models.V3.Prod.JobAttr JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
| Name | Description | Data Type |
|---|---|---|
| wo_id | The work order ID for the job. | string |
| oper_id | The operation ID for the job. | string |
| seq_no | The job sequence number. | integer |
| attr_id | The attribute ID. | integer |
| attr_value | The attribute value. | string |
| notes | The attribute notes. | string |
| mod_id | The current modification ID of the attribute record in the Job_Attr table. This ID is a binary number that increments each time the record's table row is modified. Optionally used for optimistic concurrency control when performing updates or deletes. | string |