Related Articles
GetPrice End point for RFQ
You can create a Quote using RFQ via Get Price Endpoint. However in order to do so, you will require to pass few required fields such as Template Name, Template Question, Quantity, and few others.. Example vary depending on your RFQ set up. For RFQ ...
Vend POS Integration
VEND INTEGRATION PRE-PAY Customers When a customer is on any ‘pre-paid’ credit term such as ‘Online Credit Card’, once a quote is accepted they will be taken to the ‘Enter Payment Details’ screen. Here they will have a payment option ‘Point of Sale’. ...
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 ...
XERO - Back End Settings in printIQ
Invoice status passing to Xero When invoices are exported from printIQ, these setting’s control the status of sales and supplier invoices imported into Xero. Yes, the invoices will import into Xero under ‘Draft’ status. No, the invoices will import ...
Get Quote Questions
You can get a list of Quote Questions from a Quote via below end point. api/QuoteProcess/GetQuoteQuestions This endpoint will require: { "JobNo": "string", "RFQNo": "string", "QQDKey": 0 } You can get the QQDKey from GetQuoteDetails Endpoint. ...