By referencing the Production Status ID’s, you may use SOAP calls to update a Job’s Production Status.
Production Status ID's
The following table lists the unique ID’s for each Production Status.
| |
Production Status | ID |
PRODUCTION_STATUS_IN_PROCESS_1 | 2 |
PRODUCTION_STATUS_IN_PROCESS_2 | 3 |
PRODUCTION_STATUS_IN_PROCESS_3 | 4 |
PRODUCTION_STATUS_IN_PROCESS_4 | 5 |
PRODUCTION_STATUS_IN_PROCESS_5 | 6 |
PRODUCTION_STATUS_IN_PROCESS_6 | 7 |
PRODUCTION_STATUS_IN_PROCESS_7 | 8 |
PRODUCTION_STATUS_ON_HOLD | 16 |
PRODUCTION_STATUS_CANCELLED | 17 |
PRODUCTION_STATUS_FINISHED_PRODUCTION | 20 |
PRODUCTION_STATUS_COMPLETE | 21 |
PRE_PRODUCTION_STATUS_IN_PROCESS_1 | 22 |
PRE_PRODUCTION_STATUS_IN_PROCESS_2 | 23 |
PRE_PRODUCTION_STATUS_IN_PROCESS_3 | 24 |
PRE_PRODUCTION_STATUS_IN_PROCESS_4 | 18 |
PRE_PRODUCTION_STATUS_IN_PROCESS_5 | 1 |
PRE_PRODUCTION_STATUS_IN_PROCESS_6 | 26 |
PRODUCTION_STATUS_AWAITING_PAYMENT | 25 |
PRODUCTION_STATUS_AWAITING_ARTWORK | 27 |
As with other Production Integration API calls, you must reference the following Parameters
Production Integration supported Systems
The following table lists the Systems and their Value
| |
System | Value |
Enfocus SWITCH | EnfocusSwitchScript |
Kodak Prinergy Connect | prinergy |
Esko Automation Engine | esko |
CHANGE_STATUS EventType
The EventType Value to change a Jobs Production Status is “CHANGE_STATUS”. For the CHANGE_STATUS EvenType, SystemData parameter must also contain a Value. The Value corresponds to the ID for one of the above Production Status. The Value may be formatted as per below:
{“ProdStatusID”:<ID>}
Or
{“ProdStatusID”:1}
Where ‘1’ would adjust the Job’s Production Status to PRE_PRODUCTION_STATUS_IN_PROCESS_5.
JobRef and FileRefs
As with other Production Integration API calls, reference the applicable Job Number (JobRef) and File Name (FileRefs).