Discussions

Ask a Question
Back to all

Work Order Updates

Hello,

API for Periodics Work Order

which Corrigo API should we use to retrieve the work orders, and what query parameters are required?

Work Order creation: special instructions

Good morning.

API Integration Interval/Frequency

Can API Rest Intervals be increased?

tying a specific FinancialItem (work order nternal cost) to a specific InvoiceLine (invoice line item)

I can pull the internal costs for a work order from the FinancialItem endpoint
And I can pull the invoice line items for a specific work order from the InvoiceLine endpoint.

WoActionLog ActionDate is empty

The ActionDate in the WoActionLog file is empty. I need the "Complete" date for the WorkOrders. Is the date stored in any other table?

How to add a service fee to a WorkOrder?

Hi,

How would I query for work orders with a particular flag?

{
  "QueryExpression": {
    "Criteria": {
      "Conditions": [
        {
          "PropertyName": "FlagId",
          "Operator": "In",
          "Values": [
            3374
          ]
        }
      ],
      "FilterOperator": "And"
    }
  }
}

Need a collection for Corrigo REST API to create facility tickets

Where can I get the official Corrigo REST API collection needed to programmatically raise a facility ticket?

Update the Primary Email under Contact Address

How can we update the primaryEmail under the Contact Address?