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>