Get Reference Field Endpoint

Get Reference Field Endpoint

With printIQ API, you can see the reference field from the job using Get Reference field.

How to use end point.

Endpoint:
api/QuoteProcess/GetReferenceFields

{
  "Customer": "string", // Will return Customer Reference
  "Job": "string" // Will return Reference that's available in the job
}

If you need Customer Reference, then you can remove Job from the JSON.


Warning
References limit

However we are limited to:
  1. Customer Reference
  2. Job Reference
  3. Invoice Reference
  4. Quote Reference
  5. Quote Product Reference.

You can find reference here.
{{YourSiteURL}}/Admin/ReferenceFields.aspx

Click here to find out more about Reference Field
    • Related Articles

    • Update Reference Field / Update All References Field

      You can use this endpoint to update reference field from Customer or Job. api/QuoteProcess/UpdateReferenceField { "Customer": "string", "Job": "string", "ReferenceName": "string", "ReferenceValue": "string" } Please note UpdateReferenceField are used ...
    • References - Store (Inventory) Item References

      This article will be removed in early 2026. With the release of v49.1, this article has been replaced by the most recent version here References Introduction Thirty customisable ‘Item’ type reference definitions have been added to the existing ...
    • References - Adding Invoice References

      This article will be removed in early 2026. With the release of v49.1, this article has been replaced by the most recent version here References Introduction Invoice reference definitions can be added via the ‘References’ screen: References List As ...
    • References

      Introduction In printIQ, 'References' generally refer to labels or identifiers that are used to link, track and categorize customers, quotes, jobs or related data across the system. References Admin Screen To access the References Admin screen, ...
    • 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, ...