Discussions

Ask a Question
Answered

Corrigo API -- entities Portfolio and WorkZone

I pulled both entities Portfolio and WorkZone in the Corrigo API (query endpoints) today while reconciling our data warehouse. I was surprised to find that Id = 1 records are missing from the full response set of both. I even tried using the api base endpoint to request Id 1 to no avail.

When connecting to an API on Chat GPT i need to know what all information is needed.

API issue

We have a client application that uses an API to create work orders in Corrigo. The yare getting the following error when a work order is created : "Abnormal happened when checking out Customerid from Corrigo" I did send them the updated Corrigo service link.

How do I add a flag to a work order

If I want to add a flag to a work order, how do I go about doing that? I need to be able to set the Reason and add a Comment. Assume that I have either the Work Order Id or the Work Order Number.

Contact MAIL ID

Hi,

What is the maximum size of the work order attachments for api/v1/base/Workorder update?

What is the maximum size of attachments for api/v1/base/Workorder update?

How to get a work order with attachments?

How to get a work order with attachments? api/v1/base/WorkOrder/[###] does not return attachments.

Building details of WO

Hi,

Answered

Is there any way to order the data by specific columns while retrieving data from workorders endpoint via API ?

We are trying to retrieve workorder data and sometimes we are seeing some work orders are getting missed. Looks like without the order clause, the data retrieved could differ on each page offset.

How to Update existing Work Order?

How to update and existing work order and to add an attachment to existing work order? Is there an example?