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 http://gpo.printiq.com/webservice/quoteprocess.svc?wsdl, though it is recommended that you generate WSDL from your own instance of printIQ, in case of version differences.
All objects referenced by the API can be found here.
Errors
All API return objects contain an IsError flag, and ErrorMessage string. Any errors generated from inside the printIQ application will respond with an HTTP 200 response.
The token received from the first call to GetLoginToken should be kept and re-used for the subsequent webservice calls. To call GetLoginToken, simply pass a printIQ username and password.
POST http://iq10-9/PrintIQ/WebService/QuoteProcess.svc HTTP/1.1
Content-Type: application/soap+xml; charset=utf-8
Content-Length: 895
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
<s:Header>
<a:Action s:mustUnderstand="1">http://iq.co.nz/PrintIQ/QuoteProcess1/IQuoteProcess/GetLogInToken</a:Action>
<a:ReplyTo>
<a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
</a:ReplyTo>
<a:To s:mustUnderstand="1">http://iq10-9/PrintIQ/Webservice/QuoteProcess.svc</a:To>
</s:Header>
<s:Body>
<GetLogInToken xmlns="http://iq.co.nz/PrintIQ/QuoteProcess1">
<UserName>chris</UserName>
<Password>Batman01</Password>
</GetLogInToken>
</s:Body>
</s:Envelope>
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: application/soap+xml; charset=utf-8
Server: Microsoft-IIS/10.0
X-StackifyID: V1|800000b8-0001-ee00-b63f-84710c7967bb|
X-AspNet-Version: 4.0.30319
Set-Cookie: ASP.NET_SessionId=pznfns0psv00gsrnqkx2oeb4; path=/; HttpOnly
X-Powered-By: ASP.NET
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, PUT, POST, DELETE, HEAD, OPTIONS
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept
Date: Thu, 10 Aug 2017 22:19:48 GMT
Content-Length: 1847
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing"><s:Header><a:Action s:mustUnderstand="1">http://iq.co.nz/PrintIQ/QuoteProcess1/IQuoteProcess/GetLogInTokenResponse</a:Action></s:Header><s:Body><GetLogInTokenResponse xmlns="http://iq.co.nz/PrintIQ/QuoteProcess1"><GetLogInTokenResult>4Nf1eDKU79kqNiJIRFGsoyZFlnQoPm+V+SEW7E3KP6dPcjOkDIJraB+DSST54Epwo+pOJLY2fGvWQ+6HNHMoA5CwaUKHCRV2kaN/s7WX2hAJpBRvsXCbRfOtBRJjw1c82WUatGEVCX8jlNjZJ0Ep6tgFf6p7Ac/XJ9UZXbwPbs0SpV/4OMRSeJme9igWOLLUGMW8j/V80apbBdPL3Sh0MVRnko+/N1dwfxEYOgitr4H6Ss+PoORzV04XJW6uVtxIL4mZc5v4Q5YWtKFtK4xFa78+n0y3GamvGssW1P3tYhWpXasquAA56BrsqvRyYYbmQr60l8jCvpKnOfyxzXp1bI16zQKRmoyoFzgQsW7DU+r4OZfS2c5Ssl5aDvDo6O0G0l7c7nzLxKhOC8qvoeDzqqrPaU2PRWJ6JPGRUojDe3cRqG1ThRLRvvf8fV/P8tFdq/iKfJmQ/ThHXr4UsC8NJLdXIv4DmG01WzeXMp8LqdyyxX7y9OT+/pXEwLzkoc+w6axoy8qLd9BSLd3XX4rwS4iS8IFtufyBllmJre1mXTfQYrd7xRyY3QRL6Xo6W2odykbcwAWMsoGtUqCRqUQdCLzSoycqc+fJrz75xJo8rILGv8Fa5z4THgcGv9oJQZM8nOF4QSyK8gQp3AayrWiLhzzCXwXD0dNNhn7txkB0Z0ghMBVtjwhhF4GDMPkF4F4pxBjb6ot6h6gEcswXsejRwoI8jp100Uq15LdmgQ8sx4JEznaOK24GvMvj/8ms+kEh5NzgSdexqdOSBcsAD/zdDY4LFiTKpR5J2JOxK/2xox4ZV4UQjscyHBwebH23fRaPUfHxWko6O9gIlsKR1Dd9EYSh6hp7Zl1YcAOJsNOWBqhWOEPu+6yqi3THnngdCnwK9BrhJzlpi1KliuYW6RuCLud83hopQlHGoUj4Tv+U99Y+tqDXeDqbdr2Bv2dIYNe8tRKggxVMsDmOsoRO7gxoe8ss16dWDFAa3Mt7aSIPQU9UvlvQz0j0KUOLujldgS7TI3cnc+JMGTaXroLJJV0qMM6yAD77vl//i/Mk3UTiH5DzudtmQWY9zECEfUVTeTUAGHEAB9PVK3QP4XnYxkuQUTrspZAoIDJkLIvriM/H4sOzQHWNN7S5EYnnpqd96Z5+1+RL+QXjHVXijsV7f5fR4OyVUYaOgXknNOdUyE07uyDpg86BEPBRwn0QivxrRG0IxanHYO2u6rjZjx5icc0b6l8kWQDgE5KWrUMFAk3DTpX2Ju6hznJqka2x6Uy30Gh/RnuGlTz9uhmIPzrfpnMr/gEiDAiVMO+AjpauKKaZcdbnQ1z9pAwlPvFHzR0xUAkHUg6/yqV717Q6igJC0L7Xzi7DKfaLp9uqJGXW6dni01d6J3SDQQuKLsfs18ezhRMqyWLLtbewTKfzVJxEkIfZwSNuYTg=</GetLogInTokenResult></GetLogInTokenResponse></s:Body></s:Envelope>
Used to read current reference fields for a customer or job
POST http://iq10-9/PrintIQ/WebService/QuoteProcess.svc HTTP/1.1
Content-Type: application/soap+xml; charset=utf-8
Content-Length: 2206
Host: iq10-9
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
<s:Header>
<a:Action s:mustUnderstand="1">http://iq.co.nz/PrintIQ/QuoteProcess1/IQuoteProcess/GetReferenceFields</a:Action>
<a:ReplyTo>
<a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
</a:ReplyTo>
<a:To s:mustUnderstand="1">http://iq10-9/PrintIQ/Webservice/QuoteProcess.svc</a:To>
</s:Header>
<s:Body>
<GetReferenceFields xmlns="http://iq.co.nz/PrintIQ/QuoteProcess1" >
<LoginToken>4Nf1eDKU79kqNiJIRFGsoyZFlnQoPm+V+SEW7E3KP6dPcjOkDIJraB+DSST54Epwo+pOJLY2fGvWQ+6HNHMoA5CwaUKHCRV2kaN/s7WX2hAJpBRvsXCbRfOtBRJjw1c82WUatGEVCX8jlNjZJ0Ep6tgFf6p7Ac/XJ9UZXbwPbs0SpV/4OMRSeJme9igWOLLUGMW8j/V80apbBdPL3Sh0MVRnko+/N1dwfxEYOgitr4H6Ss+PoORzV04XJW6uVtxIL4mZc5v4Q5YWtKFtK4xFa78+n0y3GamvGssW1P3tYhWpXasquAA56BrsqvRyYYbmQr60l8jCvpKnOfyxzXp1bI16zQKRmoyoFzgQsW7DU+r4OZfS2c5Ssl5aDvDo6O0G0l7c7nzLxKhOC8qvoeDzqqrPaU2PRWJ6JPGRUojDe3cRqG1ThRLRvvf8fV/P8tFdq/iKfJmQ/ThHXr4UsC8NJLdXIv4DmG01WzeXMp8LqdyyxX7y9OT+/pXEwLzkoc+w6axoy8qLd9BSLd3XX4rwS4iS8IFtufyBllmJre1mXTfQYrd7xRyY3QRL6Xo6W2odykbcwAWMsoGtUqCRqUQdCLzSoycqc+fJrz75xJo8rILGv8Fa5z4THgcGv9oJQZM8nOF4QSyK8gQp3AayrWiLhzzCXwXD0dNNhn7txkB0Z0ghMBVtjwhhF4GDMPkF4F4pxBjb6ot6h6gEcswXsejRwoI8jp100Uq15LdmgQ8sx4JEznaOK24GvMvj/8ms+kEh5NzgSdexqdOSBcsAD/zdDY4LFiTKpR5J2JOxK/2xox4ZV4UQjscyHBwebH23fRaPUfHxWko6O9gIlsKR1Dd9EYSh6hp7Zl1YcAOJsNOWBqhWOEPu+6yqi3THnngdCnwK9BrhJzlpi1KliuYW6RuCLud83hopQlHGoUj4Tv+U99Y+tqDXeDqbdr2Bv2dIYNe8tRKggxVMsDmOsoRO7gxoe8ss16dWDFAa3Mt7aSIPQU9UvlvQz0j0KUOLujldgS7TI3cnc+JMGTaXroLJJV0qMM6yAD77vl//i/Mk3UTiH5DzudtmQWY9zECEfUVTeTUAGHEAB9PVK3QP4XnYxkuQUTrspZAoIDJkLIvriM/H4sOzQHWNN7S5EYnnpqd96Z5+1+RL+QXjHVXijsV7f5fR4OyVUYaOgXknNOdUyE07uyDpg86BEPBRwn0QivxrRG0IxanHYO2u6rjZjx5icc0b6l8kWQDgE5KWrUMFAk3DTpX2Ju6hznJqka2x6Uy30Gh/RnuGlTz9uhmIPzrfpnMr/gEiDAiVMO+AjpauKKaZcdbnQ1z9pAwlPvFHzR0xUAkHUg6/yqV717Q6igJC0L7Xzi7DKfaLp9uqJGXW6dni01d6J3SDQQuKLsfs18ezhRMqyWLLtbewTKfzVJxEkIfZwSNuYTg=</LoginToken>
<input>
<Customer>TstChest</Customer>
<Job>J01571</Job>
</input>
</GetReferenceFields>
</s:Body>
</s:Envelope>
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: application/soap+xml; charset=utf-8
Server: Microsoft-IIS/10.0
X-StackifyID: V1|800000be-0001-ee00-b63f-84710c7967bb|
Set-Cookie: ASP.NET_SessionId=zfmboqgwguery2vxcydfho0h; path=/; HttpOnly
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, PUT, POST, DELETE, HEAD, OPTIONS
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept
Date: Thu, 10 Aug 2017 22:20:03 GMT
Content-Length: 1145
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing"><s:Header><a:Action s:mustUnderstand="1">http://iq.co.nz/PrintIQ/QuoteProcess1/IQuoteProcess/GetReferenceFieldsResponse</a:Action></s:Header><s:Body><GetReferenceFieldsResponse xmlns="http://iq.co.nz/PrintIQ/QuoteProcess1"><GetReferenceFieldsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><ErrorMessage i:nil="true"/><IsError>false</IsError><Customer_References><ReferenceField><Number>1</Number><Value/><Name>How did you hear about us?</Name><Reference>CustomerRef1</Reference></ReferenceField><ReferenceField><Number>2</Number><Value/><Name>What type of packaging do you require?</Name><Reference>CustomerRef2</Reference></ReferenceField><ReferenceField><Number>3</Number><Value/><Name>Industry</Name><Reference>CustomerRef3</Reference></ReferenceField></Customer_References><Job_References><ReferenceField><Number>30</Number><Value>test2y</Value><Name>Previous Job Number</Name><Reference>JobRef30</Reference></ReferenceField></Job_References></GetReferenceFieldsResult></GetReferenceFieldsResponse></s:Body></s:Envelope>
Used to update many reference fields by ID reference on a customer or job
POST http://iq10-9/PrintIQ/WebService/QuoteProcess.svc HTTP/1.1
Content-Type: application/soap+xml; charset=utf-8
Content-Length: 2921
Host: iq10-9
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
<s:Header>
<a:Action s:mustUnderstand="1">http://iq.co.nz/PrintIQ/QuoteProcess1/IQuoteProcess/UpdateAllReferenceFields</a:Action>
<a:ReplyTo>
<a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
</a:ReplyTo>
<a:To s:mustUnderstand="1">http://iq10-9/PrintIQ/Webservice/QuoteProcess.svc</a:To>
</s:Header>
<s:Body>
<UpdateAllReferenceFields xmlns="http://iq.co.nz/PrintIQ/QuoteProcess1" >
<LoginToken>JeLz5UTQYXcmciQ5IehcQ7DSizXbau/6vRnluLFxK3vr5v8RUDKgfiOmOUz22BbVOQZXHpeX/xof6f2ECPTymJ4bnOzkM0BPef1s/LHlwDVL2LrZSva9/f+FL0QXP/i/AlblAk1iH/19tfvpr7lrR2L3ffnN/LDoJPJ5eOn+d45Uogoe1+Q32mZej86sn1LpS+jAWqa4Rlw3Qu7X33EwpWSSQbQfoA9YyJ7VPuVeB5+EO5qRrPuP+7kY52ghSZf2ukmm0zniCQ6kzxzL/7NOmcCF79MwlPbb13+wua4NyLjmvByMls4yCJBy22jeg5ZKIjzaAE2fWauKReST7ZGh8G/Lw12CJJDT+VGsl0R/mlmjbgdbGFngcw9AezLqxXxJ+61rijA0XEonOlctFSqo++owceA6kxaPmeenRVXrMjBJXlWuF9S5+noryX7RSNI/zle4MMviMHftdVUrLc+r7LQ2rQMQL/R7YQf4ApLYuDlK8TM0FgXENIe3k2cIiK5hF7noqAeCH2Qz+Bme/KHgr2Zi/UJgP4MPfnogSWLqzyieL4V7wP2ivAwUxIInPRzqiai7vwGZwtPDCfes+4ws114zog3kX41NP1wTkPyiKpZlKiqYxQif59z9NM2coMcD2ivUv9R5W4lYU7Nn/UcOBVyXMql92kAoP1eUFMQ3n9oXns5wg5iyRMCBR45L7KWSBmW7qRMqxFDMff5DyT7eOOGYF26KbSNK+2+6kOPFZaY25tm4T4+SYLunRe8Mhv6bddMC8jXjlGPCbv3OIA2FTpGLVkhEn5aOCyNQAKJnm9iE8ll3TbGWMd3vNC+cdzLevMc9qWbzbpMwwdxyWGyVnUGOVHXVD+iTb95UpwgDfIBq5tGrFMOCvpIUd62dsgm/jexdd7Qw/Yq47WCw5sZMA8xlQlGiVsPVgq+6pgjXHJRBBV+PsoA1mZ+HPym5GMAKx8v6aLL0s+uSLx1xr+9LK1thla/sjB3d8zfqci4K/z1rUyV4q9Pt5L1Mw6ab+0Bqr8cxW2BpCrfyqkxKybjH7YEalSEF7uHjAJbFWmtM/HJHLo04DmXQ7GPT8xPrz+C3ej5xnGhAyTvfWp1NCc4wcl8mLCFGNUpDKjaelpQQNi5Gt/2yiHFUjU3p8wY1rbKV4ySS+fBgqWhNXp7Ku0rVB0ayDGZPkwGy+j/r/ahlVAvD9FgmtOTCe6BbclArPirK2e7uDeeINxahzUr/k5Tj2ZFFSIAo5KVGvk2RWJFHVJCOdqxU8tg0/rWdGM7ddUsXFKd3IDWKYSFGKhmJxLCbRUwAQxLs/cUlsAf2IL5NyXmn/bgRHqGNuV2ZVPPVS3c3P+0CW6CK+kgyZWej6aVB6S3uHFf09NvtXNl8s7ySOa7dPhCrRXw+XslJ3Ll33FUnz2l9H0avwW/Ggf5KHkVfYjvOnxQ=</LoginToken>
<input>
<Customer>TstChest</Customer>
<Customer_References>
<BasicReferenceField>
<Number>1</Number>
<Value />
</BasicReferenceField>
<BasicReferenceField>
<Number>9</Number>
<Value />
</BasicReferenceField>
<BasicReferenceField>
<Number>4</Number>
<Value />
</BasicReferenceField>
</Customer_References>
<Job>J01571</Job>
<Job_References>
<BasicReferenceField>
<Number>30</Number>
<Value>test2y</Value>
</BasicReferenceField>
</Job_References>
</input>
</UpdateAllReferenceFields>
</s:Body>
</s:Envelope>
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: application/soap+xml; charset=utf-8
Server: Microsoft-IIS/10.0
X-StackifyID: V1|800000bf-0001-ee00-b63f-84710c7967bb|
Set-Cookie: ASP.NET_SessionId=qta23ertpgc1laitasv2cgtu; path=/; HttpOnly
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, PUT, POST, DELETE, HEAD, OPTIONS
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept
Date: Thu, 10 Aug 2017 22:20:10 GMT
Content-Length: 601
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing"><s:Header><a:Action s:mustUnderstand="1">http://iq.co.nz/PrintIQ/QuoteProcess1/IQuoteProcess/UpdateAllReferenceFieldsResponse</a:Action></s:Header><s:Body><UpdateAllReferenceFieldsResponse xmlns="http://iq.co.nz/PrintIQ/QuoteProcess1"><UpdateAllReferenceFieldsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><ErrorMessage>An unhandled exception occurred</ErrorMessage><IsError>true</IsError></UpdateAllReferenceFieldsResult></UpdateAllReferenceFieldsResponse></s:Body></s:Envelope>
Used to update a single reference field by name on a customer or job
POST http://iq10-9/PrintIQ/WebService/QuoteProcess.svc HTTP/1.1
Content-Type: application/soap+xml; charset=utf-8
Content-Length: 2295
Host: iq10-9
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
<s:Header>
<a:Action s:mustUnderstand="1">http://iq.co.nz/PrintIQ/QuoteProcess1/IQuoteProcess/UpdateReferenceField</a:Action>
<a:ReplyTo>
<a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
</a:ReplyTo>
<a:To s:mustUnderstand="1">http://iq10-9/PrintIQ/Webservice/QuoteProcess.svc</a:To>
</s:Header>
<s:Body>
<UpdateReferenceField xmlns="http://iq.co.nz/PrintIQ/QuoteProcess1" >
<LoginToken>4Nf1eDKU79kqNiJIRFGsoyZFlnQoPm+V+SEW7E3KP6dPcjOkDIJraB+DSST54Epwo+pOJLY2fGvWQ+6HNHMoA5CwaUKHCRV2kaN/s7WX2hAJpBRvsXCbRfOtBRJjw1c82WUatGEVCX8jlNjZJ0Ep6tgFf6p7Ac/XJ9UZXbwPbs0SpV/4OMRSeJme9igWOLLUGMW8j/V80apbBdPL3Sh0MVRnko+/N1dwfxEYOgitr4H6Ss+PoORzV04XJW6uVtxIL4mZc5v4Q5YWtKFtK4xFa78+n0y3GamvGssW1P3tYhWpXasquAA56BrsqvRyYYbmQr60l8jCvpKnOfyxzXp1bI16zQKRmoyoFzgQsW7DU+r4OZfS2c5Ssl5aDvDo6O0G0l7c7nzLxKhOC8qvoeDzqqrPaU2PRWJ6JPGRUojDe3cRqG1ThRLRvvf8fV/P8tFdq/iKfJmQ/ThHXr4UsC8NJLdXIv4DmG01WzeXMp8LqdyyxX7y9OT+/pXEwLzkoc+w6axoy8qLd9BSLd3XX4rwS4iS8IFtufyBllmJre1mXTfQYrd7xRyY3QRL6Xo6W2odykbcwAWMsoGtUqCRqUQdCLzSoycqc+fJrz75xJo8rILGv8Fa5z4THgcGv9oJQZM8nOF4QSyK8gQp3AayrWiLhzzCXwXD0dNNhn7txkB0Z0ghMBVtjwhhF4GDMPkF4F4pxBjb6ot6h6gEcswXsejRwoI8jp100Uq15LdmgQ8sx4JEznaOK24GvMvj/8ms+kEh5NzgSdexqdOSBcsAD/zdDY4LFiTKpR5J2JOxK/2xox4ZV4UQjscyHBwebH23fRaPUfHxWko6O9gIlsKR1Dd9EYSh6hp7Zl1YcAOJsNOWBqhWOEPu+6yqi3THnngdCnwK9BrhJzlpi1KliuYW6RuCLud83hopQlHGoUj4Tv+U99Y+tqDXeDqbdr2Bv2dIYNe8tRKggxVMsDmOsoRO7gxoe8ss16dWDFAa3Mt7aSIPQU9UvlvQz0j0KUOLujldgS7TI3cnc+JMGTaXroLJJV0qMM6yAD77vl//i/Mk3UTiH5DzudtmQWY9zECEfUVTeTUAGHEAB9PVK3QP4XnYxkuQUTrspZAoIDJkLIvriM/H4sOzQHWNN7S5EYnnpqd96Z5+1+RL+QXjHVXijsV7f5fR4OyVUYaOgXknNOdUyE07uyDpg86BEPBRwn0QivxrRG0IxanHYO2u6rjZjx5icc0b6l8kWQDgE5KWrUMFAk3DTpX2Ju6hznJqka2x6Uy30Gh/RnuGlTz9uhmIPzrfpnMr/gEiDAiVMO+AjpauKKaZcdbnQ1z9pAwlPvFHzR0xUAkHUg6/yqV717Q6igJC0L7Xzi7DKfaLp9uqJGXW6dni01d6J3SDQQuKLsfs18ezhRMqyWLLtbewTKfzVJxEkIfZwSNuYTg=</LoginToken>
<input>
<Customer></Customer>
<Job>J01571</Job>
<ReferenceName>Previous Job Number</ReferenceName>
<ReferenceValue>asdf</ReferenceValue>
</input>
</UpdateReferenceField>
</s:Body>
</s:Envelope>
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: application/soap+xml; charset=utf-8
Server: Microsoft-IIS/10.0
X-StackifyID: V1|8000011d-0004-ec00-b63f-84710c7967bb|
Set-Cookie: ASP.NET_SessionId=krobt0btfxfdddcjksrytmd1; path=/; HttpOnly
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, PUT, POST, DELETE, HEAD, OPTIONS
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept
Date: Thu, 10 Aug 2017 22:22:09 GMT
Content-Length: 550
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing"><s:Header><a:Action s:mustUnderstand="1">http://iq.co.nz/PrintIQ/QuoteProcess1/IQuoteProcess/UpdateReferenceFieldResponse</a:Action></s:Header><s:Body><UpdateReferenceFieldResponse xmlns="http://iq.co.nz/PrintIQ/QuoteProcess1"><UpdateReferenceFieldResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><ErrorMessage i:nil="true"/><IsError>false</IsError></UpdateReferenceFieldResult></UpdateReferenceFieldResponse></s:Body></s:Envelope>