API – New Quote Process Method Update Job Status

API – New Quote Process Method Update Job Status


New Quote Process Method: Update Job Status

 

This method is used to update the status for a given job

 

A list of valid statuses can be found via the Admin >Configure Factory Menu. The statuses are listed in the General section under Terminology.



 



Example usage:

 

POST /WebService/QuoteProcess.svc HTTP/1.1

Host: yourprintiq.printiq.com

Content-Type: application/soap+xml; charset=utf-8

Content-Length: 895

 

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:quot="http://iq.co.nz/PrintIQ/QuoteProcess1" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">

   <soap:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:Action>Error! Hyperlink reference not valid.>

   <soap:Body>

      <quot:UpdateJobStatus>

<quot:LoginToken>YOUR LOGIN TOKEN</quot:LoginToken>

         <quot:input>

                         <quot:JobNo>J11781-02</quot:JobNo>

                         <quot:StatusName>Finished Production</quot:StatusName>

         </quot:input>

      </quot:UpdateJobStatus>

   </soap:Body>

</soap:Envelope>

 

 


    • Related Articles

    • 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 ...
    • Webhooks - Managing Customer Job References

      Managing Customer Job References Programatically printIQ customer and job references can be read and updated programatically, using the QuoteProcess web service calls in the table of contents above.     Full WSDL can be obtained from ...
    • Webhooks - Create Quote v42 below

        Introduction A printIQ quote can be created, and accepted, using the web service calls in the table of contents above.     Full WSDL can be obtained from http://gpo.printiq.com/webservice/quoteprocess.svc?wsdl, though it is recommended that you ...
    • Job Details Screen

      The jobs detail screen can be accessed by Production > All Jobs Board and the View Jobs options by the menu. It can also be accessed by any of the production boards by clicking on the job number: The header displays the customer name, account manager ...
    • 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 ...