API – QuoteProcess Creating a Basic Quote

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 :

https://{instancedetail}/api/quoteprocess/{call}?{params}


These can be tested out by obtaining user, customer and product info from printiq, then testing out in the Swagger


This is for a single product. Each line listed below is the API method to be called.

GetApplicationLoginToken (if you’re not using UploadArtworkURL you can use GetLoginToken instead)

CreateQuoteWithDelivery

AcceptQuote

UploadArtworkURL



This is for multiple products

GetApplicationLoginToken (if you’re not using UploadArtworkURL you can use GetLoginToken instead)

CreateQuoteWithDelivery

GetPriceForProduct (only used for multiple products - run once for each additional product to be loaded)

AcceptQuote (run once for each product loaded)

UploadArtworkURL (run once for each product loaded)




    • Related Articles

    • Basic Estimator Role/Experience

      Basic Estimator Role If you are set up to be an Basic Estimator you will have the following experience: This setup requires your company IQ Super User to work with their IQ Build Lead to setup Admin Restrictions You will be restricted from the deeper ...
    • Generate anonymous authentication guid for proof API endpoint

      POST/api/QuoteProcess/GenerateAnonymousAuthenticationGuidForProof?LoginToken={{LoginToken}} Description This endpoint generates an anonymous authentication GUID for proof. Along with the Login Token obtained from the GetLoginToken endpoint, a valid ...
    • API - Creating Tax Code and Tax Rates in printIQ

      Overview The purpose of this document is to assist with retrieving and creating TaxCodes and TaxRates within printIQ. API Request Table Below is a list of endpoints used for retrieving, updating, and creating TaxCodes and TaxRates API Object Odata ...
    • API – New Quote Process Method Update Job Status

      New Quote Process Method: Update Job Status   This method is used to update the status for a given job   A list of valid statuses can be found via the Admin >Configure Factory Menu. The statuses are listed in the General section under Terminology.   ...
    • REQUEST FOR QUOTE - RFQ

          This can be used by a customer or sales person. To begin a RFQ, select Start Order and choose Request for Quote. ​     Select the site and the customer.     Fill in all the standard information and choose a contact for the RFQ. If the required ...