Developer Q&A
Connecting to the API with Node.js
I am looking to use the API with nodejs. I have the URL Discovery WSDL, https://am-apilocator.corrigo.com/wsdk/CorrigoService.asmx?wsdl, but when I try to set up a client using the soap
npm module, it times out with no response. I have tested out a few public WSDL’s so I’m confident it isn’t an issue with the node module I’m using. I’m thinking it has to do with the credentials I’d have to pass in to authenticate, which I’ve tried a few different ways to no avail. Here is the error I get with the Address and Port x'd out.
Which Is The Right API Call To Invoke Hot & Cold Calls Info?
I learn that the Service Package provides the list of things that customers call about when requesting any service. Can you please show me the correct query to invoke this information from one of our customers who use Corrigo to monitor and track Hot & Cold Calls?
API feature to delete work order attachments?
I'm unable to locate in the API the ability to delete attachments from a work order. Does that exist? If so, through what method? Thanks.
Corrigo v10
Does the API work for Corrigo v10.3 ?
ProviderCOI
Non-Corrigo user here. Doing due diligence for an integration. I see a ProviderCOI in the API that has Insurance related fields. Obviously the name suggests it is specific to the Provider. But is it specific to the Provider and Work Order combined? In other words, is it specific to "ABC HVAC" and "Hospital A"? Or is it just specific to "ABC HVAC"?
Facility/Building/Property API
Non-Corrigo user here. Doing due diligence for an integration. So pardon me if this is an obvious one... Is there a Facility/Building/Property available in the API? If so what is it called?
Insurance Fields
What fields in the system store insurance information?
Custom Fields API
Non-Corrigo user here. Doing due diligence for an integration. Are custom fields exposed in the API? Can we create a custom field using the API?
Service Provider in the API
Non-Corrigo user here. Doing due diligence for an integration. So pardon me if this is an obvious one... I would like to be able to read all Vendors, or what I believe is called Service Providers in Corrigo using the API. However searching the docs, I did not find "ServiceProvider" or anything like it in the API. What is that entity called in the API?
Time Zone is undefined error create WO
Hi,