Get Reference Field Endpoint

Get Reference Field Endpoint

With printIQ API, you can see the reference field from the job using Get Reference field.
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.


However we are limited to:
Customer Reference
Job Reference
Invoice Reference
Quote Reference
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 ...
    • 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, ...
    • References - Add Reference in Tasks and QA

      Screenshots to be changed before article is released Capability to add Reference in QA and Task in Job details. (as per below image) Before:    After – Reference added below. How to add reference in Task.   1. Navigate to Admin > References  2. Under ...
    • References - Store (Inventory) Item References

      Introduction Thirty customisable ‘Item’ type reference definitions have been added to the existing reference types of Customer, Quote, Quote Product, Product Catalogue, Job, Rework, Component, Task and Invoice references: Item Type References These ...
    • References - Adding Invoice References

      Introduction Invoice reference definitions can be added via the ‘References’ screen: References List As with all references in printIQ, ‘Invoice’ references can be defined as: Text (free type) – Alpha numeric strings can be entered into the reference ...