Discussions
Require Corrigo API Swagger URL
we need 3 things for API Integration.
yesterday by Inderpreet Singh
Cerate Work order - Contact Id
Hello,
15 days ago by Nadia
Work Order Updates
Hello,
15 days ago by Melissa Farrera
API for Periodics Work Order
which Corrigo API should we use to retrieve the work orders, and what query parameters are required?
15 days ago by Melissa Farrera
Work Order creation: special instructions
Good morning.
16 days ago by Nadia Nazhestkina
API Integration Interval/Frequency
Can API Rest Intervals be increased?
28 days ago by Courtney Brown
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.
28 days ago by Jon Huneycutt
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?
last month by Michael Nolen
How to add a service fee to a WorkOrder?
Hi,
last month by Paul
How would I query for work orders with a particular flag?
{
"QueryExpression": {
"Criteria": {
"Conditions": [
{
"PropertyName": "FlagId",
"Operator": "In",
"Values": [
3374
]
}
],
"FilterOperator": "And"
}
}
}
last month by KS
