Save Quote Question endpoint

Save Quote Question endpoint

Where to get the Value of SaveQuoteQuestion Endpoint?

If you are experimenting on how to run POST Method to SaveQuoteQuestion Endpoint.
You can use this method to check the Payload required.
Console --> Network Tab --> Check Arrow


Using this example,


In order to update the Print Order Answer from Payload to your desired value,
You can run the endpoint via Swagger like so.
"CustomerGuid":"",
  "Answers": [
    {
      "QQQLIKey": 109,
      "QQDKey": 0,
      "QQDPKey": 11313,
      "QQQAValue": "Updated Print Order Answer in Jobs Via End Point",
      "QSTKey": 1,
      "QSideKey": 0,
      "QQDSKey": 14065,
      "QQADKey": 0,
      "QQQxKey": 107,
      "QQQLITKey": 1
    },
  ]
}


However you will require to observe this following notes:
1. When you want to Save Quote Questions, An example from the network tab, is very useful to fill in the required data. Or Alternatively you run GetQuoteQuestion, and match it with the SaveQuoteQuestion value you have from the network tab.


2.  You can Ignore QQQAKey as long as QQDSKey / QQADKey Exist.
What is QQDS? You will find it when you run GetQuoteQuestion Endpoint
What is QQAD? QQAD is the ID of Quote that has been converted into a job.


3. We use QQDSKey and QQDPKey to update Quote Question in Quote Stage
4. We use QQDSKey and QQADKey to Update quote questions in Job Stage.

    • Related Articles

    • Add External Consignment

      How to use this endpoint You can add an Consignment in IQ via AddExternalConsignments Endpoint. /api/QuoteProcess/AddExternalConsignment Required payload to Postback to AddExternalConsignment Endpoint { "ExternalConsignment": { "ConsignmentNo": ...
    • 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 – QuoteProcess Creating a Basic Quote

      Basic API calls to create a quote/job Each printiq instance site has access to the Swagger API doco https://{instancedetail}/swagger/ui/index To build a basic quote – in order the calls would be : ...
    • IQlink - Configure Connection

      IQ Link – Configure Connection Outline: Creating a new ‘Supplier’ in your IQ site Creating a new ‘Customer’ and ‘User’ in supplier's IQ site Add ‘Remote Instance Mapping’ and ‘Mapping to user account’ to appropriate supplier account Create a product ...
    • Manage your own Custom Quote Templates

      Access to the Custom Quote Template definitions is available from the Factory Capabilities -> Custom Templates menu item. The board lists the active custom templates in the order they are presented to the user when creating a custom product quote. ...