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": ...
User Positions
User Positions, Roles and Details Setup & Admin This article describes the tools available for managing user accesses. It covers User Positions, User Details and User Roles. There are three user types – Staff, Customer and Supplier: Customer users ...
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 : ...
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 ...
User Access Control (comprehensive article)
Overview The process of setting up roles and positions in IQ has evolved over the lifetime of the software and is very adaptable and customizable. Understanding how the different elements of positions, roles, menus and back end settings work together ...