Mes.WebApi.Models.V3.Prod.SplitJob JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| ent_name | The entity name. | string |
| site_name | The site name, if sites are being used, at which the entity is located. Set to null if sites are not being used. | string |
| wo_id | The work order ID for the job to be split. | string |
| oper_id | The operation ID for the job to be split. | string |
| seq_no | The sequence number for the job to be split. | integer |
| qty_at_start | The quantity of item that is expected to be produced if there are no scrap, waste, or rejects for the new job being created by the split. | number |
| req_qty | The required quantity of good production for the new job being created by the split. | number |
| status_notes | The status notes for the new job being created by the split. | string |
| state_cd | The state code for the new job being created by the split. If state_cd is set to Running (3), then the job will be started. | integer |
| req_finish_time_utc | The required finish time, in UTC, for the new job being created by the split. If state_cd is set to Running (3), this value is ignored. | string |
| check_privs | The indication whether privileges are checked when starting the new job being created by the split. If state_cd is not set to Running (3), this value is ignored. | boolean |
| check_certs | The indication whether certifications are checked when starting the new job being created by the split. If state_cd is not set to Running (3), this value is ignored. | boolean |
| job_pos | The job position on which to start the new job being created by the split. If state_cd is not set to Running (3), this value is ignored. If set to null, the job will be started on the first job position | integer |