Mes.WebApi.Models.Job JSON Schema
- Last UpdatedNov 06, 2025
- 2 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 sequence number for the job. | integer |
| qty_reqd | The required quantity of good production. | number |
| qty_prod | The quantity of good production. | number |
| job_pos | The number that indicates the position of the job. | integer |
| est_prod_rate | The estimated production rate. | number |
| cur_rate_finish_time_utc | The date and time, in UTC, when the work order will be completed based on the current production rate. | string |
| std_rate_finish_time_utc | The date and time, in UTC, when the work order will be completed based on the standard production rate. | string |
| target_finish_time_utc | The date and time, in UTC, when the work order will be completed based on the target production rate. | string |
| sched_finish_time_utc | The date and time, in UTC, when the work order will be completed based on the estimated production rate. | string |
| actual_start_time_utc | The actual job start time, in UTC. | string |
| item_id | The item ID that is being produced by the job. | string |
| state_desc | string | |
| color | The name or hex value of the HTML color of the job state's background color in the user interface. | string |
| prod_uom | 0 = hours/batch 1 = minutes/batch 2 = seconds/batch 3 = batches/hour 4 = batches/minute 5 = batches/second | string |
| job_desc | The job description. | string |
| qty_at_start | The quantity of item that is expected to be produced if there are no scrap, waste, or rejects. | number |
| qty_rejected | The quantity of rejected production. | number |
| state_cd | 1 = New 2 = Ready 3 = Running 4 = Completed 5 = Suspended 6 = On Hold 7 = Canceled | integer |
| run_ent_id | The ID of the entity on which the job is actually run. | integer |
| run_ent_name | The name of the entity on which the job is actually run. | string |
| qty_remaining | The quantity defined as the difference between the start quantity and the sum of the quantity produced and the quantity rejected (qty_at_start - (qty_prod + qty_rejected)). | number |
| init_sched_ent_id | The ID of the initially scheduled run entity. | integer |
| init_sched_ent_name | The name of the initially scheduled run entity. | string |
| target_sched_ent_id | The ID of the entity on which the job is actually scheduled. | integer |
| target_sched_ent_name | The name of the entity on which the job is actually scheduled. | string |
| uom_description | The description of the production unit of measure. | string |
| row_id | The row ID of the job record, from the Job table. | integer |
| num_decimals | The number of decimals for formatting numeric values. | integer |
| num_decimals_good_pp | The value of the system attribute Max decimals of good piece part entries (attr_id 326 in the System_Attr table), which is used when num_decimals is 0. | integer |
| edit_time | The date and time when the record was added or last updated. | string |