API (SOAP) – Status Update

API (SOAP) – Status Update


Introduction

By referencing the Production Status ID’s, you may use SOAP calls to update a Job’s Production Status.

Production Statuses are located under Admin / Configure Factory / Terminology (under General).


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

  • System
  • EventType
  • JobRef
  • FileRefs

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).

 

 

 


    • Related Articles

    • API (SOAP) – Update Job Orientation

      Introduction You may use SOAP to call a production event that completes the edit job process, whereby allowing the job finish size to be altered. By incorporating this production event before or during a preflight check, you may avoid validation ...
    • API (SOAP) – Event Types

      Introduction When sending SOAP calls from a third party system to printIQ, you need to specify a System, an Event Type, and Job Number with corresponding File Reference. Production Integration supported Systems The following table lists the Systems ...
    • API (SOAP) – Job XML highlights

      Introduction The printIQ Job XML contains many elements, attributes and values to allow automated processing by supported production integration systems. As your third party system receives the Job XML from printIQ, use the below tags as guides to ...
    • API (SOAP) – Send Email

      Introduction You may use SOAP calls to send emails from printIQ. Email templates are configured via Admin / Customise, then the link to Emails   All of the email templates available on your system may be referenced by the following table of ID’s:   ...
    • API (SOAP) – Run Timing Event

      Introduction   Within the print IQ application there is a SOAP web service called ProductionIntegration This service exposes an entry point to allow external applications to add timing to an operation on a section or job. The method in the web ...