AcceptQuote End Point

AcceptQuote End Point

You can Accept a Quote via AcceptQuote End point.
api/QuoteProcess/AcceptQuote

Below for the required field to accept the Quote.
{
  "QuoteNo": "Q005218v2",
}

If you required to Create an Invoice after you accept a Quote, then you can pass the payload as per below.

{
  "QuoteNo": "Q005218v2",
  "CreateInvoice": true,
  "CreateInvoiceAsPaid": false,
  "CreateInvoiceAsInternallyInvoiced": false
}


Please note
You can re-accept Quote multiple time as per GUI, and everytime you accept a quote, IQ will create a new job based on the accepted quote.

    • 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’. ...
    • 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. ...
    • v44 - Webhook - Accept Quote

      This webhook is queued when you/your customer accepts a quote. Please check the attachment, to download the sample payload.