Mes.WebApi.Models.V3.Prod.ChangeJobStates JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
The ChangeJobStates model includes the parameters for changing the job state, required finish time, and scheduling priority for one or more jobs.
| Name | Description | Data Type |
|---|---|---|
| state_cd | An enumeration value that indicates the new job state. 1 = New 2 = Ready 3 = Running 4 = Completed 5 = Suspended 6 = On Hold 7 = Canceled | integer |
| req_finish_time_utc | The required finish time of the job in UTC. | string |
| job_priority | The scheduling priority of the job on the entity. | integer |
| apply_to_all_jobs | A flag that indicates whether to apply changes to all jobs in the same work orders as the jobs identified by the row_id array. For example, if this flag is true and row_id specifies one job, all jobs that are in that job's work order are changed as well. | boolean |
| row_id | The row IDs for the jobs to be changed. | Array[] |
| warning_message | The returned message from the stored procedure. | string |